Fixed #346
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user