Accessing WMI using DCOM requires that the user has permissions on:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{76A64158-CB41-11D1-8B02-00600806D9B6}
Unfortunately Windows 7 and Server 2008 have this setup so that the Administrators group does not have full control! TrustedInstaller is the owner and has full control.
I need to do this via j-interop
Take ownership of the registry object and all sub-objects (to Administrators group) I believe this automatically gives full control permission s.
Any help would be massively appreciated