CURaven
New Member
- Joined
- Jan 12, 2009
- Messages
- 46
- Thread Author
-
- #1
actually I want to hide everything on the desktop.
BUT using ">right click on desktop>View>Show Desktop Icons (deselect)" to do that is tedious.
So if someone can point me in the way to creating a macro or tweak my registry for these two similar but kinda different tasks I would be very thankful.
PEACE!
BUT using ">right click on desktop>View>Show Desktop Icons (deselect)" to do that is tedious.
So if someone can point me in the way to creating a macro or tweak my registry for these two similar but kinda different tasks I would be very thankful.
PEACE!
Solution
No Recycle Bin Script
Copy and paste the lines below and open in Notepad, then choose Save As, click the drop-down box and choose All Fies and then manually enter the .reg
I've got it, tested on Windows7. Save as before, run the script, then right-click on you desktop and choose refresh or hit the F5 key.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStaMenu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]...
Copy and paste the lines below and open in Notepad, then choose Save As, click the drop-down box and choose All Fies and then manually enter the .reg
I've got it, tested on Windows7. Save as before, run the script, then right-click on you desktop and choose refresh or hit the F5 key.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStaMenu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]...
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
Hello iroken22,
I just don't understand why it works on mine very easily.
Are you using the entire registry scipt:
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
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:
SevenDeuce
New Member
- Joined
- Jan 15, 2009
- Messages
- 22
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.
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.
- Joined
- May 1, 2008
- Messages
- 5,554
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.
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.
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
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
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:
- Joined
- May 1, 2008
- Messages
- 5,554
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."
"
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:
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
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.
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:
CURaven
New Member
- Joined
- Jan 12, 2009
- Messages
- 46
- Thread Author
-
- #29
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.
- Joined
- May 1, 2008
- Messages
- 5,554
It worked as advertised.
Thanks!
The reghack or the icon? I am still interested. I am right now installing the 32 bit to try again.
HP Deskjet
Senior Member
- Joined
- Jan 18, 2009
- Messages
- 60
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.
ickymay
New Member
- Joined
- Jan 12, 2009
- Messages
- 1,685
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
this works with no errors for me on Win7 beta 64bit
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
this works with no errors for me on Win7 beta 64bit
Last edited:
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
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
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
ickymay
New Member
- Joined
- Jan 12, 2009
- Messages
- 1,685
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
ile try edit my post
no in edit form it looks OK with no spaces then as a final post it adds the space
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
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.
reghakr
Essential Member
- Joined
- Jan 26, 2009
- Messages
- 14,186
It's been a long time since this post, but now I realize the mistake
It should be formatted like this:
I forgot the line break.
Remember that the lines should contain no spaces. Look above at my previous post.
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.
Remember that the lines should contain no spaces. Look above at my previous post.
Last edited by a moderator:
Similar threads
- Replies
- 0
- Views
- 38
- Article
- Replies
- 0
- Views
- 342
- Replies
- 0
- Views
- 415
- Replies
- 5
- Views
- 5K
- Solved
- Replies
- 2
- Views
- 4K