Sunday, January 11, 2009

Event ID : 1000 - DEP Error : Generic host for Win32 services

Generic Host Process for Win32 Services - DEP : Application Error

Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date:  
Time:  
User:  N/A
Computer: 
Description:
Faulting application svchost.exe, version 5.1.2600.5512, faulting module acgenral.dll, version 5.1.2600.5512, fault address 0x000116e2.


What is /noexecute=optin /fastdetect /usepmtimer in boot.ini?

have windows Xp Pro SP2 and in the Boot.ini it shows multi(0)disk(0)partition(1)\Windows="Mic... Windows XP Profesional" /NoExecute=OptIn /fastdetect /usepmtimer
/NOEXECUTE


This option is only available on 32-bit versions of Windows when running on processors supporting no-execute protection. It enables no-execute protection (also known as Data Execution Protection - DEP), which results in the Memory Manager marking pages containing data as no-execute so that they cannot be executed as code. This can be useful for preventing malicious code from exploiting buffer overflow bugs with unexpected program input in order to execute arbitrary code. No-execute protection is always enabled on 64-bit versions of Windows on processors that support no-execute protection. There are several options you can specify with this switch:


/NOEXECUTE=OPTIN Enables DEP for core system images and those specified in the DEP configuration dialog.


/NOEXECUTE=OPTOUT Enables DEP for all images except those specified in the DEP configuration dialog.


/NOEXECUTE=ALWAYSON Enables DEP on all images.


/NOEXECUTE=ALWAYSOFF Disables DEP.

Link :
http://www.microsoft.com/technet/sysinternals/information/bootini.mspx