From 1c22ebf291eeb77b04f903bbfc59462ce45c53ec Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 10 Nov 2021 02:33:04 +0200 Subject: [PATCH] Added option to enable SysListView32 in folder views (credit @TechSalt, @anixx from WinClassic) --- CHANGELOG.md | 4 ++++ ExplorerPatcher/ExplorerPatcher.rc | 8 ++++---- ExplorerPatcher/settings.reg | 3 +++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66da591..df936ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This document includes the same release notes as in the [Releases](https://githu Tested on build 22000.318. +#### New features + +* Added option to enable legacy list view ("SysListView32") in File Explorer (credit @TechSalt, @anixx from WinClassic) (.1) + #### Feature enhancements * Built-in support for build 22000.318 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 0351ad6..4531c93 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,318,34,0 - PRODUCTVERSION 22000,318,34,0 + FILEVERSION 22000,318,34,1 + PRODUCTVERSION 22000,318,34,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.318.34.0" + VALUE "FileVersion", "22000.318.34.1" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.318.34.0" + VALUE "ProductVersion", "22000.318.34.1" END END BLOCK "VarFileInfo" diff --git a/ExplorerPatcher/settings.reg b/ExplorerPatcher/settings.reg index c458586..38282c5 100644 --- a/ExplorerPatcher/settings.reg +++ b/ExplorerPatcher/settings.reg @@ -121,6 +121,9 @@ ;p 2 ;b Mica effect on title bar "MicaEffectOnTitlebar"=dword:00000000 +[-HKEY_CURRENT_USER\Software\Classes\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InprocServer32] +;d Enable legacy list view * +@="" ;T Start menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]