WSLからWindowsに通知 - uochan

PowerShell スクリプト https://imihito.hatenablog.jp/entry/2018/08/22/224256 code:notify.ps1 param( string$Prompt = 'メッセージ', string$Title = '通知', $CallBack = '' ) Add-Type -AssemblyName System.Windows.Forms