This commit is contained in:
Valentin Radu
2021-11-14 21:43:23 +02:00
parent bcc1bca3d0
commit e37a384079
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -40,6 +40,7 @@ Tested on build 22000.318 and 22000.346 (currently in Windows Insider beta and r
* Fixed a memory leak in "Settings Manager"
* Removed verbose output from "Settings Manager"
* Corrected import from `dxgi.dll`
* Fixed typo in configuration UI (#346) (.1)
## 22000.318.36
+4 -4
View File
@@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22000,318,37,0
PRODUCTVERSION 22000,318,37,0
FILEVERSION 22000,318,37,1
PRODUCTVERSION 22000,318,37,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.37.0"
VALUE "FileVersion", "22000.318.37.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.37.0"
VALUE "ProductVersion", "22000.318.37.1"
END
END
BLOCK "VarFileInfo"
+1 -1
View File
@@ -341,7 +341,7 @@
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]
;i Do not hook Start menu from main Explorer process (permanently disabled) *
"HookStartMenu"=dword:00000001
;c 12 Supplimentary delay at logon *
;c 12 Supplementary delay at logon *
;x 0 None (default)
;x 300 300 ms
;x 600 600 ms