Modify the registry to make your computer more secure _ registration Form

Source: Internet
Author: User

For personal users at home using computers, such security control is sometimes not necessary, but for Internet cafes, public computer room managers and users understand these security controls are very useful, so you can easily control your computer, but also greatly reduce your maintenance work.

Disable using Registry Editor regedit
The registry for many users is very dangerous, especially beginners, in order to secure, it is best to prohibit the Registry Editor Regedit.exe run, in the public computer room is more important, or your machine accidentally was changed to a mess.
Open the registry to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, and if you find that there is no System primary key under Policies, Create a new primary key below it, name System, and then create a new DWORD string value in the right margin, name it disableregistrytools, and modify its value. People who use this computer can no longer run Regedit.exe to modify the registry, including yourself, and if you want to recover, save the following code as a Reg.reg file and reboot: REGEDIT4 [hkey_current_user\ Software\microsoft\windows\currentversion\policies\system] "DisableRegistryTools" =dword:00000000

Hide and disable the use of the Control Panel
The control Panel is the control center of the Windows system and can be modified for many of the systems that are critical to device properties, file systems, security passwords, and you certainly need to guard against this. Open the new DWORD value nodispcpl in \\HKEY_CURRENT_USER\Software\Microsoft\ windows\currentversion\policies\system\, Modify the value to 1 (hexadecimal). Prohibit the use of any program

Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, and create a new DWORD string value in the right window: " Restrictrun ", set its value to" 1 ". This way we can prevent any programs from running in Windows98. Modifying the registry only allows the user to use the program you specify

Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, and create a new DWORD string value in the right window: " Restrictrun ", set its value to" 1 ". Then, under the primary key of Restrictrun, add the string values named "1", "2", "3", and then set the value of "1", "2", "3", and so on to the name of the program that you allow the user to use. For example, "1", "2", "3" are set to Word respectively. EXE, Notepad. EXE, Empires. EXE, users can only use Word, WordPad, the Age of Empires, so that your system will be the most secure, you can limit the user to run unnecessary software.

Disable the taskbar properties feature
Taskbar properties, you can make it easy for users to modify the Start menu, you can modify many of the Windows System properties and running programs, which in our view is a very dangerous thing, so it is necessary to prohibit changes to it.
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and create a new DWORD string value "NoSetTaskBar" in the right pane , and then double-click the "Nosettaskbar" key value and enter 1 in the key Value box of the pop-up dialog box.

Prohibit modification of display properties
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System A new DOWRD string value in the right window: Then rename "New Value #" to " Nodispcpl ", and set its value to" 1 "is OK.

Disable the use of the password icon in the Control Panel to set features
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, create a new DWORD string value in the right window, and rename "New Value #" to " Noseccpl ", and then set its value to 1 on the line.

Prohibit using the Change Password tab under password
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, create a new DWORD string value in the right window, and rename "New Value #" to " Nopwdpage ", and then set its value to 1.

Prohibit using the Remote Administration tab under password
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, create a new DWORD string value in the right window, and rename "New Value #" to " Noadminpage ", and then set its value to 1.

Disable the use of System Management programs in Control Panel
Open Hkey_current_user\software\microsoft\windows\currentversion\policies\system\, new DWORD string value "Nodevmgrp-age" in the right window and change its value to "1" on the line.

Prevent the Start menu from being modified
Open Hkey_current_user\software\microsoft\windows\currentversion\policies\explore, and create a new DWORD string value in the right window: " Nochangestartmenu ", and change its value to" 1 ".

Hide My Network Places on the desktop
Open Hkey_current_user\software\microsoft\ Windows\currentversion\policies\explorer, and create a new DWORD value Nonethood in the right window. Value is 1 (hexadecimal).

Disable screen protection using passwords
Open Hkey_current_user\controlpanel\desktop\screensaveusepassword Modify its value, the value of 0 or 1,0 for no password, 1 use a preset password, you need to set up on the line.

Do not allow changes to the boot menu
Open hkey_users\. Default\software\microsoft\windows\currentversion\policies\explorer, create a new DWORD string value "Nochangestartmenu" in the right window and set the value to "1" can be.

Prohibit the "File system" menu from appearing in System properties
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, and create a new DWORD string value in the right window: " Nofilesyspage ", and then change its value to" 1 ".

Prevent Device Manager menus from appearing in System properties
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, and create a new DWORD string in the right window: NoDevMgrPage , and then change its value to "1".

Prohibit the "Hardware Profile" menu from appearing in System properties
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System, and create a new DWORD string in the right window: NoConfigPage "And then put it on a value of" 1 ".

Change the security password for IE
You can set the password in the Content review box on the Contents tab of the Internet Options dialog box in IE, this way, when the page is displayed, there will always be a "rating review does not allow viewing" message, and then the Password dialog box appears, asking you to enter the Guardian password. If the password is incorrect, browsing is stopped. However, if you forget this password, you will not be able to browse, IE4.0 can not remove the security password, then you have recourse to the registry:
Open HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies, select the "ratings" subkey under the Policies subkey, and press Del to delete it, Because the key value data under the ratings subkey is encrypted password, delete this item, ie password also removed.

Erase all historical records
The WINDOWS98 system retains a variety of user histories, including recently opened documents, programs, files that have been searched, and usage on the network. In the public computer room, in order to our personal security needs, we need to delete these historical records, but the general removal method is very dirty, this has to resort to the registry.
Open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer, delete the keys shown in the table, clear the contents of the Windows\Recent, refresh the document menu, So you can get rid of your records.
Below is the table entry in this directory: Location in registry Documents menu Recentdocs Run Dialog RunMRU Find Files dialog Doc find Spec MRU find Computer Dialo G Findcomputermru

The safety and system stability of the public computer room is very important, here is only the most basic protection function, if you want to achieve good protection, you have to turn to other management software, here is just a little help you.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.