Remove a disks partition table on Windows
Install via npm
$ npm install --save win-drive-clean
const driveClean = require('win-drive-clean')
NOTE: As this is Windows only, calling driveClean()
on other platforms will be a NOOP and always succeed.
driveClean('\\\\.\\PhysicalDrive5', (error) => {
// ...
})