Monday 3 November 2008

XP drive mapping

in a cmd type: subst x: “c:\windows”
to make it permanent put that command in autoexec.bat
makesure autoexec.bat is in
regedit.exe -> HKEY_LOCAL_MACHINE->Software->Microsoft->Windows->CurrentVersion->Run
New->String Value, type in “Autoexec”, Right click Autoexec, Modify, type c:\autoexec.bat.
to kill the path: subst x: /D

No comments: