windows.rst
changeset 456 c04fa8d4799d
parent 438 a6cfa48e27d0
parent 455 37d810075a7b
child 457 37e24958dca4
equal deleted inserted replaced
454:56dce8c7f298 456:c04fa8d4799d
   225 On 64-bit processes, DEP is enabled by default and cannot be disabled. For
   225 On 64-bit processes, DEP is enabled by default and cannot be disabled. For
   226 32-bit Windows DEP is supported in Windows Server 2003 with SP1, Windows XP
   226 32-bit Windows DEP is supported in Windows Server 2003 with SP1, Windows XP
   227 with SP2, Windows Vista, and later versions of Windows.
   227 with SP2, Windows Vista, and later versions of Windows.
   228 
   228 
   229 To enable NX on 32-bit Windows edit 'c:\boot.ini', add option
   229 To enable NX on 32-bit Windows edit 'c:\boot.ini', add option
   230 '/noexecute=...':
   230 '/noexecute=...' (alwayson/optout/optin/alwaysoff):
   231 
   231 
   232   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson
   232   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson
   233 
   233 
   234   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
   234   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
   235                 /noexecute parameter
   235                 /noexecute parameter
   240                 Windows Service Pack Road Map
   240                 Windows Service Pack Road Map
   241   http://www.microsoft.com/windows/lifecycle/default.mspx
   241   http://www.microsoft.com/windows/lifecycle/default.mspx
   242                 Windows Life-Cycle Policy
   242                 Windows Life-Cycle Policy
   243   http://support.microsoft.com/gp/lifeselect
   243   http://support.microsoft.com/gp/lifeselect
   244                 Life-Cycle Policy by product
   244                 Life-Cycle Policy by product
       
   245 
       
   246 * NTFS junction points.
       
   247 
       
   248 To craete use 'junction.exe' from Mark Russinovich or 'linkd.exe' from
       
   249 Microsoft Windows 2000 Resource Kit.
       
   250 
       
   251   cmd> md c:\Program-Files
       
   252   cmd> junction c:\Program-Files "c:\Program Files"
       
   253 
       
   254   http://technet.microsoft.com/en-gb/sysinternals/bb896768.aspx
       
   255                 Junction v1.05, Published: July 24, 2007
       
   256   http://support.microsoft.com/?kbid=205524
       
   257                 How to create and manipulate NTFS junction points
       
   258   http://en.wikipedia.org/wiki/NTFS_junction_point