quote:
Originally posted by toddy
Stigmata's reply to error 800401f3
and/or try this
After Trying that it failed but I came across this..
1. Download and install SubInACL (Microsoft Official Page)
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=system=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
6. After a few minutes by processing subinacl, the permission will be reset.
I get kind of stuck on step 2. What does he mean by create a file? If so does he mean a folder. I know where to create it just not sure. Also I'm abit stuck on step 3. If someone knows what he means could you explain it abit better. Thanks again, Also this has worked for everyone who has done it.