博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在禁用uac_从Windows命令行启用或禁用UAC
阅读量:2511 次
发布时间:2019-05-11

本文共 1799 字,大约阅读时间需要 5 分钟。

在禁用uac

在禁用uac

If you’ve used Windows Vista for more than 3.7 minutes, you know what UAC (User Account Control) is.. it’s the obnoxious, nagging popup window that will be your life for the next 3-5 years unless you switch back to XP in frustration, or to a better OS like… OS X, Suse, Ubuntu, or even XP.

如果您使用Windows Vista的时间超过3.7分钟,您就会知道UAC(用户帐户控制)是什么。.这是令人讨厌的,令人讨厌的弹出窗口,除非您切换回XP,否则它将成为您未来3-5年的生活感到沮丧,或者使用更好的操作系统,例如OS X,Suse,Ubuntu甚至XP。

Update: This should also work on Windows 7, 8, 8.1, and probably 8.2. It’ll also work on Windows 10.

更新:在Windows 7、8、8.1和8.2上也应该可以使用。 它也将在Windows 10上运行。

Note: Disabling UAC will lead to a less secure system, so be warned.

注意:禁用UAC会导致系统的安全性降低,因此请注意。

uac3.png

Windows needs your permission to annoy the crap out of you:

Windows需要您的许可才能使您烦恼:

There’s a quick way you can enable or disable this annoying window from the command line:

您可以通过命令行快速启用或禁用此烦人的窗口:

禁用UAC (Disable UAC)

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

C:\ Windows \ System32 \ cmd.exe / k%windir%\ System32 \ reg.exe添加HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v EnableLUA / t REG_DWORD / d 0 / f

启用UAC (Enable UAC)

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

C:\ Windows \ System32 \ cmd.exe / k%windir%\ System32 \ reg.exe添加HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System / v EnableLUA / t REG_DWORD / d 1 / f

After you enable or disable UAC, you will have to reboot your computer for the changes to take effect.

启用或禁用UAC之后,必须重新启动计算机才能使更改生效。

You can also enable or disable this if you choose.

如果选择,还可以启用或禁用此功能。

翻译自:

在禁用uac

转载地址:http://fijwd.baihongyu.com/

你可能感兴趣的文章
Alpha 冲刺 (7/10)
查看>>
一款jQuery打造的具有多功能切换的幻灯片特效
查看>>
SNMP从入门到开发:进阶篇
查看>>
@ServletComponentScan ,@ComponentScan,@Configuration 解析
查看>>
unity3d 射弹基础案例代码分析
查看>>
thinksns 分页数据
查看>>
os模块
查看>>
LINQ to SQL vs. NHibernate
查看>>
基于Angular5和WebAPI的增删改查(一)
查看>>
windows 10 & Office 2016 安装
查看>>
最短路径(SP)问题相关算法与模板
查看>>
js算法之最常用的排序
查看>>
Python——交互式图形编程
查看>>
经典排序——希尔排序
查看>>
团队编程项目作业2-团队编程项目代码设计规范
查看>>
英特尔公司将停止910GL、915GL和915PL芯片组的生产
查看>>
团队编程项目作业2-团队编程项目开发环境搭建过程
查看>>
Stax解析XML示例代码
查看>>
cookie
查看>>
二级图片导航菜单
查看>>