解決Windows無法訪問默認共享問題

公司多臺Win2008服務器,需要共享備份。已經在一臺上加入了憑證,但是共享的時候依然要求輸入密碼。測試了一下,輸入密碼也無法進入,應該是對端策略的問題。網上查了下,發現加這條註冊表就可以解決。

PS:其實對於企業來說,開啓共享,尤其是默認共享,在安全上還是有很大的不安全因素的。


註冊表名稱:

enable_administrative_shares.reg

註冊表正文:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001

----------------------------------------------------------------------------------------------------------------------------------------------

如果想手動加,可以參考下面操作。

Follow these steps to manually edit the registry:

        1. Click Start, type regedit in the Start Search box, and then click regedit.exe in the Programs list.
        2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system

        3. On the Edit menu, point to New, and then click DWORD Value.
        4. Type LocalAccountTokenFilterPolicy for the name of the DWORD, and then press ENTER.
        5. Right-click LocalAccountTokenFilterPolicy, and then click Modify.
        6. In the Value data box, type 1, and then click OK.
        7. Exit Registry Editor.


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章