用户帐户控制设置_创建快捷方式以避免用户帐户控制弹出式快捷方式

用户帐户控制设置

用户帐户控制设置

There are numerous applications which, when launched, result in a UAC (User Account Control) warning being displayed. There are reasons why this security measure is a good idea, but it can also be extremely irritating. ElevatedShortcut lets you create shortcuts that bypass the warning.

有许多应用程序在启动时会导致显示UAC(用户帐户控制)警告。 出于某种原因,此安全措施是一个好主意,但它也可能非常恼人。 ElevatedShortcut使您可以创建绕过警告的快捷方式。

In the past we have looked at how you can manually create shortcuts to avoid UAC prompts, and create shortcuts that allow applications to be run as administrator.

过去,我们研究了如何手动创建避免UAC提示的快捷方式,以及创建允许应用程序以管理员身份运行的快捷方式。

We have also looked at how you can go about completely disabling User Account Control in Windows 8. ElevatedShortcut provides a way to quickly create the shortcuts you need to launch trusted applications without being pestered.

我们还研究了如何在Windows 8中完全禁用用户帐户控制。 ElevatedShortcut提供了一种快速创建启动受信任的应用程序所需的快捷方式的方式,而不会受到影响。

This free app can be used with both Windows 7 and 8, and can be downloaded from WinAero. As it is a portable app, it does not need to be installed.

这个免费的应用程序可以在Windows 7和Windows 8上使用,也可以从WinAero下载。 由于它是便携式应用程序,因此无需安装。

After extracting the zip file you have downloaded, open the folder that corresponds to the version of Windows you’re using and double click ElevatedShortcut.exe.

解压缩下载的zip文件后,打开与您使用的Windows版本相对应的文件夹,然后双击ElevatedShortcut.exe。

Click ‘New shortcut’ and then either click the ellipsis button before navigating to the program you want to launch sans UAC, or type the path and name of the executable.

单击“新建快捷方式”,然后在导航到要启动无UAC的程序之前单击省略号按钮,或键入可执行文件的路径和名称。

If you need to run an application with particular parameters, these can be added in the ‘Command line’ field. Choose where the shortcut should be created and then click OK.

如果您需要使用特定参数运行应用程序,则可以在“命令行”字段中添加这些参数。 选择应该在哪里创建快捷方式,然后单击“确定”。

Click OK when the shortcut has been created and compare its appearance to that of a regular shortcut to the same executable.

创建快捷方式后,请单击“确定”,然后将其外观与同一可执行文件的常规快捷方式的外观进行比较。

If you have a series of regular shortcuts you would like to convert so they no longer generate a UAC warning, you can do so by clicking ‘Modify shortcut’ in ElevatedShortcut. Select a standard .lnk file and it will be converted for you.

如果您要转换一系列常规的快捷方式,以便它们不再生成UAC警告,则可以通过单击ElevatedShortcut中的“修改快捷方式”来实现。 选择一个标准的.lnk文件,它将为您转换。

The tool also includes a way to quickly delete any shortcuts you have created – great if you decide they pose a security risk if other people are using your computer. Click ‘Remove shortcut’ at the main screen and you can delete one or several shortcuts as necessary.

该工具还提供了一种快速删除您创建的快捷方式的方法-如果您确定如果其他人正在使用您的计算机,它们会带来安全风险,则非常有用。 单击主屏幕上的“删除快捷方式”,您可以根据需要删除一个或多个快捷方式。

Another way to create an elevated shortcut from an existing shortcut is to enable ElevatedShortcut’s context menu entry. Click the Setting link at the bottom of the program window and then tick ‘Add to the Explorer context menu’ before clicking OK. If you want to prevent the menu item from appearing all of the time, you should also tick the ‘Show only with SHIFT key’ before you click OK.

