Common Registry Modification Encyclopedia 1th/3 Page _ Registration Form

Source: Internet
Author: User
"Start menu and related Settings"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu" =dword:00000001 (hide Start-> document menu)
"NoRecentDocsHistory" =dword:00000001 (prevents opening documents from being saved to history)
"Clearrecentdocsonexit" =dword:00000001 (exit the system to automatically purge history, including documents, runs, and lookups)
"NoFavoritesMenu" =dword:00000001 (Hide Start-> Favorites menu)
"Nosmhelp" =dword:00000001 (hide start-> Help menu) (WIN2000/ME/XP)
"Nofind" =dword:00000001 (Find/Search disabled)
"NoRun" =dword:00000001 (disable run to prevent IE from accessing local resources unless you enter "desktop" to prevent Win2000/xp from creating new tasks through Task Manager)
"Nologoff" =dword:00000001 (Disable Logoff) (Win9x)
"Startmenulogoff" =dword:00000001 (Disable Logoff) (WIN2000/XP)
"Noclose" =dword:00000001 (disable shutdown/shutdown of the computer)
"Nosetfolders" =dword:00000001 (Hide Control Panel, printer/network connection, WIN2000/XP only hidden from the Start menu; also disable win+e shortcut keys)
"Nosettaskbar" =dword:00000001 (prohibit setting Taskbar and Start menu)
"Nofolderoptions" =dword:00000001 (remove Folder Options from the Start-> Settings menu and explorer menu)
"NoWindowsUpdate" =dword:00000001 (Remove Windows Update from the Start menu, disable upgrade to Windows Update Web site)
"Nosetactivedesktop" =dword:00000001 (remove Active Desktop from the Start-> Settings menu) (Win9x)
"Noactivedesktop" =dword:00000001 (Disable Active Desktop, win9x/2000 does not appear in the Desktop right-click menu and Display properties)
"Noactivedesktopchanges" =dword:00000001 (Disable changing the Active Desktop, no related items appear in the display properties)

"Explorer Settings"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Nofilemenu" =dword:00000001 (Hide File menu in Explorer)
' Nonetconnectdisconnect ' =dword:00000001 (disable mapping or disconnecting network drives using either the resource manager or my net-neighbor)
"Nowebview" =dword:00000001 (Disable viewing by Web page) (WIN2000/XP)

"Hide Desktop Icons"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDesktop" =dword:00000001 (Hide all icons on the desktop)
"Nonethood" =dword:00000001 (Hide Desktop Network Neighborhood icon)
"Nointerneticon" =dword:00000001 (Hide desktop Internet Explorer icon)

"Do not use the right mouse button"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Noviewcontextmenu" =dword:00000001 (Disable the right mouse button on the desktop, My Computer)
"Notraycontextmenu" =dword:00000001 (Disable the right mouse button in the taskbar)
"Nochangestartmenu" =dword:00000001 (Disable the right mouse button and drag and drop on the Start menu)

"Printer Settings"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Noaddprinter" =dword:00000001 (no Printer added)
"Nodeleteprinter" =dword:00000001 (disable deletion of printers)
"Noprintertabs" =dword:00000001 (hide general and detail pages in printer properties) (Win9x)

"Hidden Drive"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives" =hex:01,00,00,00 (hide a disk)/02,00,00,00 (hide B disk)/04,00,00,00 (hide C disk)/08,00,00,00 (hide D disk)/10,00,00,00 (hide e disk) 20,00,00,00 (hide F disk)/ff,ff,ff,03 (hide All)
[note] To hide multiple drives, add their corresponding values, if you want to hide A and C, set "05,00,00,00", to hide D disk, E disk and F disk set "38,00,00,00", note to hexadecimal operation.

Allow/Cancel automatic operation of disc
[Hkey_current_user/software/microsoft/windows/currentversion/policies/expolrer]
"NoDriveTypeAutoRun" =hex:95,00,00,00 (Win98)/91,00,00,00 (WinXP) (Allow automatic)
"NoDriveTypeAutoRun" =hex:b5,00,00,00 (canceling automatic)
[Note 1] Win9x This setting does not turn off the AutoPlay CD feature, to disable CD autoplay individually, you can make the following modifications in the registry:
[Hkey_classes_root\audiocd\shell]
[Action] Deletes the string "play" in the "default" value.
[Note 2] under Win9x to completely turn off Autorun, you can disable Auto Insert notification in the property settings of the Device Manager's optical drive, that is, the insert and eject discs Windows will not automatically refresh, and this setting can also be modified in the registry:
[hkey_local_machine\enum\scsi\< Optical drive model id>\mf&ch ...]
"Autoinsertnotification" =hex:00
WIN2000/XP can achieve the same function as the following settings:
[Hkey_local_machine\system\currentcontrolset\services\cdrom]
"Autorun" =dword:00000000

