diff --git a/README.md b/README.md index 2b279fc..5ae89a6 100644 --- a/README.md +++ b/README.md @@ -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