Skip to content

Powershell script version of Sdelete -Z to zero free space on a disk.

Notifications You must be signed in to change notification settings

joakimlemb/Zero-Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zero-Drive

Powershell script version of Sdelete -Z to zero free space on a disk.

Installing

Can be installed from PowerShell Gallery via Install-Module for Powershell 5.x and up.

Install-Module -Name Zero-Drive  

Usage examples

Write Zero's to C drive with default settings

Invoke-ZeroDrive -Drive C

Write Zero's to E drive with blocksize of 1MB and leave 10GB of free space

Invoke-ZeroDrive -Drive E -BlockSize 1MB -SpaceToLeave 10

About

Powershell script version of Sdelete -Z to zero free space on a disk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published