Windows 7 I want to hide the recycle bin on the desktop

Hello iroken22,

I just don't understand why it works on mine very easily.

Are you using the entire registry scipt:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons]

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

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"**del.NoSaveSettings"=" "

I manually editing this post and placed a space betwee each HKEY_CURRENT_CURRENT_USER key, as the forum again did not show up correctly
 
Last edited by a moderator:
Worked like a champ! Win7 64-bit build 7000

I copy/pasted into Notepad, removed the space between Curre ntVerision in all places, Saved it to desktop as Recycle.Reg. Ran it, pressed F5 to refresh the desktop and Viola! It was gone!

Thanks.
 
Maybe on some builds it worked and on others it didnt. Nothing always work you have to remember that.
 
Nope. Still could not make it work. Anyway, I dragged out the old XP version and tried it. It worked. It is an icon, rather than a key click, so maybe not what is wanted.
Unzip the attachment and extarct the file to a folder somwhere. I used "temp" for expedience. You must then make a shortcut to the taskbar NOT the desktop, or you will lose the shortcut as well. Click to clear, unclick to restore.
 
Hello davhc,

Just wondering....

Did you scroll up and see my post regarding the fact that you have to make sure to hit the Enter key after each occurrence of [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons]

No offense, but the original question stated he wanted to remove the recycle Bin. You can hide all icons by simply right-clicking on the Desktop,, when the View menu appears, just uncheck the Show Desktop Icons..

I'm sure you have good knowledge of the registry, but this might help other who aren't familiar with registry Scripts.

I should have include the fact that there has to a space underneath the Windows Registry Editor Version 5.00 entry before the [HKEY_CURRENT USERS entries
 
Last edited by a moderator:
Sorry. Yes did that. I have probably got to reinstall or manually clear out the items now, but no problem. I have tried the last suggestion for changing the path. I dont need it - it was just for a bit of fun.

I am aware of the method you suggest. Mine is just one click of the Taskbar icon. Yes. It had escaped me in this thread title said the OP only wants to get rid of the Bin. But that was the title of the thread.In the text Quote "actually I want to hide everything on the desktop."
"
 
Last edited by a moderator:
Well, I'm sorry it didn't work (expect for me and and SevenDeuce....) Thanks SevenDeuce!!

But if you need any help removing the entries, just ask.

I use a open source program called RegShot which captures all registry values add and all files added when you install a program. If interested, you can download it here:
|MG| RegShot 1.8.2

I use it to track all my installations or when making system changes.
 
Last edited by a moderator:
Hello davhc,

No offense, but the original question stated he wanted to remove the recycle Bin. You can hide all icons by simply right-clicking on the Desktop,, when the View menu appears, just uncheck the Show Desktop Icons..

I'm sure you have good knowledge of the registry, but this might help other who aren't familiar with registry Scripts.

OP here

Thanks folks
I will try this later when I get home.
 
Hide only the recycle bin on the desktop is very easy...

You can hide the recycle bin and you can see your gadgets in same time. :cool:

- Right click on your desktop.
- Personalize
- Change desktop icons
- Unselect Recycle bin

:razz:
 
I've removed it by using the desktop right click>personalise>change desktop icons. I've now placed it in the Windows Explorer folder. With a right click on the Windows Explorer icon on the explorer bar then a right click on the recycle bin can I can select "Empty Recycle Bin" to get rid of the contents. Dragging & dropping the Recycle bin to the Windows Explorer icon in the explorer bar lets you do this.
 
I prefer this regedit as it gives you a check box option in the views tab of folder options :)

open notepad and add these lines

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDesktop]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Show Recycle Bin icon on the desktop"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001

then close and change extension from txt file to reg file and double click it to execute ,

then goto folder options\view and near the bottom will be a line "show Recycle Bin on the desktop" tick the box and apply and it stays then untick the box and it dissapears :cool:

this works with no errors for me on Win7 beta 64bit :D
 
Last edited:
Excellent, works on 32-bit also.

I actually had this hack but when I performed a search, I didn't include text within files.

Remember to remove all spaces
Curr entVersion.....should be CurrentVersion (also in RegPath line also)
RecycleBinOnDe sktop...should be RecycleBinOnDesktop
 
Remember to remove all spaces
Curr entVersion.....should be CurrentVersion (also in RegPath line also)
RecycleBinOnDe sktop...should be RecycleBinOnDesktop

nicely spotted strange how the forum seems to have done that in the layout format :eek:

ile try edit my post :cool:

no in edit form it looks OK with no spaces then as a final post it adds the space :confused:
 
nicely spotted strange how the forum seems to have done that in the layout format

I hear that. Look back at my post No.7

I didn't realize it until everyone was complaining it wasn't working for them.

I've posted on some other forums and they do the same thing. It's obviously a bug in the forum software or coding.
 
It's been a long time since this post, but now I realize the mistake

It should be formatted like this:

REGEDIT4

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDe sktop]

"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Show Recycle Bin icon on the desktop"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001

I forgot the line break.:redface:

Remember that the lines should contain no spaces. Look above at my previous post.
 
Last edited by a moderator:
Back
Top