Mmm, I think this would be bad.
In fact, in my wild imagination, I envision the world's next attackers not
being able to open up permissions with a web based exploit, but only being
able to lock them down, forcing all users to screw themselves by opening
them all up &)
Can you tell I've been on this problem too long...
"fedup" <> wrote in message
news:0481FD99-A28B-4FEF-88B2-...
> this works but opes up your system vulnerability, adds permission to
> everything i think.
>
> 1. Download and install subinacl from:
>
> http://www.microsoft.com/downloads/d...displaylang=en
>
> 2. Create a file named reset.cmd in C:\Program Files\Windows Resource
> Kits\Tools folder.
>
> 3. Edit the reset.cmd file with the following content.
>
> 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=systems=f
> subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
> subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
> subinacl /subdirectories %SystemDrive% /grant=system=f
>
> 4. Enter into CMD prompt.
>
> 5. Enter the following commands one at a time and click Enter.
>
> cd\
> cd "C:\Program Files\Windows Resource Kits\Tools"
> reset.cmd
>