Re: Move \Users folder once for all
- From: SoNotHollywood <SoNotHollywood.3u7zzc@xxxxxxxxxxxxx>
- Date: Tue, 23 Jun 2009 11:12:41 +0530
can't we just do a reboot , go to the command prompt and do this....
robocopy C:\Users D:\Users /E /COPYALL /XJ
rmdir /S /Q C:\Users
rmdir "C:\Documents and Settings"
mklink /J C:\Users D:\Users
mklink /J "C:\Documents and Settings" D:\Users
isn't mklink a lot better and safer that using the mount?
==========================
* Robocopy options:
/E
copy subdirectories, including Empty ones.
/XJ
eXclude Junction points. (normally included by default). Never exclude
this
/COPYALL
COPY ALL file info
**rmdir options
/S
Removes all directories and files in the specified directory in
addition to the directory itself. Used to remove a directory tree.
/Q
Quiet mode, do not ask if ok to remove a directory tree with /S
***mklink options
/J
Creates a Directory Junction.
--
SoNotHollywood
------------------------------------------------------------------------
SoNotHollywood's Profile: http://forums.techarena.in/members/108021.htm
View this thread: http://forums.techarena.in/vista-setup-install/620001.htm
http://forums.techarena.in
.
- Prev by Date: Re: Vista hanging on install
- Next by Date: RE: Vista New Activation Bug
- Previous by thread: Vista New Activation Bug
- Next by thread: Re: Error code 0x80070017
- Index(es):