Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmartinezone/DriveSanitizer
DriveSanitizer Cleans multiple storage drives simultaneously and secure
https://github.com/cmartinezone/DriveSanitizer
boot erase harddr sdelete windows-adk winpe
Last synced: about 2 hours ago
JSON representation
DriveSanitizer Cleans multiple storage drives simultaneously and secure
- Host: GitHub
- URL: https://github.com/cmartinezone/DriveSanitizer
- Owner: cmartinezone
- Created: 2019-01-10T06:11:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T17:42:25.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T22:15:05.994Z (3 months ago)
- Topics: boot, erase, harddr, sdelete, windows-adk, winpe
- Language: Batchfile
- Homepage:
- Size: 3.15 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cmartinezone/DriveSanitizer - DriveSanitizer Cleans multiple storage drives simultaneously and secure (Batchfile)
README
# DriveSanitizer
This tool it uses SDelete of Microsoft Sysinternals written by Mark Russinovich
This project uses SDelete to erase multiple computer storage Drives at the same time, it is designed to integrate in a Windows WinPE imageTo integrate this project to a Windows WinPE image you most complete following instruction:
1- Download and install Windows ADK and Windows PE add-on link: (https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install)
2- Create WinPE working files directory (https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-usb-bootable-drive#step-1-create-working-files)
3- Mount the Windows PE boot image (https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize)
4- Unzip the latest release DriveSanitizer ( https://github.com/cmartinezone/DriveSanitizer/releases )
5- Copy all DriveSanitizer files and folder into the ( WinPE offline directory \mount\windows\system32)
6- Unmount WinPE and generate an ISO file, also you can use the boot.wim image from ( WinPE ofline directory\media\sources\boot.wim ) and integrate into a WDS PXE Server (https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize#unmount-the-windows-pe-image-and-create-media)
one script will develop to automate the steps above :)
# Build WinPE with WinPEBuilder 1/16/2018
Step 1 is still required Download and install Windows ADK and Windows PE add-on link: (https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install)
Now you can use WinPEBuilder (https://github.com/cmartinezone/WinPEBuilder)
copy all the files and folder from DriveSanitizer root directory and paste all on > WinPEBuilder > Add-Script
Run WinPEBuilder.cmd as administrator