Procedures:
- Copy the following lines to Notepad :
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("about:blank")
objIE.document.parentwindow.clipboardData.SetData "text", ""
objIE.Quit - save as ClearClipBoard.VBS
- Double-clicking the file and your clipboard contents are clear form the clipboard
0 comments:
Post a Comment