How to disable the registry

How to disable the registry

Prohibit the use of "Reset WEB Settings"
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "ConnecTIon SetTIngs" in the right window and set the value to "1".

Prohibit changing the connection settings of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "ConnecTIon SetTIngs" in the right window and set the value to "1".

Prohibit changing the language setting of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Languages" in the right window and set the value to "1".

Prohibit changes to the accessibility settings of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Accessibility" in the right window and set the value to "1".

Prevent IE from displaying "INTERNET Options" in "Tools"
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoFolderOptions" in the right window and set the value to "01 00 00 00".

Prohibit the right mouse button
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoViewContextMenu" in the right window and set the value to "01 00 00 00".
After modification, you need to restart WINDOWS. After startup, you will not be able to use the right mouse button on the desktop, drive, folder, etc.

Prohibit warning when disk space is insufficient
In the process of installing software, we often cannot predict how much disk space the software needs to use. When the space is not enough,
There will be a warning box of insufficient space, use the following method to avoid this dialog box
Gradually expand to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ FileSystem
Create a new binary value "DisableLowDiskSpaceBroadcast" in the right window and set the value to "FF FF FF FF",
If you want to restore this warning box, just delete this key.

Suppress "Remote Management"
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Create a new DWORD value "NoAdminPage" in the right window and set the value to "1".

Suppress the display of the "Logout" menu
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoLogOff" in the right window and set the value to "01 00 00 00".

Suppress the display of the "Favorites" menu in the "Start" menu
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new value "NoFavoritesMenu" in the right window and set the value to "1".

Prohibit the use of inf files
Under HKEY_LOCAL_MACHINE \ Software \ CLASSES \ .inf
Change the "default" value to "txtfile" in the right window

Prohibit the use of reg files
Under HKEY_LOCAL_MACHINE \ Software \ CLASSES \ .reg
Change the "default" value to "txtfile" in the right window

Disable "Delete Printer" in "Printer"
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Next, create a new DWORD value "NoDeletePrinter" in the right window and set its value to "1".

Disable "Add Printer" in "Printer"
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Next, create a new DWORD value "NoAddPrinter" in the right window and set its value to "1".

Disable the "Network" control panel
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Network \ System
Next, create a new DWORD value "NoNetSetup" in the right window and set its value to "1".

Disable the "Users" control panel
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Next, create a new DWORD value "NoProfilePage" in the right window and set its value to "1".

Disable the "Password" control panel
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Next, create a new DWORD value "NoSecCPL" in the right window and set its value to "1".

Do not modify the start menu
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DOWRD value in the right window: "NoChangeStartMenu", and set its value to "1".

Do not modify "Control Panel"
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary "NoSetFolders" in the right window and set its value to "01 00 00 00".

Prohibit fast start
Under HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Shutdown
In the right window, modify a string value: "FastReboot", and set its value to "0".

Clear the "document" record when exiting WINDOWS
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary "ClearRecentDocsonExit" in the right window and set its value to "01 00 00 00".

Not allowed to press ESC to cancel login
Under HKEY_LOCAL_MACHINE \ Network \ Logon
Create a DOWRD value in the right window: "MustBeValidated", and set its value to "1", and in the "network"
The property is set to "Windows friendly login".

Do not use the registry to edit the file regedit.exe
HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Create a DOWRD value in the right window: "DisableRegistryTools" and set its value to "1".

Recover using the registry to edit the file regedit.exe
After we banned the use of the registry file, it is not difficult to restore, download this file, run to add the registry information
To the registry, you can use the registry editor regedit.exe after restarting


Prohibit changes to the control panel and printer
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DOWRD value in the right window: "NoSetFolders" and set its value to "1".

Prohibit modification of display attributes
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System
Create a DOWRD value in the right window: "NoDispCPL" and set its value to "1".

Hide drive in my computer
Hide all drives: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value in the right window: "NoDrives" and set its value to "FFFFFFFF";
Hide the E disk: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value in the right window: "NoDrives" and set its value to "10";
Hide the D drive: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value in the right window: "NoDrives" and set its value to "8";
Hide C drive: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value in the right window: "NoDrives" and set its value to "4".
Hide drive A: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value in the right window: "NoDrives" and set its value to "1".

