disable windows News

This commit is contained in:
jestxfot
2022-07-10 17:02:03 +00:00
committed by GitHub
parent d7bf9eaa2d
commit 45e40a82dc
+3
View File
@@ -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
```
</details>
<details><summary><b>🧹 Clean Explorer</b></summary>
```powershell