If you aren’t a fan of scrolling your pointer over to the lower right corner of your monitor to show the desktop, we have a cool tweak that will allow you to add the Show Desktop icon to the Quick Launch bar or anywhere on your Taskbar.

如果您不喜欢将指针滚动到显示器的右下角以显示桌面,那么我们可以进行一些很酷的调整,使您可以将“显示桌面”图标添加到“快速启动”栏或任务栏上的任何位置。

If you want to easily get access to the Desktop in Windows 7, 8, or 10, you’ve undoubtedly noticed they moved the Show Desktop to the lower right corner of the screen. This can be annoying if you have a dual monitors, or even a large monitor.

如果您想轻松访问Windows 7、8或10中的桌面,您无疑会注意到他们将“显示桌面”移动到了屏幕的右下角。 如果您有双显示器甚至大显示器,这可能会很烦人。

There are a couple of ways you can make the Show Desktop icon more accessible. We’ll take a look at each and you can choose which method works best for you. We show both methods in Windows 10, but they will also work in Windows 7 and 8.

有两种方法可以使“显示桌面”图标更易于访问。 我们将仔细研究每种方法,您可以选择最适合您的方法。 我们在Windows 10中展示了这两种方法,但在Windows 7和8中也可以使用。

如何通过重新添加快速启动栏将“显示桌面”图标放回以前的位置 (How to Put the Show Desktop Icon Back to Where it Used to Be by Adding Back the Quick Launch Bar)

The first method of moving the Show Desktop icon is to add back the Quick Launch bar to the Taskbar. The Quick Launch bar contains a Show Desktop option, so once you follow the steps in our article to bring back the Quick Launch bar, you should see the Show Desktop icon on the left side of the Taskbar. If you don’t, the article also describes how to move icons on the Quick Launch bar.

移动“显示桌面”图标的第一种方法是将“快速启动”栏重新添加到任务栏 。 快速启动栏包含一个“显示桌面”选项,因此,一旦按照本文中的步骤将“快速启动”栏带回去,您应该在任务栏的左侧看到“显示桌面”图标。 如果您不这样做,本文还将介绍如何在“快速启动”栏上移动图标。

This method will “kill two birds with one stone” by getting the Quick Launch bar and the Show Desktop icon back where they used to be in Windows.

通过使快速启动栏和“显示桌面”图标恢复到以前在Windows中的位置,此方法将“用一块石头杀死两只鸟”。

如何将显示桌面图标固定到任务栏 (How to Pin the Show Desktop Icon to the Taskbar)

If you don’t want the Quick Launch bar back, you could pin the icon to the Taskbar instead. Unfortunately, the process isn’t as easy as a simple drag and drop, but there is an easy workaround.

如果您不希望快速启动栏返回,则可以将图标固定在任务栏上。 不幸的是,该过程并不像简单的拖放那样简单,但是有一个简单的解决方法。

Right-click on any empty area of the desktop and go to New > Text Document.

右键单击桌面上的任何空白区域,然后转到“新建”>“文本文档”。

Rename the document to Show Desktop.exe.

将文档重命名为Show Desktop.exe

NOTE: You will need to have file extensions showing in order for this to work.

注意:您需要显示文件扩展名才能正常工作。

The following warning dialog box displays because you are changing the extension on the shortcut. Click the “Yes” button to change the name and extension on the shortcut.

显示以下警告对话框,因为您正在更改快捷方式上的扩展名。 单击“是”按钮更改快捷方式的名称和扩展名。

Right-click on the dummy .exe file you just made and select “Pin to taskbar” from the popup menu.

右键单击刚刚创建的虚拟.exe文件,然后从弹出菜单中选择“固定到任务栏”。

Create a new text file in Notepad, or your favorite text editor, and copy and paste the following code into the new file.

在记事本或您喜欢的文本编辑器中创建一个新的文本文件,然后将以下代码复制并粘贴到新文件中。

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

Press Ctrl+S to save the file. In the Save As dialog box, navigate to the following folder and make sure you select “All Files (*.*)” from the “Save as type” dropdown.

按Ctrl + S保存文件。 在“另存为”对话框中,导航到以下文件夹,并确保从“另存为类型”下拉列表中选择“所有文件(*。*)”。

C:\Users\<user name>\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Replace <user name> with your Windows user name.

<user name>替换<user name> Windows用户名。

NOTE: If you don’t see the AppData folder, you must check the “Show hidden files, folders, and drives” box on the View tab on the Folder Options dialog box.

