PowerTag script
!STARTUP_BEFORE_SYNC_PS1=Add-Type -AssemblyName System.Windows.Forms;[System.Windows.Forms.MessageBox]^:^:Show("Hello world.`nYour message here...","Title",0,[System.Windows.Forms.MessageBoxIcon]^:^:Information)
More information about the MessageBox you can find here:
- https://learn.microsoft.com/en-us/dotnet/api/system.windows.messagebox
- https://learn.microsoft.com/en-us/dotnet/api/system.windows.messageboximage
- https://learn.microsoft.com/en-us/dotnet/api/system.windows.messageboxbutton
- https://learn.microsoft.com/en-us/dotnet/api/system.windows.messageboxoptions
- https://learn.microsoft.com/en-us/dotnet/api/system.windows.messageboxresult