Skip to content

Commit

Permalink
feat: disable recommendations for tips, shortcuts, new apps, and more…
Browse files Browse the repository at this point in the history
… on start menu
  • Loading branch information
Xyueta committed Aug 9, 2023
1 parent dfe2a87 commit e0458e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playbook/Executables/WIN11.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ for /f "tokens=6 delims=[.] " %%a in ('ver') do (
:: https://randomascii.wordpress.com/2020/10/04/windows-timer-resolution-the-great-rule-change
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "GlobalTimerResolutionRequests" /t REG_DWORD /d "1" /f

:: Disable recommendations for tips, shortcuts, new apps, and more on start menu
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_IrisRecommendations" /t REG_DWORD /d "0" /f

0 comments on commit e0458e5

Please sign in to comment.