Exit without saving settings
HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Change the binary value "NoSaveSettings" to "01 00 00 00".

Disable MS-DOS mode
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new primary key "WinOlaApp" under this branch, and then click the primary key to create a DWORD value "Disabled" in the right window,
And set its value to "1".

Prohibit "restart the computer to switch to MS-DOS mode"
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value "NoRealMode" in the right window and set its value to "1".

Show "Scheduled Tasks" in "My Computer"
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ MyComputer \ NameSpace
Create a primary key "" under this branch and create a string in the right window
"Default", set to "Scheduled Tasks".

Display "Dial-up Networking" in "My Computer"
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ MyComputer \ NameSpace
Create a new primary key "" under this branch, click this primary key,
Create a string value in the right window: "default", and set the value to "Dial-up Networking".

Show "printer" in my computer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ MyComputer \ NameSpace
Create a new primary key "" under this branch, click this primary key,
Create a string value in the right window: "default" and set the value to "printer".

Prohibit PC from making sound when it makes mistakes
HKEY_CURRENT_USER \ Control Panel \ Sound
In the right window, change the value of the string "Beep" to "No".

Disable CD-ROM from running automatically
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ CDRom
In the right window, change the DWORD value "Autorun" to "0". "1" means automatic operation.

Prohibit changing printer settings
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a DWORD value: "NoPrinters" in the right window, and set the value to "1".

Prohibit the "click here to start" prompt
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value in the right window: "NoStartBanner", set the value to "01 00 00 00".

Display the WINDOWS version logo on the desktop
HKEY_USERS \ .DEFAULT \ Control Panel \ desktop
Create a new string value in the right window: "PaintDesktopVersion" and set its value to "1".

Disable display of icons on the desktop
After we install a lot of software, many icons often appear on the desktop of the system. Click on these icons to start the corresponding software program.
Too many icons make the desktop colorful, if you want to restore the original clean desktop, but do not want to delete these icons, you can use the method
Method, hide all the icons on the desktop.
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD value: "NoDestop" in the window on the right, and set its value to "1".

Suppress prompts
When we point the mouse to "My Computer", "My Folder", "Recycle Bin" and other icons, some prompt messages often appear, these
The information is unnecessary for an operator who is familiar with WINDOWS. We want to suppress the display of these prompts. The following method can be used.
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced
In the right window, modify the DWORD value "ShowInfoTip" and set its value to "0".

Prohibit the use of the taskbar
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD value in the right window: "NoSetTaskBar" and set its value to "1".
The effect of this technique is that when we click the right mouse button on the taskbar of the system and select "Properties", the following prompt message will appear:
"This operation was canceled due to restrictions on this computer. Please contact your system administrator."

High color display icon
After we follow the windows, the windows icons are displayed in a color with a smaller number of digits. The following methods can be used
16-bit color display icon, run the registry editor, expand to HKEY_CURRENT_USER \ ControlPanel \ Desktop \ WindowMetrics
Find the string value in the right window: "Shell Icon BPP" and set its value to "16".

Change icon size
HKEY_CURRENT_USER \ Control Panel \ Desktop \ WindowMetrics
Find the string value in the window on the right: "Shell Icon Size", change the value to change the icon size, the default value is "32".

Welcome prompt when entering WINDOWS98
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Run
Create a new string value in the right window: "Welcome", set the value to "Welcome.exe / R".

Display time in 12-hour format
HKEY_USERS \ .DEFAULT \ Control Panel \ International
Find the string value in the right window: "sTimeFormat", change its value to "h: mm tt".

Small arrow to hide shortcut
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons
In the window on the right, create a new string value: "29" and set its value to: "% WINDIR% \ SYSTEM \ docprop.dll, 1".

Change the small arrow of the shortcut to another icon
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
Create or modify the string "29" and set its value to your icon path.

Add small arrows to shortcut icons
Remove the small arrow, what to do, don't worry, you can do it according to the following methods
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
Delete the string "29" in the right window.

Prohibited names have the word "shortcut"
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer
Create a new binary value "link" in the right window and set its value to "00 00 00 00".

