1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00

Version: 22000.556.42.36

This commit is contained in:
Valentin Radu 2022-03-14 04:55:01 +02:00
parent ff72f31b9b
commit 0d956cb122
2 changed files with 7 additions and 3 deletions

View File

@ -193,6 +193,10 @@ Please make sure you are connected to the Internet while installing, the applica
* ExplorerPatcher no longer sets the `MinWidth` registry entry automatically - this was used to mitigate an issue with `explorer.exe` where taskbar button labels were becoming too large. If you are affected by having this registry entry set, open the Registry Editor, go to `HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics` and remove the `MinWidth` entry (which is probably set to `38`). The same procedure can be used in order to have this option set up in the registry. For more information, see #664.
* Setup will disable the `UndockingDisabled` registry entry at `HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell\Update\Packages` when servicing the application. Using `UndockingDisabled` with ExplorerPatcher is not necessary and can actually cause issues (for example, see #704).
##### .36
* Weather: Display time of last update in the Properties window
## 22000.469.41
Tested on OS build 22000.434.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 556
#define VER_BUILD_HI 42
#define VER_BUILD_LO 35
#define VER_BUILD_LO 36
#define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg
// The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.35"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.35"
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.36"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.36"