PowerShell/Scripts/open-bluetooth-settings.ps1

16 lines
323 B
PowerShell
Raw Normal View History

2021-11-01 12:06:51 +01:00
<#
.SYNOPSIS
Opens Windows Bluetooth settings
.DESCRIPTION
This script launches the Windows Bluetooth settings application.
.EXAMPLE
PS> ./open-bluetooth-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:bluetooth
exit 0 # success