Google
Web www.fiveanddime.net

A batch file to clear the Documents menu

A batch file to clear the Documents menu:

Use the same Notepad procedures to make 
a .bat file; use any name you want, just 
make sure it ends with .bat. Type:

echo y| del \windows\recent\*.*

echo y answers "yes" to every "Do you want to 
delete..." question, deleting the document shortcuts
stored in C:\Windows\Recent
Or change the Recent to any other
 folder. This can be kinda dangerous, 
though...test it before you delete c:\windows\*.*. 


Back to Windows Notes





www.fiveanddime.net








Custom Search