recycle bin modification

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

Hello

Using Xp SP2 I'd mlike to modify the double clic action of the recycle
bin, right now when I double clic on the icon it opens the recycle bin but
I'd like that when I double clic on it it empties it.

I don't want to change the global parameters and I still want to the files
to go to the recycle bin before being deleted and I know about the
shift-del combination, I just want to change the "default" double clic
action.

Thanks for the help



--
Email contact

http://cerbermail.com/?ltQ8eCFmRa
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

A easy way to do this is to write a batch file, add the command like "del
c:\recycler\CLSID\*.*"

Here CLSID is the partition SID, you can find it when you open c:\recycler.
If you have 2 partitions, you can add two del command to del *.* under the
recycler directory. Create a shortcut of the batch file and put the
shortcut on the desktop. Once you want to empty the recycle bin, double
click the batch file.

For more details about the script, please post hte question to MSDN, the
develop guy will provide more details:
http://msdn.microsoft.com/newsgroups/default.asp

Best regards,

Rebecca Chen

MCSE2000 MCDBA CCNA


Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.