easyui关机图标_如何在Windows 10中创建关机图标

easyui关机图标

easyui关机图标

The Windows 10 Logo.

It’s true that shutting down your Windows 10 PC the old-fashioned way only takes three clicks. But why spend the extra energy when you can do it in two? All you have to do is create a shutdown icon, and you’ll save yourself some time.

的确,以老式方式关闭Windows 10 PC只需单击三下。 但是,如果可以一分为二,为什么还要花掉多余的精力呢? 您所要做的就是创建一个关闭图标,这样可以节省一些时间。

创建一个关机图标 (Create a Shutdown Icon)

To create a shutdown icon, right-click your Desktop, hover over “New,” and then select “Shortcut.”

要创建关闭图标,请右键单击您的桌面,将鼠标悬停在“新建”上,然后选择“快捷方式”。

Hover over "New," and then click "Shortcut."

The “Create Shortcut” menu appears. In the text box under “Type the location of the item,” type the following command and then click “Next”:

出现“创建快捷方式”菜单。 在“键入项目的位置”下的文本框中,键入以下命令,然后单击“下一步”:

Shutdown.exe /s /t 00

Shutdown.exe /s /t 00

Enter shutdown command

In the next window, type a name for your new shortcut if you want. “Shutdown” is the default, so we’ll leave it that for this example.

如果需要,在下一个窗口中,输入新快捷方式的名称。 “ Shutdown”是默认设置,因此在本示例中将其保留为默认值。

Click “Finish” to finish the setup process.

单击“完成”以完成设置过程。

Type a name for your shortcut in the text box, and then click "Finish."

Your new shutdown icon will appear on your Desktop.

新的关机图标将出现在桌面上。

A Shutdown icon on a desktop.

Now, whenever you double-click the icon, your PC will shut down instantly.

现在,只要双击该图标,您的PC就会立即关闭。

其他有用的快捷方式 (Other Useful Shortcuts)

As you might have guessed, in addition to Shutdown, there are several other shortcuts you can create. The good news is you don’t have to sacrifice one shortcut to have another—you can create as many as you want.

您可能已经猜到了,除了“关机”之外,您还可以创建其他几种快捷方式。 好消息是,您不必牺牲一个捷径就可以拥有另一个捷径-您可以创建任意数量的捷径。

The steps are the same as those we covered above, except you type different commands for each shortcut.

除了您为每个快捷方式键入不同的命令外,这些步骤与我们上面介绍的步骤相同。

So, once again, just right-click your Desktop, hover over “New,” and then select “Shortcut.” Then, type any of the commands below to create the other shortcuts you want.

因此,再次单击鼠标右键,将鼠标悬停在“新建”上,然后选择“快捷方式”。 然后,键入以下任何命令以创建所需的其他快捷方式。

CommandShortcut Icon Type
Shutdown.exe /r /t 00Restart
rundll32.exe powrprof.dll,SetSuspendState 0,1,0Sleep
rundll32.exe PowrProf.dll,SetSuspendStateHibernate
Rundll32.exe User32.dll,LockWorkStationLock PC
命令 快捷方式图标类型
Shutdown.exe / r / t 00 重新开始
rundll32.exe powrprof.dll,SetSuspendState 0,1,0 睡觉
rundll32.exe PowrProf.dll,SetSuspendState 冬眠
Rundll32.exe User32.dll,LockWorkStation 锁电脑

翻译自: https://www.howtogeek.com/656672/how-to-create-a-shutdown-icon-in-windows-10/

easyui关机图标

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278950.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Struts2+JFreeChart

下面以边帖图片和代码的方式来讲解Struts2与JFreeChart的整合。搭建环境:首先帖一张工程的目录结构以及所需的jar包。注意:如果你不打算自己写ChartResult的话只需要引入struts2-jfreechart-plugin-2.0.6.jar(这个在struts-2.0.6-all.zip可以找到了): …

linux c视频如何加水印,如何在Kdenlive的视频上进行水印 | MOS86

如果你这些东西被称为水印。他们So,你如何在Linux中创建水印?嗯,你这可能是Linux上最强大的开源视频编辑器。Installation如果您尚未安装Kdenlive,您应该可以在包裹管理器中找到它。在Ubuntu中,您还可以使用命令:sudo …

mac触控板手势无法使用_如何在iPad上使用触控板手势

mac触控板手势无法使用Apple苹果Apple’s new floating Magic Keyboard case for the iPad Pro looks fantastic, but you don’t need to spend $299 to use a trackpad. Simply connect a Magic Trackpad or a third-party multi-touch trackpad to get access to all of iPa…

安装SQLserver2008

双击点击setup,以管理员身份运行; 点击安装-》全新SQLServer独立安装或向现有安装添加功能 选择下一步,然后点击具有高级服务的express版本,点击下一步; 点击选择我接受许可条款,然后继续点击下一步&#x…

如何在没有Word的情况下打开Microsoft Word文档

Microsoft Word is part of Microsoft Office and requires an up-front purchase or a Microsoft 365 subscription. If you’re using a computer without Word installed, there are other ways to view that DOCX or DOC file. Microsoft Word是Microsoft Office的一部分&a…

