Skip to content

Commit 1c22ebf

Browse files
committed
Added option to enable SysListView32 in folder views (credit @techsalt, @Anixx from WinClassic)
1 parent 742f946 commit 1c22ebf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This document includes the same release notes as in the [Releases](https://githu
66

77
Tested on build 22000.318.
88

9+
#### New features
10+
11+
* Added option to enable legacy list view ("SysListView32") in File Explorer (credit @TechSalt, @anixx from WinClassic) (.1)
12+
913
#### Feature enhancements
1014

1115
* Built-in support for build 22000.318

ExplorerPatcher/ExplorerPatcher.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 22000,318,34,0
55-
PRODUCTVERSION 22000,318,34,0
54+
FILEVERSION 22000,318,34,1
55+
PRODUCTVERSION 22000,318,34,1
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "VALINET Solutions SRL"
7171
VALUE "FileDescription", "ExplorerPatcher"
72-
VALUE "FileVersion", "22000.318.34.0"
72+
VALUE "FileVersion", "22000.318.34.1"
7373
VALUE "InternalName", "ExplorerPatcher.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
7575
VALUE "OriginalFilename", "ExplorerPatcher.dll"
7676
VALUE "ProductName", "ExplorerPatcher"
77-
VALUE "ProductVersion", "22000.318.34.0"
77+
VALUE "ProductVersion", "22000.318.34.1"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

ExplorerPatcher/settings.reg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@
121121
;p 2
122122
;b Mica effect on title bar
123123
"MicaEffectOnTitlebar"=dword:00000000
124+
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InprocServer32]
125+
;d Enable legacy list view *
126+
@=""
124127

125128
;T Start menu
126129
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]

0 commit comments

Comments
 (0)