Posts Tagged ‘attrib’

Vista Sucks Because It Makes Copied Folders System Folders

Saturday, September 19th, 2009

Vista is very unforgiving. I forgot to make a destination folder before running a RoboCopy script to back up my portal hard drive.

The trick to fixing this can be found (with much searching on Google) at http://support.microsoft.com/kb/326549.

In short, run this in a command window (be sure to open the command window as Administrator)

attrib -h -r -s drive:\<path>\<foldername>

Example:

attrib -h -r -s c:\test