# HG changeset patch # User Oleksandr Gavenko # Date 1267530652 -7200 # Node ID 2bb33e473cda84235f802c16c5f107234e25c3cf # Parent dd4cb03b6b46fcf49ac0fb62b712150df149ae07# Parent 5a839a273056e0ae455e9c26c5643890a00d50f5 merged diff -r dd4cb03b6b46 -r 2bb33e473cda windows.rst --- a/windows.rst Sun Feb 28 23:03:35 2010 +0200 +++ b/windows.rst Tue Mar 02 13:50:52 2010 +0200 @@ -53,6 +53,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. @@ -105,3 +110,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