Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-addon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u132077563/domains/indialinkers.com/public_html/wp-includes/functions.php on line 6121
Remove Recycle Bin from Desktop in Windows XP | Goelji.com

Remove Recycle Bin from Desktop in Windows XP

Does that recycle Bin icon on your desktop makes you go crazy? Then this is step-by-step, how you can remove remove the Recycle Bin Icon from your desktop. recyclebin

You can use TweakUI or make the changes manually into the registry.

Removing the Recycle Bin

1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the file as ‘RemoveRecycleBin.reg’.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

2. Now double-click the file to import this code into the registry.

Showing Recycle Bin

1. Using a text editor like Notepad create a text file, now copy the below registry code, and save the file as ‘ShowRecycleBin.reg’.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

2. Now double-click the file to import this code into the registry.

all done