- Start>Run, and type %windir%\ie7.log
But later I found this page, http://forum.aumha.org/viewtopic.php?t=8125 I followed the procedures and the problem was solved.
- Download and install subinacl from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en - Create a file named reset.cmd (the "reset" can be any name you like) in C:\Program Files\Windows Resource
Kits\Tools folder (the default folder for subinacl). - 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 - Enter into CMD prompt by Start>Run, and type cmd.
- Enter the following commands one at a time and click Enter.
cd\
cd "C:\Program Files\Windows Resource Kits\Tools" (If you have installed subinacl in other folders, please enter the path of the folder where your subinacl installed instead.)
reset.cmd
1 comment:
Keep up the good work.
Post a Comment