Browse Source

Fixed #346

pull/400/head 22000.318.37.1_e37a384
Valentin Radu 4 years ago
parent
commit
e37a384079
  1. 1
      CHANGELOG.md
  2. 8
      ExplorerPatcher/ExplorerPatcher.rc
  3. 2
      ExplorerPatcher/settings.reg

1
CHANGELOG.md

@ -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" * Fixed a memory leak in "Settings Manager"
* Removed verbose output from "Settings Manager" * Removed verbose output from "Settings Manager"
* Corrected import from `dxgi.dll` * Corrected import from `dxgi.dll`
* Fixed typo in configuration UI (#346) (.1)
## 22000.318.36 ## 22000.318.36

8
ExplorerPatcher/ExplorerPatcher.rc

@ -51,8 +51,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 22000,318,37,0 FILEVERSION 22000,318,37,1
PRODUCTVERSION 22000,318,37,0 PRODUCTVERSION 22000,318,37,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.37.0" VALUE "FileVersion", "22000.318.37.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.37.0" VALUE "ProductVersion", "22000.318.37.1"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

2
ExplorerPatcher/settings.reg

@ -341,7 +341,7 @@
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]
;i Do not hook Start menu from main Explorer process (permanently disabled) * ;i Do not hook Start menu from main Explorer process (permanently disabled) *
"HookStartMenu"=dword:00000001 "HookStartMenu"=dword:00000001
;c 12 Supplimentary delay at logon * ;c 12 Supplementary delay at logon *
;x 0 None (default) ;x 0 None (default)
;x 300 300 ms ;x 300 300 ms
;x 600 600 ms ;x 600 600 ms

Loading…
Cancel
Save