1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Symbols: Fixed SymbolsLastNotifiedOSBuild registry value not being written

This commit is contained in:
Amrsatrio 2023-11-18 17:54:00 +07:00
parent 7d0cdde356
commit 9e7c1e68b7
2 changed files with 5 additions and 7 deletions

View File

@ -4,19 +4,17 @@ This document includes the same release notes as in the [Releases](https://githu
## 22621.2506.60 ## 22621.2506.60
Tested on OS builds 22000.2416, 22621.2361, 22621.2506, and 23585.1001. Tested on OS builds 22000.2416, 22000.2538, 22621.2361, 22621.2506, 22621.2715, 22631.2787, 23585.1001, and 23590.1000.
#### Details #### Details
##### 1 ##### 1
* Taskbar10: Partially fixed Windows 11 Start menu and Search positioning on builds 23545+ (Dev). (ac268b1) * Taskbar10: Fixed Windows 11 Start menu and Search positioning on builds 22621.2787+ and 23545+ (Dev). (ac268b1, 7d0cdde)
* Changing the taskbar alignment requires restarting `explorer.exe` in order to take effect.
* File Explorer: Added option to disable the modern navigation bar of Moment 4. (2dc1340) * File Explorer: Added option to disable the modern navigation bar of Moment 4. (2dc1340)
* File Explorer: Restored "Apply Mica" functionality on OS builds 22621+. (f62c532) * File Explorer: Restored "Apply Mica" functionality on OS builds 22621+. (f62c532)
* Localization: Officially added translations for the following languages: * Localization: Officially added translations for the following languages: Chinese (Simplified), Chinese (Traditional), Dutch, Indonesian, Japanese
* Chinese, Simplified (Thanks @zetaloop!) * Thanks to [everyone involved](https://github.com/valinet/ExplorerPatcher-L10N#acknowledgements)!
* Japanese (Thanks @creeper-0910, @reindex-ot, and @Rukoto!)
* GUI: Decoupled the Properties window into `ep_gui.dll` from the main DLL in order to reduce the main DLL size and to allow scalable localization. (f6f6d89, 639d7aa) * GUI: Decoupled the Properties window into `ep_gui.dll` from the main DLL in order to reduce the main DLL size and to allow scalable localization. (f6f6d89, 639d7aa)
* `rundll32 C:\Windows\dxgi.dll,ZZGUI` will continue to work as before. * `rundll32 C:\Windows\dxgi.dll,ZZGUI` will continue to work as before.

View File

@ -353,7 +353,7 @@ DWORD DownloadSymbols(DownloadSymbolsParams* params)
0, 0,
NULL, NULL,
REG_OPTION_NON_VOLATILE, REG_OPTION_NON_VOLATILE,
KEY_READ, KEY_READ | KEY_WRITE,
NULL, NULL,
&hKey, &hKey,
&dwDisposition &dwDisposition