Sonic007 Posted April 13, 2021 Posted April 13, 2021 We are a small school so not really big enough to need a deployment server. I'd like to create a customized Windows 10 installer that removes all the rubbish extras such as Candy Crush, Get Office, and any other apps we don't want. If it can also install our other pieces of software that would be great. Ideally something we can just boot from a USB stick and install. Can anyone recommend anything that works well? Many thanks. 1
Griff Posted April 13, 2021 Posted April 13, 2021 You could look at something like Acronis True Image on a USB then you could build an image exactly how you want it capture it onto a external drive. Then when you come to deploy boot from USB, plug in external drive and deploy the image. This is how I did things before I got a MDT server setup at this school.
Davit2005 Posted April 13, 2021 Posted April 13, 2021 We are a small school so not really big enough to need a deployment server. I'd like to create a customized Windows 10 installer that removes all the rubbish extras such as Candy Crush, Get Office, and any other apps we don't want. If it can also install our other pieces of software that would be great. Ideally something we can just boot from a USB stick and install. Can anyone recommend anything that works well? Many thanks. There are a few youtube videos for removing the bloatware. I've not tried them my self, there is one from CraftComputing Thankfully I don't have the responsibility of building images anymore although I have a MDT server setup in a lab at home which is handy for quick Server/desktop builds for lab work. 1
Driftingforlife Posted April 13, 2021 Posted April 13, 2021 (edited) I use NTlite to customize all our ISOs for SCCM/manual installs. For manually capturing/coping a syspreped image I use LFsoft active boot disc. This is only for our quarantine network, we use SCCM for everything else. Edited April 13, 2021 by Driftingforlife
dhicks Posted April 13, 2021 Posted April 13, 2021 Ideally something we can just boot from a USB stick and install. I think you can just use the standard Windows install image, written to USB stick, with an unattend.xml file in place to automate the install process, including domain join. 1
Asgard Posted April 14, 2021 Posted April 14, 2021 I use something similar to this to mount the wim, remove a load of stuff and then pack it back up. It then gets thrown into SCCm but you could use it as you intend ; https://gal.vin/posts/removing-uwp-apps-mdt/#remove-specified-provisioned-uwp-apps-from-an-offline-windows-10-wim-image 1
stevewill6 Posted April 15, 2021 Posted April 15, 2021 I use the OSDeploy - OSDBuilder. This creates a custom wim file that's then added to mdt for deployment. Every install is a fresh install. All the bloat that's not required is removed and updates are applied when the wim is created. Its a powershell module thats simple to use.
computer_expert Posted April 15, 2021 Posted April 15, 2021 (edited) I use OSDBuilder with MDT with WDS in larger environments. Very powerful. If you want a GUI, the have a look at WIMWitch. I also use MDT with Offline media in smaller environments (It can be used with USB flash drives too, see the bootable USB section) as you get all the benefits of task sequences as well Edited April 15, 2021 by computer_expert
Sonic007 Posted April 16, 2021 Author Posted April 16, 2021 Cheers. Some good options to look at here. Have a good weekend all.
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