Tuesday, 23 March 2010

Restore / Add Desktop Icon To Quick Launch Area

Hello friends,
If you are deleted the desktop icon from quick launch area and now you want to retrive the desktop icon again
For This you have download a VBS Script and click on it .you will receive a msg "Toolbar Menu's have been restored." click Ok and you are done.



Or paste the below text in notepad
and save as restoreshowdesktop.vbs

Dim myShell

Set myShell = CreateObject("WScript.Shell")
myShell.Run("regsvr32 /n /i:U shell32")

Set myShell = Nothing

MsgBox "Toolbar Menu's have been restored.", 4096,"Finished"


 keyboard Shortcuts to show the desktop is "WIN+D"

No comments:

Post a Comment