Skip to content

Commit 8da27ef

Browse files
authored
Uninstall Micrososft Store.bat
1 parent a146bf3 commit 8da27ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OwlOS Folder/Services and Features/Microsoft Store/Uninstall Micrososft Store.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ powershell -command "Get-AppxPackage *windowsstore* | Remove-AppxPackage" >nul 2
1515
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /v "Start" /t REG_DWORD /d "4" /f
1616
Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v "Start" /t REG_DWORD /d "4" /f
1717
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
1819

1920
echo.
2021
echo Micrososft Store Uninstalled, Reboot Computer for Apply Changes.
2122

22-
pause
23+
pause

0 commit comments

Comments
 (0)