mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PTRun][Settings plugin]Fix search for updates in windows 11 (#28735)
This commit is contained in:
@@ -1240,7 +1240,15 @@
|
|||||||
"Name": "WindowsUpdateCheckForUpdates",
|
"Name": "WindowsUpdateCheckForUpdates",
|
||||||
"Areas": [ "AreaUpdateAndSecurity" ],
|
"Areas": [ "AreaUpdateAndSecurity" ],
|
||||||
"Type": "AppSettingsApp",
|
"Type": "AppSettingsApp",
|
||||||
"Command": "ms-settings:windowsupdate-action"
|
"Command": "ms-settings:windowsupdate-action",
|
||||||
|
"DeprecatedInBuild": 22000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "WindowsUpdateCheckForUpdates",
|
||||||
|
"Areas": [ "AreaUpdateAndSecurity" ],
|
||||||
|
"Type": "AppSettingsApp",
|
||||||
|
"Command": "ms-settings:windowsupdate",
|
||||||
|
"IntroducedInBuild": 22000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "WindowsUpdateAdvancedOptions",
|
"Name": "WindowsUpdateAdvancedOptions",
|
||||||
|
|||||||
Reference in New Issue
Block a user