Detailed explanation of the function of auto play
[Hkey_current_user/software/microsoft/windows/currentversion/policies/expolrer]
"NoDriveTypeAutoRun" specifies that automatic playback is prohibited by device type. 1: Unknown type, 4: Removable disk, 8: Hard drive, 10: Network drive, 20: optical drive, 40:ram Drive, 80: Unknown type, FF: All types. To prevent a type from playing automatically, use the corresponding value directly, and to prevent several types, use values that add value, such as 95=1+4+10+80,91=1+10+80, b5=1+4+10+20+80.
"Nodriveautorun" specifies that the disk character prevents AutoPlay. Related settings can refer to the NoDrives value, the maximum is hex:ff,ff,ff,03, prohibit all disk AutoPlay.

"Using the traditional user interface (shell shell)"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClassicShell" =dword:00000001
Role win9x/2000: Closes the toolbar feature of the taskbar, removes the Click by Web page option from the View menu in Explorer, closes Windows Desktop Update in Folder Options, cancels Favorites (Win9x) in the Start menu, and closes Windows dialog box for more Logoff ".
WINXP: Disable Active Desktop and Web view; Users cannot configure the system to open the project by clicking it.

"Disable Windows shortcut keys"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Nowinkeys" =dword:00000001
[note] This setting disables Windows shortcut keys such as Win+e, Win+d, Win+f, Win+r, and so on.

"Do not save some settings when exiting"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Nosavesettings" =dword:00000001
[note] This setting causes the system to exit without saving the location and size of the open window, the location of the toolbar in the taskbar, but still saving the desktop icon location, starting menu sorting, and so on.

Run only licensed Windows applications
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Restrictrun" =dword:00000001 (disable running of all programs)
[Hkey_current_user\software\microsoft\windows\currentversion\policies\explorer\restrictrun]
[Action] Creates a new string value, the name can be arbitrary, and the string value is an application that can run, ensuring that "Regedit.exe" is included in the list.

Disable the use of Registry Editor Regedit.exe
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools" =dword:00000001

Disable display/password Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Nodispcpl" =dword:00000001 (display)
"Noseccpl" =dword:00000001 (password) (Win9x)

Hide pages in Display properties
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Nodispbackgroundpage" =dword:00000001 (win9x/2000: Background/WINXP: Desktop)
"Nodispscrsavpage" =dword:00000001 (screen saver)
"Nodispappearancepage" =dword:00000001 (win9x/2000: Appearance/WINXP: appearance, Theme)
"Nodispsettingspage" =dword:00000001 (Win9x: Effects, Web, Settings/win2000/xp: Settings)

Pages in hidden Password properties (Win9x)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Nopwdpage" =dword:00000001 (change password)
"Noprofilepage" =dword:00000001 (user profile, disabling user Control Panel)
"Noadminpage" =dword:00000001 (remote Administration)
[note] To display remote administration, you must first install "File and Printer sharing on a Microsoft network."

"Hide pages in System Properties" (Win9x)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Nodevmgrpage" =dword:00000001 (Device Manager)
"Noconfigpage" =dword:00000001 (Hardware configuration file)
"Nofilesyspage" =dword:00000001 (File System)
"Novirtmempage" =dword:00000001 (virtual memory)

"Network Settings"
[Hkey_current_user\software\microsoft\windows\currentversion\policies\network]
"Nonetsetup" =dword:00000001 (Disable network Control Panel) (Win9x)
"Nonetsetupidpage" =dword:00000001 (Hide the identity page in the network) (Win9x)
"Nonetsetupsecuritypage" =dword:00000001 (Hidden access Control page in the network) (Win9x)
"Noentirenetwork" =dword:00000001 (the entire network does not appear in the online neighborhood)
"Noworkgroupcontents" =dword:00000001 (no workgroup content appears in My Network Places) (Win9x)
"Nofilesharingcontrol" =dword:00000001 (disable shared menus for folders) (Win9x)
"Noprintsharingcontrol" =dword:00000001 (Disable sharing menu for printer) (Win9x)

