REM "복구" REM schtasks /Change /TN "\Microsoft\Windows\InstallService\ScanForUpdates" /Enable >nul REM schtasks /Change /TN "\Microsoft\Windows\InstallService\ScanForUpdatesAsUser" /Enable >nul REM schtasks /Change /TN "\Microsoft\Windows\InstallService\SmartRetry" /Enable >nul REM schtasks /Change /TN "\Microsoft\Windows\InstallService\WakeUpAndContinueUpdates" /Enable >nul REM schtasks /Change /TN "\Microsoft\Windows\InstallService\WakeUpAndScanForUpdates" /Enable >nul
REM "Microsoft Store 설치 서비스" 중지 sc stop InstallService sc config InstallService start= disabled
REM "ms 스토어 복구 하기" REM sc config InstallService start= demand
REM " https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsStore::RemoveWindowsStore_2&Language=ko-kr " REM "ms 스토어 중지 하기https://wezard4u.tistory.com/3829" REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 01 -F
REM "백그라운드 앱 모드 중지" reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v GlobalUserDisabled /t REG_DWORD /d 1 /f
REM "ms 스토어 업데이트 더이상 받지 않기 때문에 1로 완료로 한다" reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v Migrated /t REG_DWORD /d 1 /f