Forum Discussion
Claire_4
Apr 27, 2020Copper Contributor
Factory Reset Windows 10 without user intervention
I've looked for this answer online and have come across the "systemreset -factoryreset" command which works, but it comes up with the prompt asking if I want to keep my files or remove everything, I ...
JordanVegas
Nov 17, 2020Copper Contributor
Hey, I am also planning to use this script and I have a question.
will this script wipe all the disks connected or only C:/
if it indeed only wipes C:/ would you kindly modify it to wipe all the disks?
Best regards, Jordan.
dretzer
Nov 18, 2020Iron Contributor
The MDM wipe method above wipes all fixed disks, no modification necessary. I'm not sure about removable disks, but all fixed disks (C:, D:, ...) will be cleaned.
If it is important to fully wipe the data from the disks (i.e. non-recoverable) you should make sure that all disks are bitlocker encrypted. Only with encryption you can be sure that no data is recoverable with this method.
- JordanVegasNov 19, 2020Copper Contributor
dretzer thank you very much for your response!!