Skip to main content

Windows

Here are my articles related to Windows.

wmic

To delete all shadow copies on a system using the WMIC (Windows Management Instrumentation Command-line) tool, you can use the following command:

wmic shadowcopy delete

Tags