数组去重的4种方法(Which one is the fastest???嘻嘻嘻....)

<!DOCTYPE html> <html lang"en"> <head> <meta charset"UTF-8"> <title>Document</title> </head> <body> <input type"button" value"数组去重1" οnclick"show()"&g…

windows复制文件路径_如何在Windows 10上复制文件的完整路径

windows复制文件路径Sometimes, it’s handy to copy the full path of a file or folder in Windows 10 to the clipboard. That way, you can paste the path into an open or upload dialog quickly without having to browse for it the file. Luckily, there’s an easy w…

用c语言复制字符串的元音字母,急求:编写程序,将一个字符串中的元音字母复制到另一个字符串,然后输出。...

#include#includevoid str(char a[100],char b[100]){int i0, j0;while(a[i]!\0)//\0代表ASCLL码0的字符&#xff0c;即是一个空操作符也就是是结束符;{if(a[i]a||a[i]e||a[i]i||a[i]o||a[i]u){b[j]a[i];j;}i;}}int main(){char a[100];char b[100];gets(a);str(a,b);puts(b);r…

05 替换空格

题目描述&#xff1a; 请实现一个函数&#xff0c;将一个字符串中的每个空格替换成“%20”。例如&#xff0c;当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。 解题思路有&#xff1a; #判断字符串是否为空&#xff0c;判断length是否大于0。 #记录空格的数…

超链接禁用_在Microsoft Word 2003和2007中禁用自动超链接

超链接禁用If you can’t stand the automatic hyperlinking in Microsoft Word, you might be hard-pressed to find the right place to disable it in Office 2007, since all the settings are hidden so well compared to previous versions. 如果您无法在Microsoft Word中…

webjars管理静态资源

webjars用途简单解释 : 利用Servlet3协议规范中,包含在JAR文件/META-INF/resources/路径下的资源可以直接被web访问到这一原理&#xff0c;将前端静态资源打成jar包方便管理 静态资源打jar包 新建maven工程&#xff0c; 将需要打包的静态资源放入src/main/resources中 2. ma…

Windows Intellij环境下Gradle的 “Could not determine Java version from ‘9.0.1’”的解决方式...

当我导入Gradle项目初试Java spring的时候&#xff0c;遇到下面报错: Gradle complete project refresh failed Error:Could not determine java version from 9.0.1. 参考这篇 http://www.ddiinnxx.com/solving-not-determine-java-version-9-0-1-gradle-intellij-macosx/ 进行…

如何计算iPhone和Apple Watch上的步数

Khamosh PathakKhamosh PathakAccording to conventional wisdom, 10,000 steps a day equals a healthy life. No matter what your target is, though, you’ll need a reliable way to count your steps. The good news is you can do so on your iPhone or Apple Watch! 根…

在c语言中load,一道题理清Objective-C中的load和initialize

Objective-C中有两个方法比较特殊&#xff0c;他们会在Runtime时根据情况自动调用&#xff0c;下面我们简单分析一下调用时机以及使用场景~一般在iOS初中级面试时偶尔会被问到load和initialize方法&#xff0c;我出了一道题&#xff0c;估计会搞晕很多人。大家来看一下下面的程…

018.Zabbix维护时间和模板导入

一 维护时间 在某些正常业务维护期间&#xff0c;不需要进行告警&#xff0c;可添加维护时间。二 维护时间添加 2.1 维护 参数描述Name维护名称Maintenance type两种维护类型可选:With data collection - 依旧收集数据No data collection - 暂停收集数据Active since维护周期开…

本地服务器下的局域网安全吗_本地安全认证服务器

本地服务器下的局域网安全吗Today a reader had a very good question about lsass.exe is the Microsoft security management process for domain access and local security policies. Simply put it manages who logs on to your PC and/or Server. There are a few viru…

Query-digest-UI监控慢查询,以及此工具的改进版

本文主要描述基于pt-query-digest工具对慢查询日志进行监控的工具Query-digest-UI。(安装、使用、介绍以及benren提供的改进版。) 本文中描述的内容与其他网站上对Query-digest-UI的安装和使用稍有不同&#xff0c;因为本人对此工具稍做了调整。欢迎转载&#xff0c;请注明作者…

电热水器工作过程 c语言,热水器工作流程图

燃气热水器做为热水供应设备&#xff0c;被很多家庭所采用&#xff0c;然而&#xff0c;恒温作为燃气热水器的一个痛点&#xff0c;一次次被击中&#xff0c;那么到底为什么燃气热水器实现恒温这么难呢&#xff1f;我们将从原理讲起&#xff0c;带您认识真正的燃气热水器。燃气…

linux上tail命令_如何在Linux上使用tail命令

linux上tail命令Fatmawati Achmad Zaenuri/ShutterstockFatmawati Achmad Zaenuri / ShutterstockThe Linux tail command displays data from the end of a file. It can even display updates that are added to a file in real-time. We show you how to use it. Linux tail…

iphone充电图_哪些iPhone具有无线充电功能?

iphone充电图Kevin Parrish凯文帕里什Wireless charging means you can re-energize your phone’s battery without a physical tether. It also prevents possible damage to your phone’s charging port. Unfortunately, not all phones support wireless charging, but we…