Jump to content

Recommended Posts

Posted

RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions","NoBrowserOptions")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","GeneralTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","SecurityTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","PrivacyTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","ContentTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","ConnectionsTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","ProgramsTab")
RegDelete("KEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel","AdvancedTab")
RegDelete("KEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl","1")

why this code does not work in win 7

Posted

I think its because there is a typo

RegDelete("KEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerDisallowCpl","1") should be

RegDelete("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerDisallowCpl","1")

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...