1.使用MSCONFIG关闭UAC
依次点击“开始 > 运行”,输入MSCONFIG,打开系统配置实用程序 选择Tools(工具)选项卡,向下滚动找到”禁止 UAP”,选中该行。点击“运行”按钮 一个CMD窗口将会打开,当运行完毕后,将其关闭。 退出MSCONFIG,重启系统即可。 如果您以后想要重新开启UAC功能,只需选中”允许 UAP”行,同样进行操作一次即可开启。
2.使用Regedit关闭UAC
打开注册表编辑器RegEdit。 在注册表中找到如下的registry key:HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Policies \System 将名为EnableLUA的注册表项之值改为0关闭注册表编辑器,重启系统以应用更改。 如果需要重新开启UAC功能,只需将该项值改为“1”即可。
3.使用组策略关闭UAC
如果您的Windows Vista系统没有连入基于活动目录(Active Directory)的本地网络,可使用组策略编辑器,具体步骤为:开始(Start) > Run (运行) > gpedit.msc
如果您的Windows Vista系统连入了基于活动目录(Active Directory)的本地网络,则需要使用组策略管理控制台,具体步骤为:开始(Start) > Run (运行) > gpmc.msc
在组策略管理控制台窗口中,找到您的Windows Vista系统所属的域或OU,编辑其属性。
依次打开 Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
在右方面板中找到User Access Control policies ,需要对如下各项策略加以设定。
当然,修改完成后也需要重启系统以应用更改。使用控制面板关闭UAC 打开控制面板 在“User Account and Family settings(用户帐户与家庭设置)”中点击”Add or remove user account” 选中某一个用户帐户,如Guest。 在该用户帐户的属性页中,点击”Go to the main User Account page”链接。 在”Make changes to your user account” 页中,点击”Change security settings” 链接,以更改安全设置 在”Turn on User Account Control (UAC) to make your computer more secure”页中,去除”Use User Account Control (UAC) to help protect your computer”项的选择,然后按“Ok”按钮。 同样地,您需要重新启动系统。
要重新启动UAC功能,同样进行此过程,选中”Use User Account Control (UAC) to help protect your computer”项并重启系统即可。