From 45e40a82dca1743047d22c8c4e2d0ae634668f26 Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sun, 10 Jul 2022 17:02:03 +0000 Subject: [PATCH] disable windows News --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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