"Active Desktop Settings"
[Hkey_current_user\software\microsoft\windows\currentversion\policies\activedesktop] (HKLM)
"Nohtmlwallpaper" =dword:00000001 (only bitmap wallpaper is allowed)
"Nochangingwallpaper" =dword:00000001 (forbidden to modify wallpaper, but can still be modified with ACDSee)
"Noaddingcomponents" =dword:00000001 (disable adding any desktop items)
"Nodeletingcomponents" =dword:00000001 (disable deletion of any desktop items)
"Noclosedragdropbands" =dword:00000001 (Disable closing and drag-and-drop all toolbars) (Win9x)
"Nomovingbands" =dword:00000001 (disable resizing of all toolbars) (Win9x)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Noclosedragdropbands" =dword:00000001 (Disable closing and drag-and-drop all toolbars) (WIN2000/XP)
"Nomovingbands" =dword:00000001 (disable resizing of all toolbars) (WIN2000/XP)

"Disabling MS-DOS"
[Hkey_current_user\software\microsoft\windows\currentversion\policies\winoldapp]
"Disabled" =dword:00000001 (disable MS-DOS and other DOS programs in Windows) (Win9x)
"Norealmode" =dword:00000001 (disable restart of the computer and switch to MS-DOS) (Win9x) (HKLM)

Password and sharing settings (Win9x)
[Hkey_local_machine\software\microsoft\windows\currentversion\policies\network]
"DisablePwdCaching" =dword:00000001 (Disable password caching)
[note] Settings cannot change the password in the Control Panel's Password property, the user can log on by using any password or without a password.
"Minpwdlen" =dword:0000000x (0≤x≤8) (set minimum length of Windows password)
"Alphanumpwds" =dword:00000001 (make Windows passwords must be numbers and letters)
"Hidesharepwds" =dword:00000000 (displays the shared password, not the * number)
[note] New this key value will change the Windows default setting, even if you delete this key value, the shared password will be displayed unless you set this value to 1.
"Nofilesharing" =dword:00000001 (disable file sharing)
[note] After setting this value, if the share is not previously set, no more settings are allowed, and the folder cannot be shared if the share was previously set.

"Windows System Information"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] (WIN2000/XP)
"RegisteredOwner" = "AB" (registered name)
"RegisteredOrganization" = "AB" (Registered organization)
"ProductId" = "AB" (Product ID)
"ProductKey" = "AB" (Serial number of Windows installed)
"Version" = "AB" (Windows version, appearing on the "About ..." page) (Win9x)
"SystemRoot" = "c:\\windows" (WINDOWS system folder)
"ProgramFilesDir" = "C:\\Program Files" (program folder)
"CommonFilesDir" = "C:\\Program Files\\Common Files" (Universal folder)

"Start that is automatically run the program"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce] (run only once)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] (run only once)
[Hkey_local_machine\software\microsoft\windows\currentversion\policies\explorer\run] (WIN2000/XP)
[Hkey_current_user\software\microsoft\windows\currentversion\policies\explorer\run] (WIN2000/XP)
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows] (WIN2000/XP)
"Load" = "AB"
"Run" = "AB"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] (WIN2000/XP)
"Userinit" = "AB"
[Note 1] for the above "load", "Run" and "Userinit", to specify to run multiple programs, add "," in the middle.
[Note 2] The program in Run is run by Windows initialization, and the program in Runservice starts when the operating system starts, meaning that the program in RunServices runs before the program in run.


The Windows installation Information
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"SourcePath" = "AB" (Windows installation path)
"LastDrive" = "Z" (System free Letter) (Win9x)
"Installation Sources" = (History of System Program installation path) (WIN2000/XP)
"DriverCachePath" = (drive cache path) (WIN2000/XP)

Registered programs directory and files
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths]
[Note 1] When you delete a defined directory in Explorer, you are prompted that "this change will affect some of the registered programs."
[Note 2] hkey_local_machine\software\classes\.xxx\openwithlist and hkey_current_user\software\microsoft\ in WIN2000/ME/XP Windows\currentversion\explorer\fileexts \.xxx\openwithlist's program name is defined in the primary key above.

"Software uninstall Information"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall]
[note] Some of the programs listed in "Uninstall" are not displayed in the Add/Remove Programs control Panel because the "DisplayName" string is not used, but the "quietuninstallstring" string can still be found by copying the contents of its value. Then paste in the Run dialog box to perform the uninstall.
Current 1/3 page 123 Next read the full text

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.