用戶帳戶控制設置_創建快捷方式以避免用戶帳戶控制彈出式快捷方式

用戶帳戶控制設置

用戶帳戶控制設置

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.pswp.cn/news/280462.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280462.shtml
英文地址,請注明出處:http://en.pswp.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協議是…