Hello,
Welcome to Microsoft Q&A!
You can refer to the official introduction here.
-https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-settings-app#how-to-launch-the-settings-app
-https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-settings-app#update-and-security
//**c++ example**
bool result = co_await Windows::System::Launcher::LaunchUriAsync(Windows::Foundation::Uri(L"ms-settings:windowsupdate-options"));
----------
//**batch script**
@echo off
title batch script
start ms-settings:windowsupdate-options
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.