smalls001 Posted November 20, 2019 Posted November 20, 2019 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
caffrey Posted November 20, 2019 Posted November 20, 2019 Do you apply the reg key \ gpo , DisableWindowsConsumerFeatures ? 1
jslate1980 Posted November 20, 2019 Posted November 20, 2019 I remove them after os install, through the task sequence. I found it broke my sysprep capture if I did it before. 1
smalls001 Posted November 20, 2019 Author Posted November 20, 2019 Do you apply the reg key \ gpo , DisableWindowsConsumerFeatures ? No , will give this a try, not got the admx for 1903 install. Thanks
smalls001 Posted November 20, 2019 Author Posted November 20, 2019 Is this for tiles side of the start menu?
smalls001 Posted November 20, 2019 Author Posted November 20, 2019 Not having a issue with tiles, its the start menu on the left
caffrey Posted November 20, 2019 Posted November 20, 2019 There's also SilentInstalledAppsEnabled, PreInstalledAppsEnabled, OemPreInstalledAppsEnabled and SystemPaneSuggestionsEnabled I have these reg keys added with a script I use on the WIM
sparkeh Posted November 20, 2019 Posted November 20, 2019 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.
smalls001 Posted November 21, 2019 Author Posted November 21, 2019 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?
sparkeh Posted November 21, 2019 Posted November 21, 2019 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 1
jslate1980 Posted November 21, 2019 Posted November 21, 2019 (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 November 21, 2019 by jslate1980 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now