Hi was trying to eport keys for rdamin remotely
reg export "HKLM\SYSTEM\RAdmin\v2.0\Server\Parameters" rdamin.reg
Error: Access is denied.
Its obviously some configuration in the security template
anyone know how to fix this via cmd line ?
note that the
RemoteRegistry Remote Registry Service (RUNNING)
is running
using a little registry tool I see this
RegDACL 5.1 - Permissions Manager for Registry keys for Windows NT 4 and above
Copyright © 1999-2001 Frank Heyne Software (http://www.heysoft.de)
This program is Freeware, use it on your own risk!
Effective permissions for Registry key HKLM\SYSTEM\RAdmin:
no access Everyone
so that key has been specifically disabled the ? is how to change the perms on it
via cmd line
well using the above prog one can change the perms however u need the reg version
RegDACL.exe HKLM\SYSTEM\RAdmin /F:SYSTEM
/F:SYSTEM - This option is available in the registered version only!
anyone have a freeware tool that can do the same thing or know a link were I can dl the reg version
well I answered my own ?s the freeware tool works too
RegDACL.exe HKLM\SYSTEM\RAdmin\ /GGE:F
Granting "F" access for really "Everyone"
F - Full access (same as QWCENLDSAO)
well its not a waste of a post I am sure it will help others not familar with
regdacl I never was before today