注意:如果看不到AppData文件夹,则必须在“文件夹选项”对话框的“视图”选项卡上选中“显示隐藏的文件,文件夹和驱动器”框 。

Type Show Desktop.scf in the “File name” box and click the “Save” button.

在“文件名”框中键入Show Desktop.scf ,然后单击“保存”按钮。

Close Notepad (or your favorite text editor) by clicking the “X” button in the upper-right corner of the window.

通过单击窗口右上角的“ X”按钮,关闭记事本(或您喜欢的文本编辑器)。

Now, we’re going to edit the properties of the shortcut we pinned to the Taskbar. Right-click on the Show Desktop.exe icon, right-click again on the “Show Desktop” option on the popup menu, and then select “Properties from the second popup menu.

现在,我们将编辑固定到任务栏的快捷方式的属性。 右键单击Show Desktop.exe图标,再次右键单击弹出菜单上的“显示桌面”选项,然后从第二个弹出菜单中选择“属性”。

On the Properties dialog box, enter the following path into the Target box on the Shortcut tab, making sure to keep the quotes around the full path. The quotes are required because there are spaces in the path.

在“属性”对话框上,在“快捷方式”选项卡上的“目标”框中输入以下路径,确保将引号保留在完整路径的周围。 引号是必需的,因为路径中有空格。

"C:\Users\<user name>\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Show Desktop.scf"

Again, replace <user name> with your user name.

同样,用您的用户名替换<user name>

Don’t close the Properties dialog box just yet! You have your new icon on the Taskbar, but you might want to change the icon to something more appealing.

暂时不要关闭“属性”对话框! 您在任务栏上有了新图标,但是您可能希望将图标更改为更具吸引力的图标。

While the Properties dialog box is still open, and the Shortcut tab is still active, click the “Change Icon” button.

在“属性”对话框仍然打开且“快捷方式”选项卡仍处于活动状态时,单击“更改图标”按钮。

Because there is no icon associated with the Show Desktop.exe icon we pinned to the Taskbar, we have to select an icon from a different file.

因为没有固定在任务栏上的与Show Desktop.exe图标相关联的图标,所以我们必须从其他文件中选择一个图标。

No worries, though. Windows automatically selects the shell32.dll file in the %SystemRoot%\system32\ folder that contains a lot of icons from which you can choose. Select an icon by clicking on it in the “Select an icon from the list below” box and click the “OK” button.

不用担心。 Windows会自动在%SystemRoot%\system32\文件夹中选择shell32.dll文件,该文件包含许多图标供您选择。 在“从下面的列表中选择一个图标”框中单击以选择一个图标,然后单击“确定”按钮。

Now, click the “OK” button to close the Properties dialog box.

现在,单击“确定”按钮以关闭“属性”对话框。

Initially, the icon may not change on the Show Desktop.exe icon on the Taskbar. However, restarting File (or Windows) Explorer will fix this.

最初,该图标在任务栏上的Show Desktop.exe图标上可能不会更改。 但是, 重新启动文件(或Windows)资源管理器将解决此问题。

Here is the Show Desktop icon on the Taskbar.

这是任务栏上的“显示桌面”图标。

The Show Desktop icon on the far right side of the Taskbar is still available in Windows 7, 8, and 10, even after using one or both of these methods to “move” it.

在Windows 7、8和10中,即使使用这两种方法中的一种或两种“移动”它,任务栏最右侧的“显示桌面”图标仍然可用。

For more on changing icons to something more unique, check out our guide to customizing icons in Windows, and chanaging icons for certain file types.

有关将图标更改为更独特的内容的更多信息,请查看我们的指南,以在Windows中自定义图标以及针对某些文件类型更改图标 。

翻译自: https://www.howtogeek.com/howto/28600/move-the-show-desktop-icon-to-quick-launch-or-taskbar-in-windows-7/

