Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.6.4
6.6.4...6.6.5
- Removed
ShareContext
&UnpinAllStartApps
functions forWindows 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; - Take a look at https://gist.github.com/rad1ke/d8c4121931633eca04ca625d09ff1a11#file-windows-11-setup-ps1-L42 if you're interested in the function.
- Start icon positions are stored in a binary obfuscated JSON file
- Fixed
Cursors
function;- Please re-run it by using
. .\Functions.ps1
module
- Please re-run it by using
- Added a warning for
Set-Association
function:.pdf
andhttp/https
protocol 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.
- Changed URL to
- Fixed numerous typos.