mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[PTRun][Settings plugin]Fix search for updates in windows 11 (#28735)
This commit is contained in:
@@ -1240,7 +1240,15 @@
|
||||
"Name": "WindowsUpdateCheckForUpdates",
|
||||
"Areas": [ "AreaUpdateAndSecurity" ],
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user