PowerShell/Scripts/open-update-settings.ps1
2021-11-01 12:06:51 +01:00

16 lines
306 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens Windows Update settings
.DESCRIPTION
This script launches the Windows Update settings.
.EXAMPLE
PS> ./open-update-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:windowsupdate
exit 0 # success