mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-28 01:10:55 +01:00
Added option to enable SysListView32 in folder views (credit @TechSalt, @anixx from WinClassic)
This commit is contained in:
parent
742f946198
commit
1c22ebf291
@ -6,6 +6,10 @@ This document includes the same release notes as in the [Releases](https://githu
|
|||||||
|
|
||||||
Tested on build 22000.318.
|
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
|
#### Feature enhancements
|
||||||
|
|
||||||
* Built-in support for build 22000.318
|
* Built-in support for build 22000.318
|
||||||
|
@ -51,8 +51,8 @@ END
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 22000,318,34,0
|
FILEVERSION 22000,318,34,1
|
||||||
PRODUCTVERSION 22000,318,34,0
|
PRODUCTVERSION 22000,318,34,1
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -69,12 +69,12 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "VALINET Solutions SRL"
|
VALUE "CompanyName", "VALINET Solutions SRL"
|
||||||
VALUE "FileDescription", "ExplorerPatcher"
|
VALUE "FileDescription", "ExplorerPatcher"
|
||||||
VALUE "FileVersion", "22000.318.34.0"
|
VALUE "FileVersion", "22000.318.34.1"
|
||||||
VALUE "InternalName", "ExplorerPatcher.dll"
|
VALUE "InternalName", "ExplorerPatcher.dll"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
|
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
|
||||||
VALUE "OriginalFilename", "ExplorerPatcher.dll"
|
VALUE "OriginalFilename", "ExplorerPatcher.dll"
|
||||||
VALUE "ProductName", "ExplorerPatcher"
|
VALUE "ProductName", "ExplorerPatcher"
|
||||||
VALUE "ProductVersion", "22000.318.34.0"
|
VALUE "ProductVersion", "22000.318.34.1"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -121,6 +121,9 @@
|
|||||||
;p 2
|
;p 2
|
||||||
;b Mica effect on title bar
|
;b Mica effect on title bar
|
||||||
"MicaEffectOnTitlebar"=dword:00000000
|
"MicaEffectOnTitlebar"=dword:00000000
|
||||||
|
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InprocServer32]
|
||||||
|
;d Enable legacy list view *
|
||||||
|
@=""
|
||||||
|
|
||||||
;T Start menu
|
;T Start menu
|
||||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]
|
||||||
|
Loading…
Reference in New Issue
Block a user