We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f831d commit 760c920Copy full SHA for 760c920
scripts/Windows Shadow Copies.csc
@@ -6,5 +6,4 @@ AuthorURL=http://www.builtbybel.com
6
Warning=This will remove all Shadow Copies from all volumes.
7
8
[Files]
9
-Task1=Echo|%WinDir%\SysNative\vssadmin list shadows
10
-Task2=Exec|%WinDir%\SysNative\vssadmin delete shadows /all|SHOWCLI
+Task1=Exec|%WinDir%\SysNative\vssadmin delete shadows /all
0 commit comments