Forum Discussion
shockotechcom
May 22, 2023Iron Contributor
systemreset.exe command line options
I'm doing a lot of testing with Windows autopilot. Is there a method to reset the machine solely from the command line using the systemreset.exe tool? I cannot find any documentation for the switches...
NikolinoDE
May 22, 2023Platinum Contributor
Links:
How to Factory Reset Your Windows 10 PC Using Command Prompt
Factory Reset Windows 10 without user intervention
Open a Command Prompt window.
Type the following command and press Enter:
Copy code
systemreset.exe /?
This will display a list of command-line options supported by systemreset.exe and their brief descriptions.
Keep in mind that the options available may vary depending on the specific version of Windows you are using.
I hope that this information will help you a little further in your project.