Friday, April 8, 2011

【 Weak current College 】 prohibit others change IE home page



This method can lock IE home page, you can prevent annoying guy every time you use your computer to replace your home page.

Specific actions are as follows:

Method one:
Click on the start-run, enter "regedit" to open the registry, and then locate the branch:
HKEY_CURRENT_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel

Right-click the new folder select ControlPanel DWORD value named "Homepage" (no parenthesis)

Right-click on the Homepage, choose to modify the value changed from "0" to "1" (no parenthesis)


Now open IE, go to tools, INTERNET options, you can see the home page has not changed the ~ ~

Method two:

Open Notepad, copy the contents of the following, and then save the .reg for * (* representative can arbitrarily-named, but the suffix must be .reg for example: a.reg), and then double-click Import!

WindowsRegistryEditorVersion5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\InternetExplorer\Control

Panel]
"HomePage"=hex(4):01

=========================
Other ie lock, limit
Disable changing connection settings
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named ConnectionSettings DWORD, and then assigned the value to 1 (0x1)


Disable the Internet Connection Wizard
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named ConnwizAdminLock DWORD, and then assigned the value to 1 (0x1)


Disable changing proxy settings
Under the new name HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel as Proxy of the DWORD, and then assigned the value to 1 (0x1)


Displays information about the agent script download failed error message
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\Windows\CurrentVersion\InternetSettings named DisplayScriptDownloadFailureUI DWORD, and then assigned the value to 1 (0x1)


Disable program options
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named ProgramsTab DWORD, and then assigned the value to 1 (0x1)


Disable changing default browser check
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named Check_If_Default DWORD, and then assigned the value to 1 (0x1)


Disable changing the settings of the calendar, and contacts
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named CalendarContact DWORD, and then assigned the value to 1 (0x1)


Prevent changes to message settings
In the create a new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named under Messaging DWORD, and then assigned the value to 1 (0x1)


Disable the "reset Web settings" functionality
In a next new HKEY_LOCAL_USER\Software\Policies\Microsoft\InternetExplorer\ControlPanel named ResetWebSettings DWORD, and then assigned the value to 1 (0x1)


Disable advanced options
In HKEY_LOCAL_USER\Software\Policies\MicUnder a new rosoft\InternetExplorer\ControlPanel named AdvancedTab DWORD, and then assigned the value to 1 (0x1)

=============

No comments:

Post a Comment