Delete Recent items in one click.
1.Open notepad.
2.Type the below text
@ECHO OFF
CD %USERPROFILE%\recent
ECHO y| DEL *.*
CD..
CLS
EXIT
3.Save as .bat file on desktop
4.Double click.
Recent items will automatically be deleted.
1.Open notepad.
2.Type the below text
@ECHO OFF
CD %USERPROFILE%\recent
ECHO y| DEL *.*
CD..
CLS
EXIT
3.Save as .bat file on desktop
4.Double click.
Recent items will automatically be deleted.
No comments:
Post a Comment