diff -r 56dce8c7f298 -r c04fa8d4799d windows.rst --- a/windows.rst Thu Jul 22 15:22:53 2010 +0300 +++ b/windows.rst Sat Jul 24 18:02:52 2010 +0300 @@ -227,7 +227,7 @@ 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 @@ -242,3 +242,17 @@ Windows Life-Cycle Policy http://support.microsoft.com/gp/lifeselect Life-Cycle Policy by product + +* 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