In Vista the display name of services shows with the dll name and a numeric parameter value.
How can I retrieve the exact display name and description of that
For Example:
Registry Path: "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services"
Service Name: "AppMgmt"
Display Name in the registry: "@appmgmts.dll,-3250"
Description in the registry: "@appmgmts.dll,-3251"
Actual Display name in Services list (Services.msc): "Application Management"
Actual Description in Services list (Services.msc): "Processes installation, removal, and enumeration requests for software deployed through Group"
My doubt is how to get the value "Application Management" from "@appmgmts.dll,-3250"?
Could some one please help .....