17 Tips and Tricks for Customizing Windows via Registry

Before you edit or modify the Windows registry, back up from that registry. Fatal errors in changing the registry can cause the operating system to not run normally.

In some cases, registry damage can only be repaired by reinstalling the operating system and resulting in data loss. Make sure to back up the registry. Then you can return it in case of problems.

Windows Registry Editor

Opening Windows Registry Editor, you can by:

  1. Press the keyboard keys (WIN + R) to open the “Run” dialog box.
  2. Then type “regedit” and click the OK button to open it.
  3. If a confirmation window appears from UAC, click the Yes button to allow it.

1] Changing Wallpaper

HKEY_CURRENT_USER/Control Panel/Desktop

Double-click on the wallpaper and enter the desired image path in Value Data.

2] Rename the Recycle Bin

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

Double-click on the option (Default value) and give Value Data a new name.

3] Bring up Rename on the Recycle Bin

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/ShellFolder

Double-click on “Attributes > Edit Binary Value”. In Value Data, change the number to 0000 50 01 00 20.

4] Hide the Recycle Bin

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace

Delete the {645FF040-5081-101B-9F08-00AA002F954E} subkey, and then restart the computer to see the results.

To reappear, recreate the number combination {645FF040-5081-101B-9F08-00AA002F954E}.

5] Add Shortcut Menu Contents to Recycle Bin

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/ShellFolder

Double-click Attributes and replace the numbers in Value Data with the following numbers:

0000 50 01 00 20 > Rename

0000 60 01 00 20 > Delete

0000 70 01 00 20 > Rename & Delete

0000 41 01 00 20 > Copy

0000 42 01 00 20 > Cut

0000 43 01 00 20 > Copy & Cut

0000 44 01 00 20 > Paste

0000 45 01 00 20 > Copy & Paste

0000 46 01 00 20 > Cut & Paste

0000 47 01 00 20 > Cut, Copy & Paste

6] Add Shortcut Menu Contents to Recycle Bin with Options Menu

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/Shell

Click the “Edit > New > Key” menu and give it the desired name (For example: Go to Windows Explorer).

Under the new key, press the “Edit > New > Key” menu again and create a new key named Command.

Double-click the option (Default), and in the Value Data section, fill in the path of Windows Explorer (C:\WINDOWS\Explorer.exe).

7] Restore lost Documents folder in My Computer

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/DocFolderPaths

Select the “Edit > New > String Value” menu and name it according to the username used in Windows (for example: Chippers)

Double-click on the value and enter the path where your Documents are located (e.g., D:Documents)

8] Get rid of stored files from my computer

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/MyComputer/NameSpace/DelegateFolders

Delete the {59031a47-3f72-44a7-89c5-5595fe6b30ee} subkey by pressing the Del key.

9] Hide My Recent Documents

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Click the “Edit > New > DWORD Value” menu and name it NoRecentDocsMenu.

Then double-click on the DWORD Value, and give it the number 1 to activate it.

10] Hide the Find Menu

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Click the “Edit > New > DWORD Value” menu and name it NoFind.

Then double-click on the DWORD Value and give it the number 1 to activate it. Restart the computer.

11] Hiding Help and Support

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Create a new DWORD Value – Menu “Edit > New > DWORD Value”, and name it NoSMHelp.

Then double-click on NoSMHelp and fill it with the number 1 in Value Data. Restart the computer.

12] Hiding the Run Menu

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Create a new DWORD Value and name it NoRun. Double-click and enter the number 1 as Value Data.

13] Hiding the Run Menu from the Start Menu (2)

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced

Find the value named Start_ShowRun, double-click it, and enter the number 0 in the Value Data section.

14] Hide Log Off

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Click the “Edit > New > Binary Value” menu and name it NoLogOff.

Double-click on NoLogOff and enter the number 01 00 00 00 in the Value Data section.

15] Hide the Turn Off Computer Menu

HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer

Click the “Edit > New > DWORD Value” menu and name it NoClose.

Double-click NoClose and put a 1 in Value Data.

16] Displaying Administrator on Welcome Screen

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserLis t

Create a new DWORD Value and name its Administrator.

Double-click Administrator and enter the number 1 under Value Data.

17] Automatic Login

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon

Double-click AltDefaultUserName and enter the username of the selected account.

Latest Articles