Add PowerShell cmdlets and update project structure

This commit is contained in:
GraceSolutions
2025-04-10 21:13:24 -04:00
parent e5a7f10ade
commit 7cd5962115
56 changed files with 2356 additions and 3914 deletions
+10
View File
@@ -0,0 +1,10 @@
# Examples
This directory contains example scripts demonstrating how to use the Windows Notifications system.
## Examples
- `SimpleNotification.ps1` - Shows a simple notification
- `NotificationWithButtons.ps1` - Shows a notification with buttons
- `CountdownNotification.ps1` - Shows a notification with a countdown timer
- `SystemContextNotification.ps1` - Shows a notification from SYSTEM context