Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
18.07k stars 2.04k forks source link

Proper Way to deploy with MDT #127

Open rmflom opened 5 years ago

rmflom commented 5 years ago

I wanted to know what is the proper way to deploy this script during a MDT deployment, right now I have it running as soon as possible, so as soon as admin is logged into windows and starts running tasks, is there a better way to implement this before the admin user is even created?

Regards

image

abruening-iwt commented 5 years ago

I used to have it run during image generation, as last step before capturing, but after some recent complications (calculator gone and can't get it back) I've changed it to be done after deployment, as one of the last steps, after importing my custom start menu layout. That seems to work fine.

I don't think this script can work on offline Windows installations, which might allow running it before creating any user profiles on the deployed image. Maybe that could be done with Remove-AppxProvisionedPackage -Path F:\oo?

smoonlee commented 5 years ago

@abruening-iwt You can run it during the Reference Image MDT Process and works perfectly

image

This is how i cave the script running under the Task Sequence.

xsisbest commented 5 years ago

I have it as one of the last things in my task sequence during deployment. Never had a problem. debloat