search
HomeComputer TutorialsComputer KnowledgeThe easy way to add desktop icons
The easy way to add desktop iconsJan 20, 2024 am 08:39 AM
Add show desktop button

The easy way to add desktop icons

How to add desktop icons to the desktop

Retrieve display desktop icon

In the Windows operating system, the actual location of the Show Desktop icon in the taskbar (Quick Launch Bar) is "C:\Windows\System\Show Desktop.scf". The Quick Launch Bar is implemented by placing it in "C:\Windows\Application Data\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf". When the Display Desktop icon is accidentally deleted and needs to be restored, you can create a new "Display Desktop.scf" file in "C:\Windows\Application Data\Microsoft\Internet Explorer\Quick Launch\Display Desktop.scf". Alternatively, you can find the file from "C:\Windows\System\ShowDesktop.scf" and copy it to the folder "C:\Windows\Application Data\Microsoft\Internet Explorer\Quick Launch", or create a Shortcut, drag it directly to the taskbar to complete the recovery operation.

A more convenient method is to use a text editor such as Notepad to create a display desktop .scf file. The following is the file content: [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop

[Shell]

Command=2

IconFile=explorer.exe,3

[Taskbar]

Command=ToggleDesktop

When saving, set the file name to "Show Desktop.scf", then drag it to the quick launch bar, and the Show Desktop icon will be retrieved.

The third line represents the position of the icon. If you replace the number "3" with "4" and refresh, the icon will change; if you replace it with "5", it will become another one. That's how you change how your desktop icons appear. In fact, just enter the path of your favorite icon after "IconFile=".

Under Windows 9x system, if the display desktop icon is accidentally deleted, you only need to type "*.scf" in the search to find the display desktop icon. Under Windows XP, the only way is to copy or write a program. Of course, you can also copy it from another computer.

Easier method: Enter "REGSVR32 /n /i:u shell32" (without double quotes) in the "Run" dialog box, and then press Enter. After a while, the "DllInstall in shell32 successful" dialog box will pop up. The "Show Desktop" button appears.

How to create a new icon that displays the desktop

If the icon showing the desktop is gone, you can use the following method to get one yourself:

(Used to restore the "Show Desktop" button in the "Quick Launch" bar)

Open a "Notepad" document and copy and paste the following content in it:

[Shell]

Command=2

IconFile=explorer.exe,3

[Taskbar]

Command=ToggleDesktop

Then save this notepad document as Show Desktop.scf, that is, rename the new notepad.txt to Show Desktop.scf. (It must be noted that the archive type must be changed from TXT to all files when saving, so that the saved file format is scf instead of TXT)

Make sure the file name is the same as Show Desktop.scf. Then copy the Show Desktop.scf file to the following location: C:\Documents and Settings\(your username)\Application Data\Microsoft\Internet Explorer\Quick Launch folder directory. (You need to replace "your username" with the username you need to restore the "Show Desktop" button, that is, your computer username)

How to set the Show Desktop button

The "Show Desktop" button in the "Quick Launch" bar is different from the general shortcut. If you accidentally delete the "Show Desktop" button, it cannot be restored using normal methods.

To restore the "Show Desktop" button in the "Quick Launch" bar, you need to use the method described below.

Open the "Notepad" program and enter the following content:

[Shell]

Command=2

IconFile=explorer.exe,3

[Taskbar]

Command=ToggleDesktop

Then save this file as: "Show Desktop.scf". Make sure the file name is the same as the one in double quotes. Then copy the saved Show Desktop.scf file to: "C:\Documents and Settings\Username\Application Data\Microsoft\Internet Explorer\Quick Launch" directory. Where you need to replace "username" with the username you need to restore the "Show Desktop" button.

Technical step-by-step instructions on how to add the Show Desktop button on the Win7 taskbar

Note: Changing the registry is risky. It is best to back up your data to avoid unnecessary trouble.

Scope of application: win7 operating system.

Commonly used simple methods:

1. Right-click on the taskbar and select "Show Desktop".

2. Press the Win D shortcut key to minimize all windows on the home screen.

3. Use the mouse to grab the current window and shake it several times. All windows except the current window will be minimized. This is a feature of Win7.

Imitate the "Show Desktop" button in XP to create your own "Show Desktop" button:

Let’s talk about the principle first. The code is the same as XP. The difference is that you cannot drag it directly into the taskbar under Win7, otherwise the effect in XP will not be achieved. Just find a shortcut to a program, then modify its icon and link location, and then just remember to lock it to the taskbar.

2. Create a new notepad on the desktop, copy the following code into it, and then click [Save As]. The save type is: All Files, and the file name is: Show Desktop.scf. Then put the file in a place that you think is not an eyesore. For example, I put it in the root directory of drive C, and the path is C:\\Show Desktop.scf. [Shell]Command=2

IconFile=%SystemRoot%system32SHELL32.dll,34[Taskbar]

Command=ToggleDesktop

3. Open [Computer]-[Organization]-[Folder and Search Options]-[View]-[Hidden files and files] option, then select [Show hidden files, folders, and drives], and the settings are complete Then open the path C:\\Users\\your username\\AppData\\Roaming\\Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar. At this time we can see the Media Player icon that we have changed. At this time, we right-click on the icon and select [Properties], and change [Target] to C:\\Show Desktop.scf. Of course, if you put it somewhere else place, just change it to your path.

The above is the detailed content of The easy way to add desktop icons. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)Mar 11, 2025 am 11:26 AM

