Is this something that you want to do for a one time only? Or is it
something that you want to permanently change?
I would have to double check, but if you use the AT commmand at the
Command Prompt you can have the registry editor open with System Account
permissions and then do what ever you please with it. What you can do
is run this:
AT <time> /interactive cmd.exe
Set <time> a minute or so later and a new Command session will start
under the System Account. Then from there start the registry editor.
This might have been patched in a later Service Pack, I'm not sure and I
can't verify right now, but it's easy to try. The <time> should be the
24:00 (military) format. Probably you could open regedit.exe directly
with the same results.
For one time only another thing would be use the runas command:
runas /user:waynesdomain\myadminaccount regedt32.exe
http://www.windowsnetworking.com/kb...gramsasanotheruserinWindows2000WindowsXP.html
That should also be well documented on the Microsoft.com site.
To do permanent changes see here
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fb1634cb&pss=rss_flashplayer_fb1634cb
and adapt the grant= value accordingly. Risky business, I have never
tried this but it should work. But it's going to open a HUGE security
hole in your machine!