WinXP Posted November 12, 2006 Posted November 12, 2006 The WinMGMT Service (Bequeather of instrumentation of manages. of the Windows) he is occult in the console of services (services.msc)
cluberti Posted November 12, 2006 Posted November 12, 2006 In XP and Server 2003, it's been moved to the Network Services svchost.exe process. It can be broken out again into it's own process, but more surgery would be needed to make it more Windows 2000-like:1. Stop the winmgmt service2. Open regedit and browse to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost3. Edit the "netsvcs" value, and remove the winmgmt entry4. Create a new registry REG_MULTI_SZ string value type named "wmigroup"5. Add winmgmt to the new "wmigroup" value6. Browse to HKLM\SYSTEM\CurrentControlSet\Services\winmgmt\ImagePath7. Edit the "ImagePath" value...change this:%SystemRoot%\System32\svchost.exe -k netsvcs...to this:%SystemRoot%\System32\svchost.exe -k wmigroup8. Reboot for the changes to take effectTo see the changes, open a command prompt and run tasklist /svc and you should now see a svchost.exe entry running winmgmt.
LLXX Posted November 13, 2006 Posted November 13, 2006 Bequeather of instrumentation of manages. of the Windows
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now