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

16 lines
315 B
PowerShell
Executable File

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