Browse Source

Update CHANGELOG.md

master
Dmitry Nefedov 2 weeks ago
committed by GitHub
parent
commit
4c3167598b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md

4
CHANGELOG.md

@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 5.18.5 | 6.6.5 — 14.04.2024
* Removed `ShareContext` & `UnpinAllStartApps` functions for `Windows 11`;
* Start icon positions are stored in a binary obfuscated JSON file `$env:LOCALAPPDATA\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start2.bin`, and it's changed with every update;
* Start icon positions are stored in a binary obfuscated JSON file that changes with every update. `$env:LOCALAPPDATA\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start2.bin`, and it's changed with every update;
* Take a look at https://gist.github.com/rad1ke/d8c4121931633eca04ca625d09ff1a11#file-windows-11-setup-ps1-L42 if you're interested in the function.
* Fixed `Cursors` function;
* Please re-run it by using `. .\Functions.ps1` module
* Added a warning for `Set-Association` function: `.pdf` and `http/https` protocol will be skipped;
* Added a warning for `Set-Association` function: `.pdf` and `http/https` protocols will be skipped;
* Microsoft has blocked write access to UserChoice key for .pdf extention and http/https protocols with KB5034765 and KB5034763 for Windows 11 and Windows 10 respectively.
* `RKNBypass` updated;
* Changed URL to `https://p.thenewone.lol:8443/proxy.pac`. Applicable for Russia only.

Loading…
Cancel
Save