windows.rst
changeset 455 37d810075a7b
parent 428 073784e56581
child 456 c04fa8d4799d
--- a/windows.rst	Tue Jul 06 22:37:34 2010 +0300
+++ b/windows.rst	Sat Jul 24 18:01:41 2010 +0300
@@ -227,9 +227,23 @@
 with SP2, Windows Vista, and later versions of Windows.
 
 To enable NX on 32-bit Windows edit 'c:\boot.ini', add option
-'/noexecute=...':
+'/noexecute=...' (alwayson/optout/optin/alwaysoff):
 
   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson
 
   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
                 /noexecute parameter
+
+* NTFS junction points.
+
+To craete use 'junction.exe' from Mark Russinovich or 'linkd.exe' from
+Microsoft Windows 2000 Resource Kit.
+
+  cmd> md c:\Program-Files
+  cmd> junction c:\Program-Files "c:\Program Files"
+
+  http://technet.microsoft.com/en-gb/sysinternals/bb896768.aspx
+                Junction v1.05, Published: July 24, 2007
+  http://support.microsoft.com/?kbid=205524
+                How to create and manipulate NTFS junction points
+  http://en.wikipedia.org/wiki/NTFS_junction_point