Delete Quickly your Recent History in Windows
413 views since 2008-08-08
No video responses
0 text comments
(0 results)
If you try to go through all areas in Windows XP to delete the Recent Items it can be time consuming, especially when you want to quickly clear the history of what you recently did. This Tip shows you how to create a special script to clear the recent history. Notes from video: create a file with notepad and paste the following in it and save it as a DeleteRecent.js filename. var fso = WScript.CreateObject("Scripting.FileSystemObject"); var WSH = new ActiveXObject("WScript.Shell"); var folder = WSH.SpecialFolders("Recent"); fso.DeleteFile(folder + "\\*.*");
| URL: | http://PCWizKidsTechTalk.com |
|---|---|
| Tags: |

Digg this!



(0 results)