An open API service indexing awesome lists of open source software.

https://github.com/mrdatawolf/psdisableandclearshadowcopyonc

Disables shadow copy on c then removes any existing copies
https://github.com/mrdatawolf/psdisableandclearshadowcopyonc

Last synced: 4 months ago
JSON representation

Disables shadow copy on c then removes any existing copies

Awesome Lists containing this project

README

        

# PSDisableAndClearShadowCopyOnC
[Link to file](https://github.com/mrdatawolf/PSDisableAndClearShadowCopyOnC/raw/main/ClearCShadowCopyAndDisable.ps1)
Make sure you run this in a powershell console. I have only tested this in PS 7+

## Two ways to run
This will run on C Drive:
.\YourScriptName.ps1

This will run on D Drive:
.\YourScriptName.ps1 -Drive "D:"