Use a three-button mouse
Under HKEY_LOCAL_MACHINE \ SOFTWARE \ Logitech \ ouseWare \ CurrentVersion \ SerialV 00,
Change to DoubleClick to 001.

Change the product name of WINDOWS system
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion
Find the string value "ProductName" in the right window and change the key value. Open the system properties to see the effect

Change the user name of WINDOWS system
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion
Find the string value "RegisteredOwner" in the window on the right and change the key value. Open the system properties to see the effect.
Clear color scheme
Under HKEY_CURRENT_USER \ Control Panel \ Appearance \ Schemes,
Various color schemes that come with the system will appear on the right side of the window. Delete the color schemes that you think are useless, and generally only keep the "Windows default" item.

Prohibit opening any folder
Under HKEY_CLASSES_ROOT \ Folder \ shell \ open \ ddeexec,
Modify the character string in the right window: "(default)" is set to "rem [ViewFolder ("% l ",% I,% S)]";
At the same time under HKEY_CLASSES_ROOT \ Folder \ shell \ explore \ ddeexec
Modify the character string in the right window: "(default)" is set to "rem [ViewFolder ("% l ",% I,% S)]".


Auto power off
Under HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ WindowsNT \ CurrentVersion \ Winlogon,
Create a DWORD value in the right window: "PowerdownAfter Shutdown" and set its value to "1".

Allow forced system shutdown
When we run the program, we sometimes encounter the phenomenon that the software program does not reflect, so we press CTRL + ALT + DEL to shut down the system,
When we press it, the system will tell us to exit the software program before exiting. Using this function allows the system to be forced to shut down.
Under HKEY_USERS \ .DEFAULT \ ControlPanel \ desktop, create a string value in the right window: "AutoEndTask s" and set its value to "1".

Cursor is prohibited from flashing
Under HKEY_USERS \ .DEFAULT \ Control Panel \ desktop
Create a string value in the right window: "CursorBlinkRate" and set its value to "-1".

Remove the "Find" command to keep the search results in the registry
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Doc Find Spec MRU, delete the key in the right window.

Give warning message before entering Win98
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Winlogon
Key value: "LegalNoticeCaption" = "Greeting"
Note: This is the title of the message box.
Key value: "LegalNoticeText" = "Welcome" Note: This is the text content of the message box.

WINDOWS98 login password
HKEY_LOCAL_MACHINE \ Network \ Logon
Create a DOWRD value in the right window: "MustBeValidated" and set its value to "1" after starting WINDOWS98
Pressing the ESC key will not display the screen.

Select "Multiple User Login" when booting
Under HKEY_LOCAL_MACHINE \ Network \ Logon
Create a DOWRD value in the right window: "UserProfiles" and set its value to "1".

Automatically log into the system when starting up
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Winlogon
Create a string value in the right window: "AutoAdminLogon", and set its value to "1"; also create a string value "DefaultP assword", which is the password at login, create a string value: "DefaultUserName" , Whose value is at login
The username used. Meaningful for stand-alone users.

Automatic update
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Update
Change the binary value "UpdateMode" to "00 00 00 00".

The mouse automatically activates the current window
HKEY_USERS \ .DEFAULT \ Control Panel \ desktop
Change the binary value "UserPreferencemask" to "AF 00 00 00".

View the WIN98 password entered during installation
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion
Click "ProductKey" to see it.

Change the installation path of WINDOWS related files
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Setup
In the right window, there are "BootHost", "BootDir", "SourcePath", "MediaPath" ...
Change the data content, you can change the path of related files.

Establish a default user name and company name
HKEY_CURRENT_USER \ Software \ Microsoft \ MS Setup (ACME) \ User Info
Find the string value in the right window: "DefCompany", "DefName", DefCompany refers to the company name,
DefName refers to the user name.

Register your WINDOWS98.
HKEY-LOCAL-MACHINE \ SOFTWARE \ Miscrosoft \ Windows \ CurrentVersion \
Change the value of "Regdone" to "1" in the right window.

Auto-disc
HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a binary value in the right window: "NoDriveTypeAutoRun" and set its value to "95 00 00 00"
To disable automatic operation, simply change to "b5 00 00 00".