从现有快捷方式创建提升的快捷方式的另一种方法是启用ElevatedShortcut的上下文菜单项。 单击程序窗口底部的“设置”链接,然后单击“添加到资源管理器上下文菜单”,然后单击“确定”。 如果要阻止菜单项始终显示,则还应在单击“确定”之前勾选“仅使用SHIFT键显示”。

With this option enabled, you can right click on an existing shortcut (or Shift and right click) and when the ElevatedShortcut option is clicked you’ll be guided through creating a new shortcut.

启用此选项后,您可以右键单击现有的快捷方式(或按住Shift并单击右键),然后单击“升高的快捷方式”选项,系统将指导您创建新的快捷方式。

翻译自: https://www.howtogeek.com/140737/create-a-shortcut-to-avoid-user-account-control-popups-the-easy-way/

用户帐户控制设置

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

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

相关文章

Java Observer Pattern(观察者模式)

当对象间存在一对多关系时,则使用观察者模式(Observer Pattern)。比如,当一个对象被修改时,则会自动通知它的依赖对象。观察者模式属于行为型模式。 关键代码:在抽象类里有一个 ArrayList 存放观察者们。 优…

rest_framework01:前后端分离\规范\简单例子(查询某本书)

web 开发模式 RESTful规范 1 数据的安全保障 url链接一般都采用https协议进行传输 注:采用https协议,可以提高数据交互过程中的安全性 2 接口特征表现 用api关键字标识接口url: https://api.baidu.comhttps://www.baidu.com/api注&#xff…

.NET Core如何通过SSL访问MongoDB?

【.NET Core】| 总结/Edison Zhou大家好,我是Edison。最近有一个ASP.NET Core通过SSL证书访问MongoDB的需求,但是在网上发现资料很少,于是调查了一番,做了如下的笔记,希望对你有用。背景在实际场景中,开发环…

SQA

一、长大一条龙SQA计划 SQA计划需要包含软件工程质量保证、质量控制、数据收集和统计报告这四方面内容,计划以时间为线索,小组内成员为对象,以下为我组的工作计划: 时间 任务 需完成的情况 2017年10月 用户登录注册后台实现 …

在pom.xml中配置nexus上传地址

2019独角兽企业重金招聘Python工程师标准>>> <distributionManagement> <repository> <id>thirdparty</id> <url>http://&#xff5b;nexusIP地址&#xff5d;:8081/nexus/content/repositories/thi…

网页背景平铺_在大约十秒钟内为网页创建无缝平铺背景

网页背景平铺Creating a background image for your webpage (or desktop background) isn’t challenging at all. In fact, even a newbie Photoshop user can bash one out in about ten seconds. Here’s the simplest of simple methods with surprising, great results. …

9月11日学习内容整理:正则表达式,re模块

一、正则表达式&#xff1a;正则是很大的一个知识点&#xff0c;不会仅仅是下面这些东西 1、概念&#xff1a;正则表达式就是一种对字符串匹配的规则&#xff0c;注意是只对字符串&#xff0c;正则表达式和python没啥关系&#xff0c; 2、表达式&#xff1a; &#xff08;1&…

rest_framework02:修改数据/校验钩子/read_only和write_only

修改数据 1.传入数据&#xff0c;选中data&#xff0c;以及修改data book_ser BookSerializer(instancebook, datarequest.data) 2.校验&#xff0c;通过则保存。 if book_ser.is_valid(): # 返回True 表示验证通过book_ser.save() # 不是book.save() rest_framework…

MongoDB的安装与使用

MongoDB是一款NoSql数据库。NoSql数据库叫非关系型数据库&#xff0c;NoSql的全名Not only sql。是为了解决高并发、高可用、高可扩展&#xff0c;以及大数据存储等一系列问题而产生的数据库解决方案。NoSql&#xff0c;它不能替代关系型数据库&#xff0c;只能作为关系型数据库…

linux 基准测试_如何对Linux系统进行基准测试:3个开源基准测试工具