This article addresses the Windows "INVALID_DATA_ACCESS_TRAP" (0x00000004) error, a critical BSOD. It explores common causes like faulty drivers, hardware malfunctions (RAM, hard drive), software conflicts, overclocking, and malware. Trou

ENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyMar 07, 2025 pm 03:09 PM

This article provides practical tips for maintaining ENE SYS systems. It addresses common issues like overheating and data corruption, offering preventative measures such as regular cleaning, backups, and software updates. A tailored maintenance s

How do I edit the Registry? (Warning: Use with caution!)How do I edit the Registry? (Warning: Use with caution!)Mar 21, 2025 pm 07:46 PM

Article discusses editing Windows Registry, precautions, backup methods, and potential issues from incorrect edits. Main issue: risks of system instability and data loss from improper changes.

How do I manage services in Windows?How do I manage services in Windows?Mar 21, 2025 pm 07:52 PM

Article discusses managing Windows services for system health, including starting, stopping, restarting services, and best practices for stability.

5 Common Mistakes to Avoid During ENE SYS Implementation5 Common Mistakes to Avoid During ENE SYS ImplementationMar 07, 2025 pm 03:11 PM

This article identifies five common pitfalls in ENE SYS implementation: insufficient planning, inadequate user training, improper data migration, neglecting security, and insufficient testing. These errors can lead to project delays, system failures

Discover How to Fix Drive Health Warning in Windows SettingsDiscover How to Fix Drive Health Warning in Windows SettingsMar 19, 2025 am 11:10 AM

What does the drive health warning in Windows Settings mean and what should you do when you receive the disk warning? Read this php.cn tutorial to get step-by-step instructions to cope with this situation.

which application uses ene.syswhich application uses ene.sysMar 12, 2025 pm 01:25 PM

This article identifies ene.sys as a Realtek High Definition Audio driver component. It details its function in managing audio hardware, emphasizing its crucial role in audio functionality. The article also guides users on verifying its legitimacy

why won't driver asio.sys loadwhy won't driver asio.sys loadMar 10, 2025 pm 07:58 PM

This article addresses the failure of the Windows asio.sys audio driver. Common causes include corrupted system files, hardware/driver incompatibility, software conflicts, registry issues, and malware. Troubleshooting involves SFC scans, driver upda

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment