SoFunction
Updated on 2025-04-14

Cleverly modify the registry to enhance network functions—Fifth of the entire strategy for using the registry


Cleverly modify the registry to enhance network functions—Fifth of the entire strategy for using the registry

1. Specify the preferred network server

Expand [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NWNP32\NetworkProvider] in the registry and create or change the string value AuthenticatingAgent under its primary key, with the specified server

2. Automatic login to the network is prohibited

Expand [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NWNP32\NetworkProvider] in the registry, and create the DWORE value DisableDefaultPasswords under the primary key below (1=Cancel automatic login, 0=Auto login)

3. Display domain name login confirmation

Open [HKEY_LOCAL_MACHINE\Network\Logon] in the registry in turn to create or change the DWORD value under the primary key below DomainLogonMessage, (0=Cancel, 1=Enable)

4. Clean up the words and sentence information after accessing "Network Neighbors"

When users using LAN access network neighbors, the registry will record a series of command operations in the HEKY_CURRENT_USER/Network/Recent primary key entry, including the name of the accessed machine, the accessed application and file name, etc. For example, the primary key Recent contains a sub-primary key entry of \ierl_server\software, indicating that you have visited the software folder in the server named ierl_server. After clicking this entry, the name and key value of this entry are displayed in the right window of the editor. These contents are basically useless and can be cleaned up properly. After opening the registry editor, open the primary keys at each level in the following order: HEKY_CURRENT_USER, Network, Recent, and then delete the subkeys of the primary key Recent.

5. Change the security password of IE4.0

You can set a password in the "Level Review" box on the "Content" option page of the "Internet Options" dialog box in IE4.0. In this way, when the page with ActiveX is displayed, a prompt message "Level Review is not allowed to be viewed" will always appear, and the exit command dialog box pops up, asking you to enter the guardian password. If the password is incorrect, browsing will be stopped. However, if this password is forgotten, you cannot browse the pages of these features. After the password is forgotten, reinstalling IE4.0 cannot remove the security password. At this time, only the registry is available:
Open the HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Policies branch, select the "Ratings" subkey under the Policies subkey, and press the Del key to delete it. Since the Key key value data under the Ratings subkey is an encrypted password, if this item is deleted, IE4.0 naturally thinks that you have not set a password.

6. Clear the URL you have visited from Netscape

To keep it confidential, you can clear the URL in the drop-down menu of Netscape's Addres box so that others cannot get the website you've visited.
(1) In Netscape, you must modify the registration expression to this purpose through the registry editor. The operation steps are as follows: Open the HKEY_CURRENT_USER\Software\Netscape\NetscapeNavigator\URLHistory branch. In the right pane, we can see a list of these URLs that we have visited, select the URL option to delete, and then press the Del key.
(2) In Netscape, first open the file C:\Program in Notepad
Files\Netscape\Users\caogjwj\Suppose your registration name is zys666), the contents of this file usually look like this: user_pref("browser.url_history.URL_2", "/";)
Delete the entire line of the URL you want to hide in this file, and save it and exit.
In order to prevent Netscape from writing any URLs to the file, change the properties of this file to read-only.

7. Set two IP addresses for a machine

Generally, one IP address can only be configured for one network adapter, but by modifying the system registry, multiple IP addresses can be configured for a network card: Run the registry editor and find HKEY_LOCAL_MACHINE\System\Cu rrentControlSet\Services\Class\NetTrans. You can see multiple directories named 0000, 0001, 0002... in this directory, which are used to record the installation of the protocol. Find the directory where DriverDesc is "TCP/IP" among them, and modify the two keys IPAddress and IPMask. Where IPAddress is multiple IP addresses separated by commas, and I PMask is the corresponding mask. For example, when setting IPAddress to "210.73.140.3, 210.73.140.5" and IPMask to "255.255.255.192, 255.255.255.192", it means that two IP addresses 210.73.140.3 and 210.73.140.5 are set for the system.

8. Speed ​​up network transmission speed

The Windows operating system has room for improvement in network dial-up design. Just increase MaxMTU, MaxSSS, DefaultRcvWindow and DefaultTTL to speed up the online Mercedes-Benz.
a. Modify MaxMTU and MaxSSS to start the registry editor and find the following keywords: HKEY_LOCAL_MACHINE\System\Current
Control Set\Services\Class\NetTrans\000n (n means individual network connection number). For example, on the right side of 0002, there will be some Windows such as DeviceVxDs, IpAddress, etc. on the Windows on the right. Click anywhere outside the blank space on the right window. Select "Edit" → "Add" → "String Value" on the menu. A new string will appear on the right window, name it "MaxMTU", and then double-click this string value and set it to "576". Similarly, add the "MaxSSS" string value to the right window and set its value to "536".
b. Modify DefaultRcvWindow and DefaultTTL to start the registry editor and find the following keywords: HKEY_LOCAL_MACHINE\System\Current Control Set\Services\VxD\MSTCP Add the string value "DefaultRcvWindow" to the right window and set its value to "2144", then add another string value "DefaultTTL" and set its value to "60" to "64" (Note: 60 is the minimum value, 64 is the maximum value, just fill in one of the values), close the registry editor and restart Win95 after completion.

9. Modify the search engine of IE5.0

In the registry, expand "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\Search", change "CustomizeSearch" and "SearchAssistant" into the search engine you defined in the right window, such as /, in the future, every time you click on the search engine of IE5.0, you can automatically call up the search engine you defined, such as the Chinese Sohu set above.

10. Solve the problem of starting direct login in the LAN

Sometimes after reinstalling the operating system, you cannot log in to the LAN directly when starting, but you can only press "Start"/Logout to have the login interface appear. The solution is to expand "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Network\Real in sequence in the registry
Mode Net”, just delete AutoLogon in the right window.

11. Customize IE address

People who have used IE have encountered "Cancel operation" prompts, "Web pages cannot be used offline", "Warning: The web page has expired", etc., but have you noticed what is displayed in the address bar when the prompt page appears, and the URL is "about:xxxxxxx". about is a special protocol other than "http", "ftp", "mailto", and "gopher". You can use alias to click on specific web pages, such as blank pages in IE, and then type about:blank in the URL bar, and blank is the alias for blank pages.
Using this, you can create a similar alias, point to the web address I specified, and expand "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet" in the registry.
Explorer\AboutURLs", right-click in the right window, select "New" and "String Value" from the pop-up shortcut menu, and then change "New Value #1" to the name you want to give to the web page (url) you want to point to, right-click the name, and then set its value to the URL you want to point to. Be careful not to save "http://".
You can also use this method to aliases the commonly used web pages on your hard drive, fill in the path and open them easily.

12. Prevent others from obtaining access information to web pages

By modifying the registry, we can hide the URL address we have browsed. The method is as follows:
For Netscap users: expand "HKEY_LOCAL_MACHINE\Software\Netscape\Netscape\Netscape in the registry
Navigator" branch, delete all contents of the URL subkey under it.
For IE users: in the registry, expand "HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\TypedURLs" branch, delete all contents of the URL subkey under it.

13. Change the storage path of Outlook Express mailbox

If you want to modify the Outlook Express mailbox storage path, you can use HKEY_CURRENT_USER\Identities\{4C44D002-7BCF-11D3-9957-AB53DA238B0C}\Software\Microsoft\Outlook
Under Express\5.0, modify the "Store Root" string value to the path to be modified.

14. Add IE automatic recognition function

Friends who often surf the Internet know that when you want to visit a website like www.XXX.com, just type XXX directly in the address box, and IE will automatically add the suffix of .com to access, saving a lot of trouble. But if you want to visit www.XXX. Such a website is not that convenient, because IE does not include the automatic connection function with the .cn suffix.
In order to add the above recognition function, users can open the registry HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\Main\UrlTemplate, right-click, select New string, enter www..% to add.

15. Modify the registry to speed up the network

a. Modify MaxMTU and MaxSSS to start the registry editor and find the following keywords: HKEY_LOCAL_MACHINE\System\Current Control Set\Services\Class\NetTrans\000n (n represents the number of individual network connection items for the number of the number). For example, on the right side of 0002, there will be some Windows such as DeviceVxDs, IpAddress, etc. on the Windows on the right. Click anywhere outside the blank space on the right window. Select "Edit" → "Add" → "String Value" on the menu. A new string will appear on the right window, name it "MaxMTU", and then double-click this string value and set it to "576". Similarly, add the "MaxSSS" string value to the right window and set its value to "536".

b. Modify DefaultRcvWindow and DefaultTTL to start the registry editor and find the following keywords: HKEY_LOCAL_MACHINE\System\Current Control Set\Services\VxD\MSTCP Add the string value "DefaultRcvWindow" to the right window and set its value to "2144", then add another string value "DefaultTTL" and set its value to "60" to "64" (Note: 60 is the minimum value, 64 is the maximum value, just fill in one of the values), close the registry editor and restart Win95 after completion.

(Source: Hot Network)