本地策略提示不能确定应用到此机器的组策略安全性设置的解决方法

最近进入客户的服务器本地安全策略,进入哪个选项都会提示不能确定应用到此机器的组策略安全性设置。在尝试从本地安全策略数据库(%windir%\security\database\secedit.sdb)中检索这些设置时返回的错误为: 参数不正确。

错误提示信息:
不能确定应用到此机器的组策略安全性设置。在尝试从本地安全策略数据库(%windir%
\security\database\secedit.sdb)中检索这些设置时返回的错误为: 参数不正确。所
有本地安全性设置都将被显示,但是不会指出一个给定的安全性设置是否由组策略定义
。所有由此用户界面改动的本地安全性设置都可能随后被域级的策略替代。

解决方案:
1.切换到命令提示符状态。(听不懂?也就是开始-运行-输入cmd.exe{有些人要问为什么要多一个.exe呢?这个纯属个人习惯,都是当年熊猫害的})
2.执行  esentutl /k %windir%\Security\Database\Secedit.sdb

          esentutl /g %windir%\Security\Database\Secedit.sdb
对secedit.sdb进行检查。
3.手工备份要修复的数据库文件。
4.执行
esentutl /p %windir%\Security\Database\Secedit.sdb   进行修复,系统会弹出Warning提示框:
"You should only run Repair on damaged or corrupted databases.Repair will not apply information in the transaction log files to the database,and may cause information to be lost.Do you wish to proceed?"
单击OK,开始修复。
Microsoft(R) Windows(TM) Database Utilities
Version 5.1
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating REPAIR mode...
         Database: C:\WINDOWS\security\database\secedit.sdb
   Temp. Database: TEMPREPAIR2984.EDB
Checking database integrity.
The database is not up-to-date. This operation may find that
this database is corrupt because data from the log files has
yet to be placed in the database.
To ensure the database is up-to-date please use the 'Recovery' operation.
                     Scanning Status (% complete)
           0     10   20   30   40   50   60   70   80   90   100
           |----|----|----|----|----|----|----|----|----|----|
           ...................................................
Integrity check successful.
Note:
   It is recommended that you immediately perform a full backup
   of this database. If you restore a backup made before the
   repair, the database will be rolled back to the state
   it was in at the time of that backup.
Operation completed successfully in 15.765 seconds

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Apache Server是一个非常优秀,非常棒的服务器,只要你正确配置和维护好Apache服务器,你就会感受到Apache Server 所带来的好处,同样希望你能够通过阅读本文达到理论和实践双丰收的目的。
Windows Server 2003 的推出真给我们带来了全新的感受,在设计上更人性化,更体贴。但也给我们个人用户的习惯带来的冲击。每次关闭系统的时候,WIN2003的事件跟踪程序总在问我们为什么关机器,说实话,每次都问真烦
今天在帮客户配置2003的时候,进入组策略提示Windows无法读取模板信息,原来是因为安装设置过程中删除了guest账号,下面脚本之家小编为大家分享下解决方法吧
这篇文章主要介绍了win2008 R2 WEB 服务器安全设置指南之组策略与用户设置,需要的朋友可以参考下