|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
不同版本的Linux命令数量不一样,这里笔者把它们中比较重要的和使用频率最多的命令。
毛病提醒信息:
不克不及断定使用到此呆板的组战略平安性设置。在实验从当地平安战略数据库(%windir%
securitydatabasesecedit.sdb)中检索这些设置时前往的毛病为:参数不准确。所
有当地平安性设置都将被显现,可是不会指出一个给定的平安性设置是不是由组战略界说
。一切由此用户界面修改的当地平安性设置都大概随后被域级的战略替换。
办理计划:
1.切换到命令提醒符形态。(听不懂?也就是入手下手-运转-输出cmd.exe{有些人要问为何要多一个.exe呢?这个纯属团体习气,都是昔时熊猫害的})
2.实行esentutl/k%windir%SecurityDatabaseSecedit.sdb
和
esentutl/g%windir%SecurityDatabaseSecedit.sdb
对secedit.sdb举行反省。
3.手工备份要修复的数据库文件。
4.实行
esentutl/p%windir%SecurityDatabaseSecedit.sdb举行修复,体系会弹出Warning提醒框:
"YoushouldonlyrunRepairondamagedorcorrupteddatabases.Repairwillnotapplyinformationinthetransactionlogfilestothedatabase,andmaycauseinformationtobelost.Doyouwishtoproceed?"
单击OK,入手下手修复。
Microsoft(R)Windows(TM)DatabaseUtilities
Version5.1
Copyright(C)MicrosoftCorporation.AllRightsReserved.
InitiatingREPAIRmode...
Database:C:WINDOWSsecuritydatabasesecedit.sdb
Temp.Database:TEMPREPAIR2984.EDB
Checkingdatabaseintegrity.
Thedatabaseisnotup-to-date.Thisoperationmayfindthat
thisdatabaseiscorruptbecausedatafromthelogfileshas
yettobeplacedinthedatabase.
Toensurethedatabaseisup-to-datepleaseusetheRecoveryoperation.
ScanningStatus(%complete)
0102030405060708090100
|----|----|----|----|----|----|----|----|----|----|
...................................................
Integritychecksuccessful.
Note:
Itisrecommendedthatyouimmediatelyperformafullbackup
ofthisdatabase.Ifyourestoreabackupmadebeforethe
repair,thedatabasewillberolledbacktothestate
itwasinatthetimeofthatbackup.
Operationcompletedsuccessfullyin15.765seconds
每一个开发团队都对他的发行版做过测试后放出的.那些国际知名的大品牌更是如此。 |
|