PCHealthCheck disable

This commit is contained in:
jestxfot
2022-07-10 16:36:25 +00:00
committed by GitHub
parent 3e5ba876fd
commit e89d51a4ec
+10 -1
View File
@@ -194,7 +194,7 @@ Taskbar:
<details><summary><b>Adding App to the Context Menu</b></summary>
```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:
<h3 align="center">🛠 Apps</h3>
<details><summary><b>🗑 Remove and Disable Windows PC Health Check</b></summary>
```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
```
</details>
<details><summary><b>🔽 Restore UWP</b></summary>
**WindowsStore**