Hello!
I have a by misstake set to low SDDL permissions on the Service Control
Manager it self...
this is the command i used to set the wrong SDDL (locking my self out...)
sc sdset scmanager D:(A;;CCLCRPRC;;;AU)
resulting in only read access...
the correct command should have been:
sc sdset scmanager
D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
Will reset back to RTM values according to this
http://support.microsoft.com/kb/907460
1. Where does those SDDL values for the SCM its self get saved?
2. How do I revert to the original values now when only have readaccess fo
AU (geting access denied, ehen trying to reset)?
Could a reinstall of SP2 correct this problem?
Best Regards
Anders