返回列表 回復 發帖
Start Menu.. Run.. 輸入 Regedit

尋找下面的主機碼, 建立一個新的 DWORD 值, 或者修改名為 "NoFolderOptions" 的現有值, 設定它的值等於 "1" 隱藏選項, 或者設定為 "0" 顯示選項。

要使更改生效, 登出或者重新啟動 Windows 。

使用者帳戶主機碼 :
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
系統帳戶主機碼 :
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer

名稱 : NoFolderOptions
類型 : REG_DWORD ( DWORD 值 )
值 : ( 0 = 顯示選項, 1 = 隱藏選項 )
返回列表