From bdfaec526d45d60dcd811c43d17c92af0558b4a7 Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sun, 10 Jul 2022 17:08:06 +0000 Subject: [PATCH] Disable People --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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