如何把“Windows更新选项”添加到Win10控制面板中
发布网友
发布时间:2022-04-26 19:45
我来回答
共2个回答
热心网友
时间:2023-10-25 08:43
具体方法如下:
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更新
热心网友
时间:2023-10-25 08:44
具体方法如下: 1、首先把下面的代码完整复制到txt文本中保存; Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{36e...