Autoplay disc
Under HKEY_CLASSES_ROOT \ AudioCD \ shell
In the right window, modify the string value: "default", change the value to a space.

Display image content directly
HKEY_CLASSES_ROOT \ Paint. Picture \ DefaultIcon
In the right window, find the string "default" and modify the value to "% 1".

Add or remove programs that run automatically at startup
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \, click "RUN",
In the window on the right, add or delete the program that runs automatically at startup according to the corresponding method.
Filter IP (for WIN2000)
Under HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Tcpip \ Parameters
In the window on the right, modify the value of the double-byte "EnableSecurityFilters" to "1".

Disable display of IE's address bar
Under HKEY_CLASSES_ROOT \ CLSID \\ InProcServer32
In the right window, modify the value of the string "default" to "rem C: \ WINDOWS \ SYSTEM \ BROWSEUI.DLL".

Prohibit the use of advanced items in IE "internet options" (for winnt)
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "AdvancedTab" in the right window and set the value to "1".

Prohibition of changing the default check of IE (for winnt)
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "ProgramsTab" in the right window and set the value to "1".

Allow DHCP (for winnt)
Under HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \\ Parameters \ Tcpip
Create a new DWORD value "EnableDHCP" in the right window and set the value to "1".

Time when LAN is automatically disconnected (applicable to winnt)
Under HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ LanmanServer \ Parameters
Create a new DWORD value "Autodisconnect" in the right window and set the value to the number of minutes you want to set.

Prohibit the use of "Reset WEB Settings"
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Connection Settings" in the right window and set the value to "1".

Prohibit changing the connection settings of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Connection Settings" in the right window and set the value to "1".

Maximize the window when you open IE
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main \
Delete Window_Placement in the right window, and
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Desktop \ Old WorkAreas
Delete OldWorkAreaRects in the right window.

Prohibit changing the language setting of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Languages" in the right window and set the value to "1".

Prohibit changes to the accessibility settings of IE
Under HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel
Create a new DWORD value "Accessibility" in the right window and set the value to "1".

Prevent IE from displaying "INTERNET Options" in "Tools"
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoFolderOptions" in the right window and set the value to "01 00 00 00".

Clean IE URL list
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ TypedURLs
In the right window, delete the URL you want to delete.

Prohibit the use of proxy servers
The proxy server is very useful, for example, it can make the computer that can only be used in the domestic site, after using the proxy server, access the foreign site
However, the use of proxy servers will also bring disadvantages, so we can prohibit the use of proxy servers through the registry,
Under HKEY_LOCAL_MACHINE \ Config01 \ Software \ Microsoft \ windows \ CurrentVersion \ Internet Settings
The key value of the newly created binary value "ProxyEnable" in the right window is "00 00 00 00".

Disable toolbar display in IE
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Internet Explorer \ Main
Change the key value of the string "Show_URLToolBar" in the right window to "no".

Disable display of status bar in IE
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Internet Explorer \ Main
In the window on the right, modify the key value of the string "Show_StatusBar" to "no".

Change the path of the "application" folder
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
Next, modify the key value of the string "Recent" in the right window to the new folder path, such as: C: \ cpu. Note: the cpu folder must exist, otherwise create a new folder.

Change the folder path of "application data"
In HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
Next, modify the key value of the string "AppData" in the right window to the new folder path.

Set 2 IP addresses for the same computer
Under HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ NetTrans
Click on 0000, 0001, 0002 .... Pay attention to the window on the right, when you find the value of the string "DriverDesc" in the window on the right
For "TCP / IP", modify the strings "IPAddress" and "IPMask" in the same window and set IPAddress as the IP address
For example, "198.0.1.9, 198.0.1.7", set "IPMask" to the corresponding mask, such as "255.255.255.0,255.255.255.0"

Change the title of Internet Explorer
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
In the window on the right, create a new string value "Window Title" as the name of the new title.

Change the title of outlook express
Under HKEY_CURRENT_USER \ Identities \\ Software \ Microsoft \ Express Look.0, create a new string value "WindowTitle" in the window on the right as the new title name. The contents in {} are not necessarily the same.

