From e89d51a4ec2828fb5f44e5e91b7d5afe2fde6cce Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:36:25 +0000 Subject: [PATCH] PCHealthCheck disable --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89859b..be9151d 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Taskbar:
Adding App to the Context Menu - ```cmd + ```powershell reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\VScode" /ve /d "&VScode" /f reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\VScode\command" /ve /d "D:\Apps\VSCode\code.exe" /f pause @@ -203,6 +203,15 @@ Taskbar:

🛠 Apps

+
🗑 Remove and Disable Windows PC Health Check + + + ```powershell + reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHC" /v PreviousUninstall /t REG_DWORD /d 1 /f + reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealthCheck" /v PreviousUninstall /t REG_DWORD /d 1 /f + ``` +
+
🔽 Restore UWP **WindowsStore**