windows.rst
changeset 473 6ecff173dda7
parent 457 37e24958dca4
child 494 e0fa3c7c920a
equal deleted inserted replaced
472:cfe17c4a293b 473:6ecff173dda7
   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=...' (alwayson/optout/optin/alwaysoff):
   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 To see current DEP status run:
       
   235 
       
   236   cmd> wmic OS Get DataExecutionPrevention_Available
       
   237   cmd> wmic OS Get DataExecutionPrevention_SupportPolicy
       
   238   cmd> wmic OS Get DataExecutionPrevention_Drivers
       
   239 
   234   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
   240   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
   235                 /noexecute parameter
   241                 /noexecute parameter
       
   242   http://support.microsoft.com/kb/912923
       
   243                 How to determine that hardware DEP is available and configured on your computer
   236 
   244 
   237 * Life cycle.
   245 * Life cycle.
   238 
   246 
   239   http://www.microsoft.com/windows/lifecycle/servicepacks.mspx
   247   http://www.microsoft.com/windows/lifecycle/servicepacks.mspx
   240                 Windows Service Pack Road Map
   248                 Windows Service Pack Road Map