Forum Discussion
Salman87
Jun 02, 2023Copper Contributor
Installing “agent” on Windows 10/11 PC after doing factory reset using powershell without user inter
I am looking for a single powershell script to perform following two tasks: -Reset windows to factory default state, deleting all user/application data -After reset, run another PowerShell script...
Salman87
Jul 01, 2023Copper Contributor
Hello everyone
I have found a solution to this problem.
For this we need to make an unattend.xml file and add powershell script to it. This will do all the work. Just restart windows and everything will be done automatically without user interaction including OOBE, setting username and password and installation of any software.
Thanks