WSL から "通知" を出す方法

PowerShell を Administrator 権限で起動して以下のコマンドを実行

Install-Module BurntToast
Set-ExecutionPolicy RemoteSigned
Import-Module BurntTost

WSL から

powershell.exe -command BurntToastNotification -Text "Test"