Moving Windows\winsxs\Backup to another drive

1

I've installed an SSD and for a number of big directories (e.g. Users\me\Downloads), I've been able to use the Sysinternals "junction" command to create a hard link on C: that references a copy of the directory on the hard drive that used to be C: and is now D:.

It seems that the winsxs\backup directory is an ideal candidate for this -- anything that thinks it's writing to or reading from c:\windows\winsxs\backup will really be working with d:\whatever\path\I\choose\backup, and it will of course be slower but files there are rarely touched (I'd think).

However, it doesn't seem possible to remove the directory in order to use to re-create it as a hard link to a directory on D:. Does anyone know a way around that?

J.Merrill

Posted 2013-05-17T18:05:59.160

Reputation: 241

Answers

1

don't do this. This folder is used by sfc to restore corrupted files. Moving the folder may break the tool. But you can compress he folder with the NTFS compression after you gave you account full permissions. Windows 8 does this NTFS compression when I call the WinSxS cleanup.

enter image description here

magicandre1981

Posted 2013-05-17T18:05:59.160

Reputation: 86 560

1

Boot a linux live cd, and then do the job... C:\Windowsother dirs are protected by a anti-copy while running win (Microsoft don't want somebody copying windows for its friends...)

RetroDroid

Posted 2013-05-17T18:05:59.160

Reputation: 73