Change the color before and after clicking on the "hyperlink"
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Settings
Modify the values ​​of "Anchor Color" and "Anchor Color Visited" in the right window to modify
Modify the color before and after clicking.

Clean up the words and sentences left after visiting "Network Neighborhood"
Under HEKY_CURRENT_USER / Network / Recent
Delete the primary key below.

Speed ​​up the Internet
There are several ways to change the Internet speed:
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ MSTCP
In the right window, change the value of "DefaultRcvWindow" to "6400", and change "DefaultTTL" to "128".
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ NetTrans
Create string values ​​"MaxMTU", "MaxMSS" in the right window, and set "MaxMTU" to "576", set "MaxMSS"
It is "536".

Prohibit the use of Internet Neighborhood
Under KEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create the DWORD value "NoNetHood" in the right window and set it to "1".

Change and increase the order of IE automatic search
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Internet Explorer \ Main \ UrlTemplate
In the right window, we can see that there are several strings, IE automatically searches in the order of 1, 2, 3, 4 ...., adjusts 1, 2,
3, 4 ... The key value of the character string is exchanged with each other, you can adjust the order of automatic search, you can also create a new character string, increase the content of automatic search.

Add "My Network Places" to the "Start" menu
In HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ NetworkNeighborhood
Create a new primary key "NameSpace", and then
HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ StartMenu \
Create a new primary key "My Network Places".


Prohibit displaying "Network" properties in "Control Panel"
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new DWORD value "NoNetSetup" in the right window and set its value to "1".

Prohibit displaying "identity" attribute in "network"
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Network
Create a new DWORD value "NoNetSetupIDPage" in the right window and set its value to "1".

Prohibit the display of the "whole network" attribute in the "network"
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Network
Create a new DWORD value "NoEntireNetwork" in the right window and set its value to "1".

Change IE's buffer path
Change the path of "Cache" under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders.

Change the download path
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Internet Explorer
Create a new DWORD value "Download Directory" in the window on the right and set its value to the download path you want, such as C: \ My Documents.

Prohibit finding users
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer \ FindExtensions \ Static \ WabFind, delete the primary key "WabFind".

Change the path of favorites, cookies, startup, history
Find the string value "Favorites" under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders, and set its value to the download path you want, such as C: \ WINDOWS \ Favorite.
In this window, you can change the path of the desktop, the path of cookies, the path of startup, and the path of history.

Create "Dialup Network" in the Start Menu
Open the taskbar and start menu, select "Advanced", create a new folder in the right window
"Dial-up network."

URL adjustment
The URL we entered when using IE to surf the Internet will leave some records in the registration form, recording those URLs you have entered. When you enter the URL next time, just enter a few letters, and IE will automatically It is very convenient for us to enter the complete URL. In the following method, we can manually add some URLs in the registry of WINDOWS to make it more convenient when surfing the Internet.
Expand in sequence under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ TypedURLs
In the right window, some URLs are arranged in the order of url1, url2, url3 ..., modify, add, and delete the values ​​of these urls
You can achieve the function of modifying, adding and deleting URL.

Select user when canceling login
All users have been deleted, but users must be selected when logging in. If we want to cancel selecting users when logging in, we need to
Under HKEY_LOCAL_MACHINE \ Network \ Logon, in the right window, modify the "UserProfiles" value to "0".
Restart WINDOWS to make this trick effective.

Hide the login name of the computer user
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Winlogon
Create a new string "DontDisplayLastUserName" in the window on the right and set the value to "1".

Show "Channel Bar"
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
In the right window, change the string "Show_ChannelBand" to "yes".
Increase keyboard buffer (applicable to WIN2000)
Open in turn to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Kbdclass \ Parameters,
In the right window, modify the "KeyboardDataQueueSize" value to the cache size you want.

Increase mouse buffer (applicable to WIN2000)
Open in turn to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Kbdclass \ Parameters,
Create a double-byte value of "MouseDataQueueSize" in the right window and set it to the size of the buffer you want.

Enable UDMA66 function in WINDOWS2000 (applicable to WIN2000)
Open to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Class \ 00 in turn, create the double-byte value of "EnableUDMA66" in the right window, and set its value to "1"

