February 5, 200521 yr Would anybody tells me how to remove "Recycle Bin" completely? I mean empty "Recycled" directories on every disk.
February 5, 200521 yr Would anybody tells me how to remove "Recycle Bin" completely? I mean empty "Recycled" directories on every disk.Maybe by disabling the recycle bin?
February 5, 200521 yr HIDE: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]"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"**del.NoSaveSettings"=" "
February 5, 200521 yr As far as I know you cannot stop the creation of the Recycle Bin folder itself after you delete it. All you can do is stop the system from using it.
February 5, 200521 yr Well if you mean delete the recycle bins created from previous installations on other partitions, as these stay in the recycler folders with the previous SID I use this in my batch filesREM Delete Old Recycle Binsfor %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist "%%i\Recycler" attrib -s -r -h "%%i\Recycler"for %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist "%%i\Recycler" rd /s /q "%%i\Recycler"
February 6, 200521 yr Author As far as I know you cannot stop the creation of the Recycle Bin folder itself after you delete it. All you can do is stop the system from using it.This is exactly what i want. is there some tools maybe for this purpose? xp automaticaly creates "Recycled" directories on every disk (called "Recycler" on C:)after deleting files (i'm not using Recycle Bin at all) and i don't want to see this folders! ) Maybe anybody knows how2 do that. Thanks.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now