Here is a simple PowerShell script to set the TimeZone of WinPE
#======================================================================================# Set Time Zone to Central Standard Time#======================================================================================Dism /Image:"$MountDirectory" /Set-TimeZone:"Central Standard Time" /LogPath:"$Logs\$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-Dism-SetTimeZone.log"#======================================================================================# Testing#======================================================================================# [void](Read-Host 'Press Enter to continue')
Download
Last updated Wed Oct 17 2018 20:00:00 GMT+0000 (UTC)