PowerShell | マウスのプロパティを開くコマンド「control mouse」

PowerShell コントロールパネル,PowerShell

PowerShell | マウスのプロパティを開くコマンド「control mouse」

Windows PowerShellでコントロールパネルのマウスのプロパティ(マウスの標準設定)を開くコマンド「control mouseの使い方を紹介しています。

環境

Windows10 Pro 20H2
PowerShell 7.1.3

コマンドでマウスのプロパティを開く

コマンド「control mouse」はPowerShellでコントロールパネルにある「マウスのプロパティ」を開きます。

PowerShellの起動後「control mouse」と入力して実行します。

control mouse

また、マウスのプロパティはコントロールパネルからのコマンドでも起動が可能です。

main.cpl
control.exe /name Microsoft.Mouse

実行結果は以下のキャプチャ画像の通りマウスのプロパティを起動し、「control mouse」はPowerShellでも有効なコマンドと確認しています。

PowerShellでマウスのプロパティを開く
PowerShellでマウスのプロパティを開く