mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-31 12:03:50 +01:00
Version: 22000.556.43.1
This commit is contained in:
parent
21c2f219d5
commit
9d89ff8a93
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
||||
|
||||
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
|
||||
|
||||
## 22000.556.43
|
||||
|
||||
Tested on OS build 22000.556.
|
||||
|
||||
Please make sure you are connected to the Internet while installing, the application might need to perform one-time downloads for several resources in order to enable full functionality.
|
||||
|
||||
#### Details
|
||||
|
||||
##### 1
|
||||
|
||||
* Option to disable window Snap quadrants in Windows 11 (thanks @lordmilko)
|
||||
|
||||
## 22000.556.42
|
||||
|
||||
Tested on OS build 22000.556.
|
||||
|
@ -527,6 +527,14 @@
|
||||
"DisableOfficeHotkeys"=dword:00000000
|
||||
;b Disable rounded corners for application windows
|
||||
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_DisableRoundedCorners"=dword:00000000
|
||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||
;b Disable quadrants when snapping windows *
|
||||
"DisableAeroSnapQuadrants"=dword:00000000
|
||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||
;c 2 Snap Assist style
|
||||
;x 0 Windows 11 (default)
|
||||
;x 3 Windows 10
|
||||
"SnapAssistSettings"=dword:00000000
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||
;c 6 Default action in the Alt+F4 dialog on the desktop
|
||||
;x 256 Switch user
|
||||
@ -536,14 +544,6 @@
|
||||
;x 2 Shut down (default)
|
||||
;x 4 Restart
|
||||
"Start_PowerButtonAction"=dword:00000002
|
||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||
;b Disable Window Snap Quadrants
|
||||
"DisableAeroSnapQuadrants"=dword:00000000
|
||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||
;c 2 Snap Assist style
|
||||
;x 0 Windows 11 (default)
|
||||
;x 3 Windows 10
|
||||
"SnapAssistSettings"=dword:00000000
|
||||
;t Prevent the following Control Panel links from being redirected to the Settings app:
|
||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||
;b System / About page
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 556
|
||||
#define VER_BUILD_HI 42
|
||||
#define VER_BUILD_LO 39
|
||||
#define VER_BUILD_HI 43
|
||||
#define VER_BUILD_LO 1
|
||||
#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.39"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.39"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user