re: Question about 'Get Rid of the Recycle Bin'
Tuesday, September 9, 2003 at 1:20 pm Windows 2000 Annoyances Discussion Forum
Posted by thegoldenear
(1 messages posted)
you can restore the Recycle Bin by adding a Default value with the value "Recycle
Bin" of type REG_SZ to:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{645FF040-5081-101B-9F08-00AA002F954E}
you may also have to first add the {645FF040-5081-101B-9F08-00AA002F954E}
from the command-line, using Reg.exe version 2 or above, you could do it like this:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{645FF040-5081-101B-9F08-00AA002F954E}"
/v "" /t REG_SZ /d "Recycle Bin" /f
(all this and more: http://thegoldenear.org/tweak/)
|
All messages in this thread [show all]
 |  | re: Question about 'Get Rid of the Recycle Bin' (thegoldenear: Tue, Sep 9, 2003, 1:20 pm) |
| |
| |
| |
Return to the Windows 2000 Discussion Forum
|
|