Jump to content

Recommended Posts

Posted

Afternoon All,

 

I have done a windows 10 1909 image and taken out modern apps before I have sysprep, all is well with the image until I deploy it with SCCM. The new pc builds fine but when I login the modern apps are in the start menu as link a to download it. Never had this before with any other image.

 

How do I get rid of the modern apps?

 

Thanks for any help in advance

 

 

smalls001

Posted

There's also SilentInstalledAppsEnabled, PreInstalledAppsEnabled, OemPreInstalledAppsEnabled and SystemPaneSuggestionsEnabled

 

I have these reg keys added with a script I use on the WIM

Posted
I remove them after os install, through the task sequence. I found it broke my sysprep capture if I did it before.

This.

 

There is an issue with removing apps before sysprep or removing from wim before deployment. The safest method is to now remove after os deployment.

Posted
This.

 

There is an issue with removing apps before sysprep or removing from wim before deployment. The safest method is to now remove after os deployment.

 

 

What do you use and where?

Posted
What do you use and where?

 

I use SCCM to deploy Windows 10. I deploy an unaltered wim (as stripping apps out of the wim can now bork the installation) and use a script to remove the apps while the installation is still offline.

 

The removal script is here: https://pastebin.com/iy2krNcd

The xml containing the apps to remove is here: https://pastebin.com/5aBbjTLY

 

You then create a package in sccm and run it during the OS setup phase of OSD

remove apps OSD.png

  • Thanks 1
Posted (edited)
I use SCCM to deploy Windows 10. I deploy an unaltered wim (as stripping apps out of the wim can now bork the installation) and use a script to remove the apps while the installation is still offline.

 

The removal script is here: https://pastebin.com/iy2krNcd

The xml containing the apps to remove is here: https://pastebin.com/5aBbjTLY

 

You then create a package in sccm and run it during the OS setup phase of OSD

[ATTACH=CONFIG]55722[/ATTACH]

Same here, though I use this script https://ccmexec.com/2019/04/updated-removeapps-script-for-windows-10-1903/ , I followed the instructions and updated the apps XML for 1909. Edited by jslate1980
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...