linux 基准测试Linux’s command-line utilities can do anything, including perform benchmarks – but using a dedicated benchmarking program is a simpler and more foolproof process. These utilities allow you to perform reproducible tests across different syst…

.NET 7 新增的 IParsable 接口介绍

.NET 7 是一个新版本的 .NET&#xff0c;它新增了一个名为 IParsable 的接口。这个接口可以帮助开发人员更容易地在代码中解析字符串。IParsable 接口包含两个方法&#xff1a;Parse 和 TryParse。Parse 方法用于将一个字符串解析为指定类型的值。如果解析失败&#xff0c;则会…

CentOS 7安装nginx+php+mysql环境

0x01 安装php 1、首先得安装第三方软件库 yum install epel-release 复制代码2、安装依赖包 yum install gcc gcc-c glibc libmcrypt-devel mhash-devel libxslt-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-de…

spring+springMvc+struts的SSH框架整合

1.建立一个web项目 2.导入SSH框架所需jar包 3.配置web.xml文件 <?xml version"1.0" encoding"UTF-8"?> <web-app xmlns:xsi"http://www.w3.org/2001/XMLSchema-instance" xmlns"http://java.sun.com/xml/ns/javaee" xsi:sc…

听说这个语言认知服务又出新功能了?

点击上方蓝字关注我们&#xff08;本文阅读时间&#xff1a;7分钟)语言是人类智能发展的基石。鉴于语言拥有普遍性&#xff0c;几乎没有特定的技术或 AI 技术得以颠覆整个社会。微软的使命是赋能地球上的每个人和每个组织&#xff0c;帮助他们取得更多成就。立足于该使命&#…

强大的XML

2018-04-23 20:29:26 XML&#xff1a;Extensible Markup Language&#xff0c;也就是可扩展标记语言。XML和HTML格式是古老的标记通用语言SGML的衍生语言。 XML文件是可以用来作为配置文件的&#xff0c;相比于其他配置文件的规范&#xff0c;XML的好处在于通过自定义的标记&am…

rest_framework03:查询所有/新增数据/删除一个数据/封装Response/序列化与反序列化

查询所有 1.创建新clase和url&#xff0c;避免与查询一个功能逻辑混乱。 2.增加manyTrue&#xff0c; book_serBookSerializer(books,manyTrue) urls.py: path(books/,views.BooksView.as_view()) views.py class BooksView(APIView):def get(self,request):response_msg …

如何对DevOps数据库进行源代码控制

提纲&#xff1a; 包括索引在内的数据库模式需要进行源代码控制诸如查询表这类用于控制业务逻辑的数据需要进行源代码控制开发人员需要一种能够便捷地创建本地数据库的方法共享数据库的更新只能通过构建服务器完成 健壮的DevOps环境需要对系统的每个组件进行持续集成。但是&…

自定义异常最佳实践_播放,自定义和组织媒体的最佳文章

自定义异常最佳实践Computers today are used for much more than generating documents, writing and receiving email, and surfing the web. We also use them to listen to music, watch movies and TV shows, and to transfer media to and from mobile devices. 如今&…

CSS中的路径裁剪样式clip-path

前面的话 CSS借鉴了SVG裁剪的概念&#xff0c;设置了clip-path样式&#xff0c;本文将详细介绍路径裁剪clip-path 概述 clip-path属性可以防止部分元素通过定义的剪切区域来显示&#xff0c;仅通过显示的特殊区域。剪切区域是被URL定义的路径代替行内或者外部svg&#xff0c;或…

socket编程学习笔记

socket编程&#xff1a; 1、网络基础知识 两台计算机通过网络进行通信&#xff0c;首先两台计算机要有唯一的标识&#xff0c;即唯一的IP地址。其次他们要有共同的语言用来交流即协议。再者&#xff0c;每套主机要有相应的端口号。  TCP/IP协议&#xff1a;   --TCP/IP协议是…