can anyone please tell me how to delete anthing that comes up under my recent documenrts
thanks
|
|
if you want to clear these all the time, you can add a batch file in your start menu to delete the contents of the directory, i.e.
echo y | del "%userprofile%/Recent"
|
|