Jump to content

Recommended Posts

Posted

Evening All,

 

It's been a while since I've visited these parts - I hope everyone is well. I've finally decided to jump back into the Windows 10 image building after ditching it several times. Again we are using MDT and the capture process is going quite well so far.

 

I thought i'd ask if anyone has a list of steps they take when producing the image. I'm aware of removing apps - but do you do this to the reference image just before capture or do you do it at the end of the deployment process?

 

I'm at the stage of adding my software into the fat image.

 

Are there any cool scripts, things etc that I can do? I'm searching and reading at the moment - but often the real world is better than the blogs I read.

 

Cheers all,

 

Gareth

  • Thanks 1
Posted (edited)

I'm doing this right now, I've got a 180 education version loaded in hyperv. I'm just going to do my usual, put stuff on, take stuff off, sysprep and capture. WDS yay! I've never got to grips with MDT and how it ties in with WDS.

 

EDIT: I'm not sure if I should go office 2016 or 2019, I'm not liking 2019 and I'm unsure how well it will auto update.

Edited by chazzy2501
Posted (edited)

New post for MDT!

 

I use these rules (can find rules under properties of deployment share)

 

This will:

Skip Admin Password

Set UK timezone

Skip User backups etc

 

When capturing make sure skip capture is No

 

 

---------------------------------------------------------------------------------------------------------------------------------------------

[settings]

Priority=Default

Properties=MyCustomProperty

 

[Default]

OSInstall=Y

SkipCapture=YES

SkipAdminPassword=YES

SkipProductKey=YES

ProductKey=INSERT PRODUCT KEY

SkipComputerBackup=YES

SkipBitLocker=YES

 

UserDomain=domain.local

UserID=Administrator

UserPassword=insertadminpw

SkipTaskSequence=No

SkipUserData=YES

SkipComputerBackup=YES

SkipLocaleSelection=YES

KeyboardLocale=0809:00000809

UserLocale=en-GB

UILanguage=en-GB

 

SkipTimeZone=YES

TimeZoneName=GMT Standard Time

 

---------------------------------------------------------------------------------------------------------------------------------------------

Edited by gmonks
  • Thanks 1
Posted

Powershell Script to remove Windows 10 Apps on logon:

 

Get-AppxPackage -AllUsers | Remove-AppxPackage

Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online

  • 6 months later...
Posted

Does anyone know how to get rid of these icons via GPO. The documents and pictures icons specifically. Not too worried about the settings icon as it's disabled anyway.

 

leftedge.png

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...