Enable the CPU's secondary cache (applicable to WIN2000)
Under HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ SessionManager \ Memory Management
In the right window, we can change the value of "SecondLevelDataCache" to set the corresponding data for the CPU.

Adjust the speed of "Empire Empire" games
Under HKEY_USERS \ .Default \ Software \ Microsoft \ Games \ Age of Empires.00
In the right window, we can see that the value of "Game speed" is the speed.

Hard Disk Reads "Interstellar" Game
StarCraft is very popular now, but do you think StarCraft is too cumbersome to use, I will now introduce a method to modify the registry to read the game from the hard disk:
1: Install Interstellar
2: Open the registry editor
3: Find the subkey HKEY_LOCAL_MACHINE \ Software \ Blizzard Entertainment \ starcraft and find InstallPath in the right window,
If the key value is E: \ ..., then E should be the local hard drive.

Retrieve FLASH serial number SN
Under HKEY_LOCAL_MACHINE \ Software \ Macromedia \ Flash \ Registration \ Serial Number
In the right window, we can see that the "default" value is the serial number of FLASH

Retrieve the serial number SN of DREAMWEAVER3
I want to reinstall DREAMWEAVER, but I do n’t remember the serial number, what should I do?
Under HKEY_LOCAL_MACHINE \ Software \ Macromedia \ Dreamweaver \ Registration
In the right window, we can find the string named "Serial Number" whose data is the serial number of DREAMWEAVER

"Red Heart Solitaire" game cheating
Under HKEY_USERS \ .DEFAULT \ Software \ Microsoft \ Windows \ CurrentVersion \ Applets \ Hearts
Create a new string "zb" in the right window and set its value to "42".

Hide the entered password
Under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Network
Create a new DWORD value "HideSharePwds" in the right window and set its value to "1".

Optimize hard drive
Under HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ FileSystem
Create the binary value "NameCache" in the right window, NameCache is the file name cache, the recommended value for the 32MB system is 800,000,
The recommended value for the 64MB system is 0F00000; PathCache is the path cache, the recommended value is 008000 for the 32MB system, and 0F0000 for the 64MB system.

Overclocking Trident Imagine 9750 series graphics cards
Under HKEY_LOCAL_MACHINE \ SOFTWARE \ Trident Microsystems
Find the folder "D3DPerformance", modify "D3DPerf" to 5 or 7, modify "CkBlinerOn" to 2,

Change the maximum icon buffer
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ explorer
In the window on the right, find the string value: "Max Cached Icons" and set its value to "7500".

Clear the history of "Run" in "Start"
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ RunMRU
Delete "a, b, c, d ..." in the right window to delete the history.

Optimize the performance of floppy disk drives
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ fdc00
Create a string value in the right window: "ForceFIFO", set the value to "0".

Optimize the file system
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ FileSystem
Create a DWORD value in the right window: "ConfigFileAllocSize" and set it to "1f4".

Speed ​​up the Internet
There are several ways to change the Internet speed:
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ MSTCP
In the right window, change the value of "DefaultRcvWindow" to "6400", and change "DefaultTTL" to "128".
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ NetTrans
Create string values ​​"MaxMTU", "MaxMSS" in the right window, and set "MaxMTU" to "576", set "MaxMSS"
It is "536".

Clever interpretation of IE's graded review password
First back up the registry file, and then open the registry by running regedit.
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ Ratings,
用鼠标选中右半窗口里的名称记录,按下Del键进行删除。退出注册表,然后重新启动,就可以解开分级审查的口令了。
更改网络工作组图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons下
在右边的窗口中新建字符串值"2",并设其值为新图标的路径。

更改WEB文件夹图标
HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIc,
在右边的窗口中修改"默认"为新图标的路径。

更改DOS程序的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"2",并设其值为新图标的路径。

更改5寸软盘的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"5",并设其值为新图标的路径。

更改可移动驱动器的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"5",并设其值为新图标的路径。

更改"注销"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"44",并设其值为新图标的路径。

更改"运行"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"24",并设其值为新图标的路径。

更改"关闭系统"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"27",并设其值为新图标的路径。

更改"收藏夹"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"43",并设其值为新图标的路径。

更改"查找"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"22",并设其值为新图标的路径。

