Secure Delete Files Permanently with SDelete
Contents of the Software Package:
– sdelete.exe
– sdeleteEULA.reg:
————————————————-
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Sysinternals\SDelete]
“EulaAccepted”=dword:00000001
————————————————-
Tasksequence:
Restart Computer to WinPE
– Secure Wipe C Drive
— Copy SDelete
xcopy.exe “.\*.*” “%WinDir%” /E /C /Q /H /R /Y /I
Package: SDelete
— Accept SDelete EULA
regedit.exe /S sdeleteEULA.reg
%windir%
— Format and Partition Disk
Disk number: 0
Disk Type: Standard(MBR)
Volume: Primary NTFS (Quick Format)
— 7 Pass Drive Wipe
sdelete.exe -p 7 -c -z
C:\
https://technet.microsoft.com/en-us/sysinternals/sdelete.aspx
Leave a Reply