首页 > 代码库 > Windows Server 2008 优化经验

Windows Server 2008 优化经验

1.禁用IPV6

netsh interface teredo set state disabled netsh interface 6to4 set state disabled netsh interface isatap set state disabled

 2.禁用事件跟踪程序

  1. 单击“开始”,然后单击“运行”。
  2. 键入 gpedit.msc,然后单击“确定”。
  3. 依次展开“计算机配置”、“管理模板”和“系统”。
  4. 双击“显示‘关闭事件跟踪程序’”。
  5. 单击“已禁用”,然后单击“确定”。

3.无须按Ctrl+Alt+Del

  1. 单击“开始”,然后单击“运行”。
  2. 键入 gpedit.msc,然后单击“确定”。
  3. 依次展开“计算机配置”、“Windows设置”和“安全设置”和安全选项。
  4. 双击“交互式登录:无须Ctrl+Alt+Del’”。
  5. 单击“已禁用”,然后单击“确定”。

4.Windows自动登录

  control userpasswords2 

Windows Server 2008 优化经验