更改"开始"菜单中"程序"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"19",并设其值为新图标的路径。

更改pbl文件的图标
在HKEY_CLASSES_ROOT下查找键值"pblfile",
并在这个主键的\DefaultIcon,修改右边窗口中的“默认”值为新图标的路径.

更改Internet Explorer的图标
HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon,
在右边的窗口中修改字符串值“(默认)”为新图标的路径,如:“C:\w.ico,0”。

更改"打开的文件夹"的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"4",并设其值为新图标的路径。

更改3寸软盘的图标
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons
下,在右边的窗口中新建字符串值"6",并设其值为新图标的路径。

更改IE的图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon
下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

更改"我的公文包"的图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon
下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

更改“计划任务”的图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon
下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

更改“收件箱”的图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon
下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

给“控制面板”改名、改图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\下
在右边的窗口中修改字符串值“(默认)”为新的名称
改图标:在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{21EC2020-3AEA-1069- A2DD-08002B30309D}\DefaultIcon下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

更改“打印机”图标
在HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\\DefaultIcon
下,在右边的窗口中修改字符串值“(默认)”为新图标的路径。

给“回收站”改名、改图标
HKEY_CLASSES_ROOT\CLSID\
在右边的窗口中找到字符串值:“默认”,把“回收站”改为其它名称。
HKEY_CLASSES_ROOT\CLSID\\DefaultIcon
在右边的窗口中修改图标的路径。

给“我的电脑”改名、改图标
HKEY_CLASSES_ROOT\CLSID\
在右边的窗口中找到字符串值:“默认”,把“我的电脑”改为其它名称。
HKEY_CLASSES_ROOT\CLSID\\DefaultIcon
在右边的窗口中修改图标的路径。

给“我的文档”改名、改图标
在右边的窗口中找到字符串值:“默认”,把“我的文档”改为其它名称。
HKEY_CLASSES_ROOT\CLSID\\DefaultIcon
在右边的窗口中修改图标的路径
预防Acid Battery v1.0木马的破坏
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices下
若在右边窗口中如发现了“Explorer”键值,则说明中了YAI木马,将它删除。

预防YAI木马的破坏
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices下
若在右边窗口中如发现了“Batterieanzeige”键值,则说明中了YAI木马,将它删除。

预防Eclipse 2000木马的破坏
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices下
若在右边窗口中如发现了“bybt”键值,则将它删除。
然后在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices下
删除右边的键值“cksys”,重新启动电脑。

预防BO2000的破坏
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices下
若在右边窗口中如发现了“umgr32.exe”键值,则说明中了BO2000,将它删除。

预防爱虫的破坏
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run下
若在右边窗口中如发现了“MSKernel32”键值,就将它删除。

禁止出现IE菜单中“工具”栏里“interner选项”
把c:\windows\system下的名为inetcpl.cpl更名为inetcpl.old或则别的名字后就会出现禁止使用的情况
把名字再换回来,就可以恢复使用。

PTFE Conveyor Belt is a kind of belt which is non-toxic, non-odor, non-stick surface and suitable for conveying food and food materials.The belt can be used in various power transmission applications, such as drying application, screen print dryers, shrink tunnels.

The belt are known for their long serving life and sturdy construction.

Properties:

·Exceptional strength and dimensional stability

·Operating temperature range from -70℃ to +260℃

·Excellent release properties.

·Low coefficient of friction.

·Easily cleaned.

·Good chemical, moisture and corrosion resistance.

·Good electrical insulation and di-electric properties.

·Food contact approval.

 

 PTFE Conveyor Belt


PTFE Conveyor Belt


PTFE Conveyor Belt


 

 

 

 

 

Standard Roll Size (mtrs):

3800mm*250m

mesh size (mm)

1*1, 2*2, 2*2.5, 4*4, 10*10

 

 (Other thickness available upon request)

 

Conveyor Belt

Conveyor Belt,Teflon Conveyor Belts,Fiberglass Open Mesh Conveyor Belt,Teflon Mesh Conveyor Belt

TAIZHOU YAXING PLASTIC INDUSTRY CO., LTD , https://www.yaxingptfe.com

Posted on