shadow copies

  1. Andy

    Enable a Full Shadow Copy for the whole drive or folder using PowerShell

    Here's the simplest way to set up a shadow copy of a drive is to use the wmic tool from PowerShell. Right-click the Start button and select Windows Terminal (Admin); on Windows 10, choose PowerShell (Admin) instead. Type and run the following command: wmic shadowcopy call create Volume=C:\ The...
Back
Top