Restoring deleted Show Desktop icon

Status
Not open for further replies.

Vishal Gupta

Microsoft MVP
1. Paste following code in Notepad and save the file with name "Show Desktop.scf" (including quotes):

Code:
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
2. Now you have to copy this new file and paste in "Quick Launch" toolbar. You can do it in 2 ways:

A. Drag-n-drop the new file to Quick Launch toolbar.

B. Type "%appdata%\Microsoft\Internet Explorer\Quick Launch" in RUN dialog box and press Enter. It'll open Quick Launch folder. Paste the file in this folder.

Taken from here.
 

Amir.php

Flying Visitor
Simplest way of the world to Restore Desktop icon in quick launch.
1. Must ensure that quick launch is enable.
2. Open run dialog box and Paste it:
regsvr32 /n /i:U shell32
3. This message will appear instantly:
DllInstall in shell32 succeeded
wow, Now you have done.
 
Status
Not open for further replies.
Top Bottom