zoukankan      html  css  js  c++  java
  • Disable UAC in Windows Server 2008

    This article will cover the basics of User Account Control (UAC), which is a new feature in Windows Server 2008 to further control the security of your server.

    If you are new to Windows Server 2008, then you are probably wondering why you are getting "Permission Denied " errors when attempting to even open your C drive folder.

    To help prevent malicious software from silently installing and causing computer-wide infection, Microsoft developed a feature called User Account Control .

    To get around these errors, you can simply disable the "User Account Control: Run all administrators in Admin Approval Mode " security option.

    To disable this feature, follow these steps, or simply let us know and we will take care of it for you:

    Turning off UAC

    Use the following procedure to disable UAC entirely.

    To perform the following procedure, you must be able to log on with or provide the credentials of a member of the local Administrators group.

    Important:

    Turning off UAC reduces the security of your computer and may expose you to increased risk from malicious software. Microsoft does not recommend leaving UAC disabled.

    To turn off UAC

     

    Click Start , and then click Control Panel .

     

    In Control Panel , click User Accounts .

     

    In the User Accounts window, click User Accounts .

     

    In the User Accounts tasks window, click Turn User Account Control on or off .

     

    If UAC is currently configured in Admin Approval Mode, the User Account Control message appears. Click Continue .

     

    Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK .

     

    Click Restart Now to apply the change right away, or click Restart Later and close the User Accounts tasks window.

    Disable Admin Approval Mode

    Use the following procedure to disable Admin Approval Mode.

    To disable Admin Approval Mode

     

    Click Start , click All Programs , click Accessories , click Run , type secpol.msc in the Open box, and then click OK .

     

    If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue ..

     

    From the Local Security Settings console tree, double-click Local Policies , and then double-click Security Options .

     

    Scroll down and double-click User Account Control: Run all administrators in Admin Approval Mode .

     

    Select the Disabled option, and then click OK .

     

    Close the Local Security Settings window.

    作者:Angelo Lee
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
  • 相关阅读:
    浅谈Java中的hashcode方法
    framework
    js 去掉字符串最后一个逗号:笑死我了
    .net MVC4.0项目发布到阿里云虚拟主机中遇到的问题。
    Bootstrap学习第二天轮播插件
    Bootstrap学习第一天
    图灵机器人api的使用方法含微信版本和网页版
    sql.表值类型
    asp.net中的日志添加和未处理异常的记录
    C# 结构类型与类的区别
  • 原文地址:https://www.cnblogs.com/yefengmeander/p/2887732.html
Copyright © 2011-2022 走看看