如何在Windows中将“显示桌面”图标移动到快速启动栏或任务栏相关推荐

  1. Windows 10如何找回显示桌面图标,一键快速回到桌面

    Windows 10如何找回显示桌面图标,一键快速回到桌面 目录:C:\Windows 就存在:showdesktop,如果根据本文章内容创建图标后发现运行速度慢,可以右键 [固定到任务栏]的「显示桌 ...

  2. Windows 10 显示桌面图标 计算机 / 此电脑 / 我的电脑

    Windows 10 显示桌面图标 计算机 / 此电脑 / 我的电脑 1. 桌面空白处右键 -> 个性化 2. 主题 -> 桌面图标设置 3. 桌面图标 -> 应用 -> 确定 ...

  3. 计算机开机后黑屏鼠标显示桌面图标,win10系统电脑启动开机黑屏不显示只有鼠标图标的处理办法...

    win10系统使用久了,好多网友反馈说win10系统电脑启动开机黑屏不显示只有鼠标图标的问题,非常不方便.有什么办法可以永久解决win10系统电脑启动开机黑屏不显示只有鼠标图标的问题,面对win10系 ...

  4. 计算机启动黑屏不显示桌面图标,win7系统电脑启动开机黑屏不显示只有鼠标图标的解决方法...

    今天和大家分享一下win7系统电脑启动开机黑屏不显示只有鼠标图标问题的解决方法,在使用win7系统的过程中经常不知道如何去解决win7系统电脑启动开机黑屏不显示只有鼠标图标的问题,有什么好的办法去解决 ...

  5. 用 C++ 在Windows中清空回收站内文件/隐藏和显示桌面图标 / Windows任务栏 / 任务栏时钟 / 更改桌面壁纸

    如果感觉这篇文章帮助到你的话,欢迎捐助我! bitcoin : bc1qvvkqmwcd7s9fas063htffm76k63rx7f3r9dp4r 清空回收站内文件 #include<wind ...

  6. 常用Windows系统的桌面图标及显示扩展名及隐藏文件设置

    Windows系统的桌面图标及显示扩展名及隐藏文件设置 一.桌面图标 1.Xp和Win2003 2.Win7和Win2008 3.Win10 4.Win2012 二.显示扩展名及隐藏文件 1.Xp和W ...

  7. win10右下角显示桌面图标消失并且点击左下角Windows按钮或者打开任意文件夹直接全屏无法缩小

    记录一次糟心的经历 问题: win10右下角显示桌面图标消失并且点击左下角Windows按钮或者打开任意文件夹直接全屏无法缩小 方法: 问题: win10右下角显示桌面图标消失并且点击左下角Windo ...

  8. [AHK] Windows 10上用热键 隐藏/显示桌面图标

    简单点,再简单点,alt+q 隐藏.显示桌面图标! !q:: HideOrShowDesktopIcons() returnHideOrShowDesktopIcons() {ControlGet, ...

  9. Windows XP解决显示桌面图标消失的问题

    1.依次单击"开始","运行",在运行对话框中输入regsvr32 /n /i:u shell32.dll,按回车键 2.弹出"shell32.dll ...

最新文章

  1. [SDOI2009]晨跑
  2. zlib和openssl相关库错误的解决
  3. PhotoFiltre Studio X中文版
  4. 查看mysql是否繁忙_Oracle系统繁忙时,快速定位
  5. 装饰者模式源码解析(spring-session mybatis jdk servlet)
  6. python数据库在哪_python可以用哪些数据库
  7. java运行win10_win10配置java运行环境
  8. 前端基础-html 介绍和head标签 ( 1 )
  9. com.autonavi.AMapLocationThread (13): Exception: threading violation: expected the main thread-iOS
  10. 增值税税控设备(计算机打印机)全额抵扣,在航天金穗购买的打印机、扫描仪是否属于防伪税控设备...
  11. overleaf表格_LaTeX插入表格
  12. 一个机柜多少u?一个机柜可以放多少台服务器?
  13. 开源软件推荐-TMS运输管理系统 KYTMS
  14. 利用novnc登录绕过WFA
  15. linux下R安装RMySQL不成功 configuration failed for package ‘RMySQL’
  16. 分治法的思想与经典题目
  17. 【Python办公自动化】快速将excel按照某列不同的值批量拆分
  18. iOS精品资源汇总(持续更新)
  19. Buffer Overflow Vulnerability Prediction from x86 executables using Static Analysis and ML
  20. 新致新知 | 开启图谱赋能认知新篇章

热门文章

  1. 四种做动态数据可视化的方法
  2. python控制台打印文字logo
  3. 二手交易平台/二手交易系统/闲置物品交易系统
  4. 如何在微信小程序上开发一个「蚂蚁森林」和「蚂蚁庄园」结合体?
  5. 四十七、使用bootstrap中的选项卡制作产品特色页面
  6. 怎么制作gif动态图 QQ动态表情包怎么制作
  7. TextWrangler——一款不知为何而生的编辑器
  8. python编程一个正方体的代码_Linux Shell经典面试题之请用shell或Python编写一个正方形(square.sh),接受用户输入的数字...
  9. 玩转华为数据中心交换机系列 | 配置M-LAG维护模式下升级示例
  10. 什么是埋点?埋点的意义是什么?有哪些用途?