Win7/Win8.1系統中,可以從控制面板中打開Windows更新。Win10系統的控制面板中已經沒有Windows更新選項了,甚至連控制面板都有可能會被取消。不過還是有辦法把Windows更新添加到控制面板裡的。
具體方法如下:
1、首先把下面的代碼完整復制到txt文本中保存;
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}]
“System.Software.TasksFileUrl”=“Internal”
“System.ApplicationName”=“Microsoft.WindowsUpdate”
“System.ControlPanel.Category”=“5”
@=“@%SystemRoot%\\system32\\shell32.dll,-22068”
“InfoTip”=“@%SystemRoot%\\system32\\shell32.dll,-22580”
[HKEY_CLASSES_ROOT\CLSID\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}\DefaultIcon]
@=“shell32.dll,-47”
[HKEY_CLASSES_ROOT\CLSID\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}\Shell\Open\Command]
@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,2e,00,65,00,78,00,65,00,20,\
00,2f,00,6e,00,61,00,6d,00,65,00,20,00,4d,00,69,00,63,00,72,00,6f,00,73,00,\
6f,00,66,00,74,00,2e,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,55,00,70,\
00,64,00,61,00,74,00,65,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{36eef7db-88ad-4e81-ad49-0e313f0c35f8}]
@=“Windows Update”
2、把新建的txt文本的後綴名改為reg後雙擊運行;
3、之後會依次彈出兩個窗口,均選擇“是”;
4、此時重新打開控制面板,你就會在“系統和安全”分類中看到“Windows更新”選項,如下圖所示:
5、點擊後會打開設置中的Windows更新:
以上就是如何把Windows更新選項添加到Win10控制面板中的全部內容了,打開Windows更新後在其界面上顯示的路徑依舊為設置-更新和安全-Windows更新,不過這個時候你已經可以從控制面板中打開Windows更新選項了。