From 4c3167598b1076a41bb0d631a7ac2f451eb8e082 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 19 Apr 2024 13:08:04 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676bad22..8d4d3fc3 100644 --- a/CHANGELOG.md +++ b/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.