Disable People
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user