Jump to content

regidet


Recommended Posts

regidet acılmıyor

 

704b86fd41307ee46566d9a83396eaee.png

 

Operating system:Windows 7 Home Basic (64 bit) Service Pack 1

System root: C:\Windows

Available physical memory: 2983 MB

CPU: Intel® Core i5-2430M CPU @ 2.40GHz

Drive Info:

C: 186,30 GB

D: 254,46 GB

Internet Explorer: 10.0

Link to comment
Share on other sites

  • 1 month later...

Original error:

Title: internet Denetim Masası

Message: bu özelliğe erişim sistem yöneticinizin koyduğu bir kısıtlama yüzünden devre dışı bırakılmış

 

Translated from turkish to english:

Title: Internet Control Panel

Message: Access to this feature due to a limitation imposed by your system administrator has disabled

 

Error displayed in english when clicking internet options from control panel:

Title: Internet Control Panel

Message: Access to this feature has been disabled by a restriction set by your system administrator.

 

Error displayed in english when clicking internet options from MS internet explorer browser (when using the restriction setting only, see below code):

Title: Restrictions

Message: This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

 

 

 

Hi ummu! :)

You have probably already solved your problem in the meanwhile, but I'll post anyway the solution for other users.

The following registry code will cause that problem, i.e. it will block the access to internet options both from control panel and from MSIE.

From the browser, it will not open an error window.

To block ONLY internet options from the browser (but not from control panel), you will need to set ONLY the dword value NoBrowserOptions = 1 inside the Restrictions key (and you should not set the other dword values); this will give the error message entitled Restrictions (see the quote at the beginning of this message).

 

 

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
"GeneralTab"=dword:00000001
"SecurityTab"=dword:00000001
"PrivacyTab"=dword:00000001
"ContentTab"=dword:00000001
"ConnectionsTab"=dword:00000001
"ProgramsTab"=dword:00000001
"AdvancedTab"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
"GeneralTab"=dword:00000001
"SecurityTab"=dword:00000001
"PrivacyTab"=dword:00000001
"ContentTab"=dword:00000001
"ConnectionsTab"=dword:00000001
"ProgramsTab"=dword:00000001
"AdvancedTab"=dword:00000001

 

 

The following registry code should set the default settings, i.e. it will enable the access to internet options both from control panel and from MSIE.

Oh! And it will solve the problem. :D

 

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]

[-HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
How to use that code?

Open notepad, copy/paste that code in it, save the file with .reg extension (not .reg.txt!), the filename doesn't matter! And, finally, double click the .reg file, click always ok to add it to Windows registry.

Tested on Windows 8.1 x64, but it should work even on xp, vista, seven (don't know about win98, but I don't think).

Hope this helps!

Link to comment
Share on other sites

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...