Update Workflows/Windows/VSS/Delete Shadow Copies.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s

This commit is contained in:
2025-07-06 19:03:41 -06:00
parent 6fef73df2b
commit 9c9c4b9298

View File

@ -1,8 +1,8 @@
## Purpose
There are times when you may need to delete shadow copies (Volume Shadow Copies) from a drivecommonly to free up disk space. While this is usually straightforward, you may encounter scenarios where shadow copies cannot be deleted through normal means. The following methods provide ways to forcibly remove all shadow copies from a specific volume.
There are times when you may need to delete shadow copies (Volume Shadow Copies) from a drive, commonly to free up disk space. While this is usually straightforward, you may encounter scenarios where shadow copies cannot be deleted through normal means. The following methods provide ways to forcibly remove all shadow copies from a specific volume.
!!! warning
The examples below will **permanently delete all shadow copies** on the specified drive. The examples use drive `D:`adjust the drive letter as needed.
The examples below will **permanently delete all shadow copies** on the specified drive. The examples use drive `D:`; adjust the drive letter as needed.
## Method 1: Delete Shadow Copies Using `vssadmin`
The `vssadmin` utility is the standard tool for managing shadow copies. It is typically safe and handles deletions gracefully.