We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a146bf3 commit 8da27efCopy full SHA for 8da27ef
OwlOS Folder/Services and Features/Microsoft Store/Uninstall Micrososft Store.bat
@@ -15,8 +15,9 @@ powershell -command "Get-AppxPackage *windowsstore* | Remove-AppxPackage" >nul 2
15
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /v "Start" /t REG_DWORD /d "4" /f
16
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v "Start" /t REG_DWORD /d "4" /f
17
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\BITS" /v "Start" /t REG_DWORD /d "4" /f
18
+Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\PushToInstall" /v "Start" /t REG_DWORD /d "4" /f
19
20
echo.
21
echo Micrososft Store Uninstalled, Reboot Computer for Apply Changes.
22
-pause
23
+pause
0 commit comments