PowerShell を Administrator 権限で起動して以下のコマンドを実行
Install-Module BurntToast Set-ExecutionPolicy RemoteSigned Import-Module BurntTost
WSL から
powershell.exe -command BurntToastNotification -Text "Test"
PowerShell を Administrator 権限で起動して以下のコマンドを実行
Install-Module BurntToast Set-ExecutionPolicy RemoteSigned Import-Module BurntTost
WSL から
powershell.exe -command BurntToastNotification -Text "Test"