collection of CLI commands #Capture and apply an partition image dism /capture-image /imagefile:E:\anImage.wim /capturedir:C:\ /name:anImage #to deploy an image format C: /fs:ntfs /q /y Dism /Apply-Image /ImageFile:"E:\anImage.wim" /index:1 /ApplyDir:C:\ #to turn bitlocker off c:\windows\system32\manage-bde -status c:\windows\system32\manage-bde -off c: #Chris Titus tools (admin powershell) iwr -useb https://christitus.com/win | iex Get-AppxPackage -AllUsers *AppName* | Remove-AppxPackage -AllUsers Remove-AppxProvisionedPackage -PackageName diskpart Dism /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth SFC /scannow wmic logicaldisk get deviceid, volumename, description #get SID of computer (must be unique) Get-WmiObject Win32_ComputerSystemProduct | Select UUID c:\windows\System32\Sysprep\sysprep.exe /audit /reboot