1.

Solve : Win2k recycle bin?

Answer»

I am using an old SAGE database program on Win2k.  The data transfer is traditionally sent via floppy disk.  I have since eliminated this, using networked drives with the A: or B: drive letters.  I am attempting to make this operation able to work without the network present, but without floppy disks.  I am trying to use a logical partition in place of the floppy drive.  The partition is in FAT format, because the program still thinks it's writing to a floppy drive.  The drive must be completely empty before it will write the data to it.  That is why the recycle bin must not be present.   The A: or B: are not really an issue, since the program now allows any drive letter to be the destination.
 
The problem is, on Win2k, a recycle bin is automatically set for each partition.  This can be manually be set to not set aside any SPACE for it and delete the "recycled" file from the drive and all works well.  The problem is, this change does not stay through a reboot.  As SOON as the computer is rebooted or shut on/off, it loses those settings and it must be done again.  This is not acceptable since the users of these computers are not proficient nor have security rights to do so.  
 
Is there a way to make these changes stay?  Or possibly to eliminate the recycle option entirely from a specific drive?You can only temporarily delete the recycle bin.  This is by design.  I know of no way to permanently remove it without being unable to delete files.

How about a batch file that will run at STARTUP and remove the recycle bin before any other programs are LOADED. Quote

You can only temporarily delete the recycle bin.  This is by design.  I know of no way to permanently remove it without being unable to delete files.

If you go to the recycle bin properties and configure drives seperately, then move the slider bar for maximum drive for recycle bin to 0%, and check the "do not move files to recycle bin" box, then delete the recycle bin its self from the drive everything works fine.  For some reason, when you check the box first and it grays out the slider bar, and it still sends stuff to the recycle bin.  Gotta move that slider bar first.  I just thought it odd that you can set it up to work like that, but as soon as you log off or reboot it goes back the way it was.  Why would it not save this setting?  

I can still delete files on the drive I set this way, they are just unrecoverable once deleted.  I want to avoid batch programs in the autoexec because I know Win2k is notorious for skipping one of the batch files randomly on occasion.Launch the program from a batch file with command that will delete the recycle bin before the program STARTS. You can make your shortcut point to the batch file instead of the program itself. This won't depend on 2K running anything from autoexec. Quote
Launch the program from a batch file with command that will delete the recycle bin before the program starts. You can make your shortcut point to the batch file instead of the program itself. This won't depend on 2K running anything from autoexec.


Discussion

No Comment Found