Method 1: Execute regsvr32/n/I: U shell32 in "run", and then you will find that "display desktop" is back to quick start.
Method 2: Create a *. SCF text file with the following content:
[Shell]
Command = 2
Iconfile1_assumer.exe, 3
[Taskbar]
Command = toggledesktop
Drag the file to the "Quick Start" toolbar.
The Quick Start toolbar information is saved in the system:
C:/Documents and Settings/current user name/Application Data/Microsoft/Internet Explorer/quick launch/
Copy the completed *. SCF file directly to this directory.
This desktop display technology is actually a shortcut for Microsoft's Windows (shell command)
Iconfile is used to set icons. You can either use an existing icon in EXE or DLL or an icon in the hard disk. You only need to assign the path to iconfile.
For example:
[Shell]
Command = 2
Iconfile = E:/f_disk/picture/other/key. ICO
[Taskbar]
Command = toggledesktop
The values of the two commands cannot be changed.
In addition, we provide a way to manually enter the desktop: Win + D, win represents the key to open the window Start Menu.