mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 12:15:10 +03:00
Add files via upload
This commit is contained in:
+4
-4
@@ -638,12 +638,12 @@ function run_form
|
||||
|
||||
## AveYo: fix ms-gamebar annoyance after uninstalling Xbox
|
||||
reg add HKCR\ms-gamebar /f /ve /d URL:ms-gamebar 2>&1 >''
|
||||
reg add HKCR\ms-gamebar /f /v "URL Protocol" /d "" 2>&1 >''
|
||||
reg add HKCR\ms-gamebar /f /v "NoOpenWith" /d "" 2>&1 >''
|
||||
reg add HKCR\ms-gamebar /f /v "URL Protocol" /d " " 2>&1 >''
|
||||
reg add HKCR\ms-gamebar /f /v "NoOpenWith" /d " " 2>&1 >''
|
||||
reg add HKCR\ms-gamebar\shell\open\command /f /ve /d "\`"$env:SystemRoot\System32\systray.exe\`"" 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices /f /ve /d URL:ms-gamebarservices 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices /f /v "URL Protocol" /d "" 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices /f /v "NoOpenWith" /d "" 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices /f /v "URL Protocol" /d " " 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices /f /v "NoOpenWith" /d " " 2>&1 >''
|
||||
reg add HKCR\ms-gamebarservices\shell\open\command /f /ve /d "\`"$env:SystemRoot\System32\systray.exe\`"" 2>&1 >''
|
||||
|
||||
Write-Host -ForegroundColor Green "Done"
|
||||
|
||||
Reference in New Issue
Block a user