windows运行对话框_如何在Windows运行对话框中添加文本快捷方式?

windows运行对话框

windows运行对话框

Windows comes prepackaged with a ton of handy run-dialog shortcuts to help you launch apps and tools right from the run box; is it possible to add in your own custom shortcuts?

Windows预包装了许多方便的运行对话框快捷方式,可帮助您从运行框中直接启动应用程序和工具。 是否可以添加自己的自定义快捷方式?

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

今天的“问答”环节由SuperUser提供,它是Stack Exchange的一个分支,该社区是由社区驱动的Q&A网站分组。

问题 (The Question)

SuperUser reader Nic finds the run-dialog shortcuts to be handy and wants to expand upon them:

超级用户读者Nic发现运行对话框快捷键很方便,并希望对其进行扩展:

When I hit Windows+R, I can type in calc and get a calculator really quickly. Same thing for mspaint. My question is, how do I adjust this so I can type “netbeans” and have it open the program?

当我按下Windows + R时,我可以输入calc并很快得到一个计算器。 对于mspaint也是一样。 我的问题是,我该如何调整它以便键入“ netbeans”并打开程序?

If you’re a keyboard ninja, having super speedy access to your favorite apps in this fashion would be handy. How do you go about it?

如果您是键盘忍者,那么以这种方式快速访问喜爱的应用程序将非常方便。 你如何去做?

答案 (The Answer)

SuperUser contributor John T offers a quick and simply way to accomplish the shortcut addition:

超级用户贡献者John T提供了一种快速简便的方法来完成快捷方式添加:

The easiest option would be to add the following location to your path variable:

最简单的选择是将以下位置添加到您的path变量中:

C:\Program Files\NetBeans X.X.X\bin
 C:\Program Files\NetBeans X.X.X\bin

replace X.X.X with your version of Netbeans.

用您的Netbeans版本替换XXX。

Alternatively you could make a shortcut to the netbeans.exe executable in the above path, and place that shortcut in a location that’s already in your path (e.g. C:\Windows\System32).

或者,您可以在上述路径中为netbeans.exe可执行文件创建快捷方式,并将该快捷方式放置在路径中已经存在的位置(例如C:\Windows\System32 )。

If you’d like a step-by-step tutorial for editing the system PATH, make sure to check out How to Edit Your System PATH for Easy Command Line Access.

如果您想了解有关编辑系统PATH的分步教程,请务必查看如何编辑系统PATH以便进行轻松的命令行访问。



Have something to add to the explanation? Sound off in the the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

有什么补充说明吗? 在评论中听起来不对。 是否想从其他精通Stack Exchange的用户那里获得更多答案? 在此处查看完整的讨论线程。

翻译自: https://www.howtogeek.com/131599/how-do-i-add-text-shortcuts-to-the-windows-run-dialog-box/

windows运行对话框

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

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

相关文章

前后台分离--概念相关

js 包管理器:  1、npm  2、bower 包管理器的作用:(之前满世界找代码,现在统一地址了。类似于360软件管家,maven仓库。)  1、复用别人已经写好的代码。  2、管理包之间的依赖关系。 JS :语言&#…

Zabbix 3.0 安装

Zabbix 3.0 For CentOS6安装 1 概述2 安装MySQL3 安装WEB4 安装Zabbix-Server5配置WEB1概述 对于3.0,官方只提供CentOS7的RPM包,Ubuntu的DEB包,对于CentOS6,默认不提供RPM包,为了照顾到使用CentOS6的兄弟们&#xff0c…

[Hadoop in China 2011] 中兴:NoSQL应用现状及电信业务实践

http://tech.it168.com/a2011/1203/1283/000001283154.shtml 在今天下午进行的NoSQL系统及应用分论坛中,中兴云计算平台研发总工、中兴通讯技术专家委员会专家高洪发表主题演讲“NoSQL技术的电信业务实践”,介绍了NoSQL的发展现状及其在电信业务中的应用…

qmediaplayer获取流类型_Java 流API

流相关的接口和类在java.util.stream包中。AutoCloseable接口来自java.lang包。所有流接口从继承自AutoCloseable接口的BaseStream接口继承。AutoCloseable|--BaseStream|--IntStream|--LongStream|--DoubleStream|--Stream如果流使用集合作为其数据源,并且集合不需…

田刚:庞加莱猜想与几何

(作者 田刚) 时间:2015年11月1日 地点:北京大学北京国际数学研究中心 主题:未来论坛“理解未来”讲座北大专场:庞加莱猜想与几何 田刚: 非常高兴能够有这个机会来参加未来论坛讲演。我今天要讲的…

进化:从孤胆极客到高效团队_极客学校:学习Windows 7 –远程管理

