admin管理员组文章数量:1432051
在禁用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会导致系统的安全性降低,因此请注意。
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 from the Control Panel if you choose.
如果选择,还可以从“控制面板”启用或禁用此功能。
翻译自: https://www.howtogeek/howto/windows-vista/enable-or-disable-uac-from-the-windows-vista-command-line/
在禁用uac
版权声明:本文标题:在禁用uac_从Windows命令行启用或禁用UAC 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1742237595a2438363.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论