Update Workflows/Windows/VSS/Delete Shadow Copies.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
This commit is contained in:
@ -9,7 +9,7 @@ The `vssadmin` utility is the standard tool for managing shadow copies. It is ty
|
||||
|
||||
However, some antivirus or endpoint protection software may block its execution due to its similarity to behavior used by ransomware. If `vssadmin` fails, use the `diskshadow` method described below.
|
||||
|
||||
```batch
|
||||
```cmd
|
||||
vssadmin delete shadows /for=D: /all /quiet
|
||||
```
|
||||
|
||||
@ -20,7 +20,7 @@ vssadmin delete shadows /for=D: /all /quiet
|
||||
## Method 2: Delete Shadow Copies Using `diskshadow`
|
||||
`diskshadow` is a more direct and lower-level tool than `vssadmin`. It should be used as a fallback option if `vssadmin` fails or is blocked.
|
||||
|
||||
```batch
|
||||
```cmd
|
||||
diskshadow
|
||||
set context persistent nowriters
|
||||
delete shadows volume D:
|
||||
|
Reference in New Issue
Block a user