streetrelop.blogg.se

Remove candy crush soda saga from windows 10 powershell initialized
Remove candy crush soda saga from windows 10 powershell initialized













remove candy crush soda saga from windows 10 powershell initialized

Most of them don't have any apps installed. I had checked some pc, only few pc had 1-2 apps installed. I haven't tested them yet because i'm still working with scripts, but me and our company used these powershell command to uninstall all apps except calc, picture and store app and prevent Win10 from installing apps to new users during Win10 deployment. Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f

remove candy crush soda saga from windows 10 powershell initialized

Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d "0" /f Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d "0" /f Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d "0" /f Rem 0 - Disable / 1 - Auto-install subscribed/suggested apps (games like Candy Crush Soda Saga/Minecraft)















Remove candy crush soda saga from windows 10 powershell initialized