Disable People

This commit is contained in:
jestxfot
2022-07-10 17:08:06 +00:00
committed by GitHub
parent 539a39c8b8
commit bdfaec526d
+2
View File
@@ -147,6 +147,8 @@ https://uup.rg-adguard.net/
```powershell
echo "Disable People"
reg add "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer" /v HidePeopleBar /t REG_DWORD /d 1 /f
echo "Hide People"
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" /v PeopleBand /t REG_DWORD /d 0 /f
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