本地策略提示不能確定應(yīng)用到此機(jī)器的組策略安全性設(shè)置的解決方法
錯誤提示信息:
不能確定應(yīng)用到此機(jī)器的組策略安全性設(shè)置。在嘗試從本地安全策略數(shù)據(jù)庫(%windir%
\security\database\secedit.sdb)中檢索這些設(shè)置時返回的錯誤為: 參數(shù)不正確。所
有本地安全性設(shè)置都將被顯示,但是不會指出一個給定的安全性設(shè)置是否由組策略定義
。所有由此用戶界面改動的本地安全性設(shè)置都可能隨后被域級的策略替代。
解決方案:
1.切換到命令提示符狀態(tài)。(聽不懂?也就是開始-運(yùn)行-輸入cmd.exe{有些人要問為什么要多一個.exe呢?這個純屬個人習(xí)慣,都是當(dāng)年熊貓害的})
2.執(zhí)行 esentutl /k %windir%\Security\Database\Secedit.sdb
和
esentutl /g %windir%\Security\Database\Secedit.sdb
對secedit.sdb進(jìn)行檢查。
3.手工備份要修復(fù)的數(shù)據(jù)庫文件。
4.執(zhí)行
esentutl /p %windir%\Security\Database\Secedit.sdb 進(jìn)行修復(fù),系統(tǒng)會彈出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,開始修復(fù)。
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
相關(guān)文章
win7下IIS7站點(diǎn)頁面無法正常顯示的解決方法
在打開一個ASP網(wǎng)站的時候,IIS可以運(yùn)行,但是頁面圖片和FLASH卻全部無法顯示出來,系統(tǒng)自帶的是IIS7.5,下面有個不錯的解決方法,大家可以嘗試操作下2014-05-05Linux系統(tǒng) 第2節(jié) 虛擬機(jī)中安裝Kali系統(tǒng)
在課程的第一階段開始時,主要介紹了Windows相關(guān)版本在虛擬機(jī)中的安裝和配置。此處作為相關(guān)配置的補(bǔ)充。在虛擬機(jī)中安裝kali,將為本階段進(jìn)一步了解網(wǎng)絡(luò)安全的攻防手段與原理,提供有效的自帶工具2022-12-12Win2003中apache2整合tomcat5和IIS6的方法
為了能在已經(jīng)存在IIS6的服務(wù)器上運(yùn)行自己的java程序,經(jīng)過歷時半年的嘗試,今天終于搞定了,好開心啊。2010-12-12IIS進(jìn)程回收導(dǎo)致定時器失效的解決方法(CMD命令)
這篇文章主要介紹了IIS進(jìn)程回收導(dǎo)致定時器失效的解決方法(CMD命令),本文使用BAT腳本和任務(wù)計(jì)劃定時執(zhí)行腳本解決了這個問題,需要的朋友可以參考下2015-06-06Windows下安裝php7提示VCRUNTIME140.DLL
windows服務(wù)器安裝php環(huán)境推薦使用護(hù)衛(wèi)神·PHP套件。筆者目前遇到一臺舊的windows服務(wù)器已經(jīng)安裝使用php5.2,想安裝php7.1,為了不影響php5.2的正常使用,選擇手動安裝php7.1。記錄遇到的一些問題,包括提示丟失VCRUNTIME140.DLL。2023-06-06IIS7.5使用web.config設(shè)置偽靜態(tài)的二種方法
IIS7.5使用web.config設(shè)置偽靜態(tài)方法2013-11-11