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**