How Can We Help You?

Windows

Unable to restore Previous Version files due to long file and folder names

Estimated reading: 1 minute
  1. Right click on the folder you're trying to restore from shadow copy and chose Previous Versions. Chose a date and click on Open.
  2. Right click on any file or folder within the previous folder and chose Properties. On the General tab copy what's shown in 'location', e.g.:
    \localhostD$@GMT-2018.12.03-05.09.11Shares
  3. Open cmd.exe and enter
    subst X: \localhostD$@GMT-2018.12.03-05.09.11Shares
  4. Open PowerShell and use robocopy to copy content of X
    robocopy Z: D:Folder /E /COPYALL
  5. Check that all files have been copied.
  6. When finished delete the temporary mapping with
    subst X: /D in cmd.exe


Share this Doc

Unable to restore Previous Version files due to long file and folder names

Or copy link

CONTENTS