Friday 7 November 2008

disable VS intelisense

undocumented way to disable C++ Intellisense:
Rename or delete the following file:
C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages\feacp.dll

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