merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 25 Feb 2010 10:39:23 +0200
changeset 318 5a839a273056
parent 309 117fd10347ec (current diff)
parent 317 c9d11ccc0953 (diff)
child 319 92affd306ff5
child 322 7e804f4b8615
child 323 2bb33e473cda
merged
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