Browse Source

Added option to enable SysListView32 in folder views (credit @TechSalt, @anixx from WinClassic)

pull/400/head 22000.318.34.1_1c22ebf
Valentin Radu 4 years ago
parent
commit
1c22ebf291
  1. 4
      CHANGELOG.md
  2. 8
      ExplorerPatcher/ExplorerPatcher.rc
  3. 3
      ExplorerPatcher/settings.reg

4
CHANGELOG.md

@ -6,6 +6,10 @@ This document includes the same release notes as in the [Releases](https://githu @@ -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

8
ExplorerPatcher/ExplorerPatcher.rc

@ -51,8 +51,8 @@ END @@ -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 @@ -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"

3
ExplorerPatcher/settings.reg

@ -121,6 +121,9 @@ @@ -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]

Loading…
Cancel
Save