forever0donotknowme Posted March 27, 2012 Posted March 27, 2012 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
qsek Posted March 27, 2012 Posted March 27, 2012 you should delete "does not work" from your vocabulary when you are at the autoit forum.check return value and @errorand shouldnt it be HKEY_CURRENT_USER ? Teamspeak 3 User Viewer - Quick and functional TS3 Query script, which shows online users.Cached Screenshot Deleter - Deletes older Fraps Screenshots if they exceed a specified limit.Unresolved Topics:Intercept and modify dragdrop text behaviour in scite
Mystroth Posted March 27, 2012 Posted March 27, 2012 I think its because there is a typo RegDelete("KEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerDisallowCpl","1") should be RegDelete("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerDisallowCpl","1")
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now