天天看點

處理變态諾頓

處理變态諾頓

文章作者:通宵王子

檢視諾頓服務的路徑

sc qc ccSetMgr

然後設定權限拒絕通路。做絕一點。。

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d system

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d "CREATOR OWNER"

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d administrators

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d everyone

然後再重新開機伺服器

iisreset /reboot

這樣就搞定了。。不過完事後。記得恢複權限。。。。

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /G system:F

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /G "CREATOR OWNER":F

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /G administrators:F

cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /G everyone:F

本文轉sinojelly51CTO部落格,原文連結:http://blog.51cto.com/pnig0s1992/390284,如需轉載請自行聯系原作者

繼續閱讀