reckoner Posted February 5, 2005 Posted February 5, 2005 Would anybody tells me how to remove "Recycle Bin" completely? I mean empty "Recycled" directories on every disk.
bucketbuster Posted February 5, 2005 Posted February 5, 2005 Would anybody tells me how to remove "Recycle Bin" completely? I mean empty "Recycled" directories on every disk.Maybe by disabling the recycle bin?
sixpack Posted February 5, 2005 Posted February 5, 2005 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"=" "
oftentired Posted February 5, 2005 Posted February 5, 2005 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.
benners Posted February 5, 2005 Posted February 5, 2005 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"
reckoner Posted February 6, 2005 Author Posted February 6, 2005 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now