PERFECT! Worked like a charm. Everything seems to be working extremely well now.
Thank you for your quick and accurate response.
Regards,
Craig
Main Topics
Browse All TopicsI have inherited a laptop computer that was a corporate laptop. It was setup to only connect to a network. There were no local accounts and the local administrator account had been disabled. It is running XP Pro. I was able to reactivate the local admin acccount and create a new administrator type useraccount. The problems I am having now seem to be group policy restrictions. I am not able to uninstall some programs through add/remove and some new installations (Shockwave / Flash 10.1.0) fail saying I don't have permission to write to CLSID keys. For the most part everything is working well, just now and then I come across these restrictions.
The Shockwave one is a problem becuase everytime I restart it tries to finish the instaaltion and fails because of the above error.
How can I get full control of laptop/registry and remove the unknown restrictions? I have gpedit.msc, but don't know which sections the restrictions are affecting.
Thank you for any help
Craig
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: dstewartjrPosted on 2009-06-18 at 13:51:28ID: 24661619
run from command prompt the following line:
secedit /configure /cfg %windir%\repair\secsetup.i nf /db secsetup.sdb /verbose
then
1. Download and install subinacl from:
com/downlo ads/detail s.aspx? Fam ilyID=e8ba 3e56-d8fe- 4a91-93cf- ed6985e392 7b&display lang=en
inacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f inacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f inacl /subdirectories %SystemDrive% /grant=administrators=f
inacl /subkeyreg HKEY_LOCAL_MACHINE /grant=systems=f
http://www.microsoft.
2. Create a file named reset.cmd in C:\Program Files\Windows Resource
Kits\Tools folder. (open notepad,add the below and save as reset.cmd)
3. Edit the reset.cmd file with the following content.
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
sub
sub
sub
sub
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
4. Run the reset.cmd