# HG changeset patch # User Oleksandr Gavenko # Date 1279983701 -10800 # Node ID 37d810075a7bdfe0158c166d250fce872375bfeb # Parent c0577090cc65314de6b189f4c15389ecac26610d NTFS junction points. diff -r c0577090cc65 -r 37d810075a7b windows.rst --- 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