disable the Recycle bin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i need a image without recycle bin . If i delete a file ,then it wont go for
the recycle bin. Is there any way to control the recycle bin. Thanks in
advance.
with best regards,
KSMH
 
Mohamed,

Beside removing the registration for the Recycle Bin implementation COM (you could even do that in TD), you can simply set the
following registry entry:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"NukeOnDelete"=dword:00000001
 
thanks KM,

Its really helpful. But my desktop icon for the recycle bin appears. I like
to hide it.
is there any procedure to hide that.

with best regards,
KSMH
 
Mohamed,

To hide that icon you will have to set the following registry entry (again, either use TD Extra Registry section, your own custom
component or simply set the value at runtime):
If XP style used for Start menu:
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel],
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:1
If Classic style for start Menu used:
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu],
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:1

Note, to affect all the user accounts either use HKLM or HKUS\.DEFAULT branch instead of the HKCU.
 
thanks KM,
Its working fine.

with best regards,
KSMH

KM said:
Mohamed,

To hide that icon you will have to set the following registry entry (again, either use TD Extra Registry section, your own custom
component or simply set the value at runtime):
If XP style used for Start menu:
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel],
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:1
If Classic style for start Menu used:
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu],
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:1

Note, to affect all the user accounts either use HKLM or HKUS\.DEFAULT branch instead of the HKCU.


--
=========
Regards,
KM
thanks KM,

Its really helpful. But my desktop icon for the recycle bin appears. I like
to hide it.
is there any procedure to hide that.

with best regards,
KSMH
 
Back
Top