-
rights and registry
i got one nice laptop that was hacked a little bite though wireless. (i think, cuz thay sade that this happend after thay bought WireLrouter and traid wireless connection).
registry was locked with "rights" so now I cannot get acces to them :(
"HKEY_CLASSES_ROOT" i couldnot do anythig to this key when I got system to load.
no files that can start.
system hangs up = no rights to regkeys.
i restored (offline mode) them from "system volume information" but not all keys was working as them should.
is it some offline way to reset rights in registry?
-
You can use the recory console to restore\fix the registry...
http://support.microsoft.com/?kbid=307654
MLF
-
Go get http://www.microsoft.com/downloads/d...displaylang=en
Now put this in notepad..
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
and now save it as reset.cmd in the directory you installed subacl and double click it..wait..and your good dood.