进化:从孤胆极客到高效团队In this installation of Geek School, we look at how we can administer our machines remotely using Remote Assistance, Remote Desktop, Windows Remote Management also known as WinRM, and PowerShell. 在此Geek School安装中,我…

新秀翻译(两)——使用Java通用配置模板方法模式

假设你发现你已经非常重码,你可能会考虑使用模板的方法来消除easy重复错误代码。下面是一个示例:以下两类,他完成了几乎相同的功能: 实例化并初始化一个Reader来读取CSV文件。读取每一行并解析;把每一行的字符填充到Product或Customer对象&am…

框架基础:深入理解Java注解类型(@Annotation)

注解的概念 注解的官方定义 首先看看官方对注解的描述: An annotation is a form of metadata, that can be added to Java source code. Classes, methods, variables, parameters and packages may be annotated. Annotations have no direct effect on the opera…

打印墨水调钢笔墨水_如何节省墨水并改善网站打印质量

打印墨水调钢笔墨水Printing out web pages you want a hard copy of can be a little hit and miss. Unlike other documents, it is not easy to tell exactly how many pieces of paper will be needed, and whether or not there will be any awkward clipping. Add to thi…

highcharts 怎么去掉鼠标悬停效果_练瑜伽减肥没效果什么原因?

没有心的参与,瑜伽就不是瑜伽曾经有很多人问:自己想用瑜伽来减肥,但练习瑜伽这么久,为什么还是减不下来?一点效果都没有。瑜伽是什么?瑜伽只是一种单纯的运动吗?只让身体参与进去就可以了吗&…

百度地图1

百度地图BMap的类 BMap的属性是一些构造函数,主大类有:核心类、基础类、控件类、覆盖物类、右键菜单类、地图类型类、地图吐槽类、服务类、全局类 核心类Map Map:最主要的一个类,集成了其他模块的方法,是一个集成了整个地图功能的…

Java基础学习总结(23)——GUI编程

2019独角兽企业重金招聘Python工程师标准>>> 一、AWT介绍 所有的可以显示出来的图形元素都称为Component,Component代表了所有的可见的图形元素,Component里面有一种比较特殊的图形元素叫Container,Container(容器)在图形界面里面…

spring-使用配置文件完成JdbcTemplate操作数据库

一、创建spring项目项目名称:spring101302二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEA…

瓦片经纬度及行列号转换_Slippy map tilenames(瓦片和经纬度换算)

Slippy map tilenames(瓦片和经纬度换算)This article describes the file naming conventions for theSlippy Map application.Tiles are 256 256 pixel PNG filesEachzoom level is a directory, each column is a subdirectory, andeach tile in that column is a fileFilen…

在Windows 7或Vista(或Windows 8.x,Sorta)上禁用Aero

The Windows Aero Glass interface for Windows 7 or Vista requires a decent video card, you won’t be able to use it on an old clunker computer. For those worried about performance, sometimes squeezing every last drop requires disabling Aero. Windows 7或Vist…

一个简单的JDBC通用工具

支持多种数据库,统一方式产生连接,最优化、最简单方式释放资源。欢迎拍砖!import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import java.sql.*; import java.util.List; import java.util.Properties…

sfm点云代码_VisualSFM使用方法与心得

关于VisualSfM的更多内容组合多个模型(What if VisualSFM produces multiple models?):按照上述步骤进行稀疏重建后,理论上可以得到很好的模型。如果结果产生了多个模型,要想把多个模型合成成一个,点击菜单中的“SfM->More Fu…

macos mojave_使Ubuntu看起来像macOS Mojave的黑暗模式

macos mojaveIf you’re a Linux user who likes the look of the dark mode coming in macOS Mojave, you’re in luck: there’s a GTK theme just for you. 如果您是Linux用户,并且喜欢macOS Mojave中的黑暗模式外观,那么您很幸运:这里有一…

html的列表标签

列表一般应用在布局中的新闻标题列表和文章标题列表以及网页菜单等。 例如这个就是一个列表&#xff1a; 列表标签有几种&#xff0c;分别是有序列表&#xff0c;无序列表&#xff0c;定义列表。 有序列表<!DOCTYPE html> <html lang"en"> <head>&…

撬锁锤怎么用_安全锤是啥?消防蜀黍教你怎么选?如何快速破拆逃生?

逃生锤又叫安全锤&#xff0c;生活中很多地方都可以看到&#xff0c;公交车、地铁窗边都少不了它们的身影它的款式也是五花八门&#xff0c;那么问题来了当遇到突发状况被困车内时&#xff0c;哪种破窗工具最有效&#xff1f;又该如何快速逃生自救&#xff1f;近日&#xff0c;…