Skip to content

Commit

Permalink
Added option to enable SysListView32 in folder views (credit @techsalt,
Browse files Browse the repository at this point in the history
@Anixx from WinClassic)
  • Loading branch information
valinet committed Nov 10, 2021
1 parent 742f946 commit 1c22ebf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ExplorerPatcher/ExplorerPatcher.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions ExplorerPatcher/settings.reg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1c22ebf

Please sign in to comment.