# HG changeset patch # User Oleksandr Gavenko # Date 1267087163 -7200 # Node ID 5a839a273056e0ae455e9c26c5643890a00d50f5 # Parent 117fd10347ec54ee6bce5664e15bc939edab7762# Parent c9d11ccc09537e4102081b86c2da78c5220c43ff merged diff -r 117fd10347ec -r 5a839a273056 windows.rst --- a/windows.rst Wed Feb 24 00:10:20 2010 +0200 +++ b/windows.rst Thu Feb 25 10:39:23 2010 +0200 @@ -38,6 +38,11 @@ http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx +** Activate windows. + + http://www.microsoft.com/genuine/selfhelp/XPPkuinst.aspx?sGuid=bab9e103-6365-44dd-9337-93f0cd9dd4b7&displaylang=en + Windows Product Key Update Tool Instructions + * Vista ** Samba. @@ -90,3 +95,20 @@ To remove: cmd> subst disk: /d + +* CMD. + +** How run cmd on 64-bit OS. + +From 64-bit process: + + %windir%\System32\cmd.exe (for 64-bit) + %windir%\SysWOW64\cmd.exe (for 32-bit) + +From 32-bit process: + + %windir%\System32\cmd.exe (for 32-bit) + %windir%\Sysnative\cmd.exe (for 64-bit) + + http://msdn.microsoft.com/en-us/library/aa384187%28VS.85%29.aspx + File System Redirector