diff --git a/README.md b/README.md index 75e5117..339d277 100644 --- a/README.md +++ b/README.md @@ -147,11 +147,14 @@ https://uup.rg-adguard.net/ ```powershell echo "Disable Weather, News and Interests on taskbar" + reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds" /v EnableFeeds /t REG_DWORD /d 0 /f + echo "Hide Weather, News and Interests on taskbar" reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Feeds" /v ShellFeedsTaskbarViewMode /t REG_DWORD /d 2 /f pause ``` +
🧹 Clean Explorer ```powershell