[GH-ISSUE #390] [New Feature require] Tutorial update. #300

Closed
opened 2026-05-07 00:22:48 +02:00 by BreizhHardware · 3 comments

Originally created by @CreatorZZY on GitHub (Aug 29, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/390

Windows Nottify with powershell script:

[reflection.assembly]::loadwithpartialname("System.Windows.Forms")
[reflection.assembly]::loadwithpartialname("System.Drawing")
$notify = new-object system.windows.forms.notifyicon
$notify.icon = [System.Drawing.SystemIcons]::Information
$notify.visible = $true
$notify.showballoontip(10,"Script Completed!","Your script ran succesfully!",[system.windows.forms.tooltipicon]::None)
Originally created by @CreatorZZY on GitHub (Aug 29, 2022). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/390 Windows Nottify with powershell script: ``` [reflection.assembly]::loadwithpartialname("System.Windows.Forms") [reflection.assembly]::loadwithpartialname("System.Drawing") $notify = new-object system.windows.forms.notifyicon $notify.icon = [System.Drawing.SystemIcons]::Information $notify.visible = $true $notify.showballoontip(10,"Script Completed!","Your script ran succesfully!",[system.windows.forms.tooltipicon]::None) ```
BreizhHardware 2026-05-07 00:22:48 +02:00
  • closed this issue
  • added the
    docs
    label
Author
Owner

@binwiederhier commented on GitHub (Aug 29, 2022):

I'm confused what you are suggesting? You've provided PowerShell code to display a notification bubble. What do you think should be updated in the docs? Or: Alternatively, I'm happy to accept pull requests to update the docs.

<!-- gh-comment-id:1230415102 --> @binwiederhier commented on GitHub (Aug 29, 2022): I'm confused what you are suggesting? You've provided PowerShell code to display a notification bubble. What do you think should be updated in the docs? Or: Alternatively, I'm happy to accept pull requests to update the docs.
Author
Owner

@CreatorZZY commented on GitHub (Aug 29, 2022):

The former one.

<!-- gh-comment-id:1230418705 --> @CreatorZZY commented on GitHub (Aug 29, 2022): The former one.
Author
Owner

@binwiederhier commented on GitHub (Aug 29, 2022):

What do you think should be updated in the docs?

You haven't answered the question. Please provide details on what you think is missing from the docs and where exactly you think I should provide more detail.

<!-- gh-comment-id:1230421306 --> @binwiederhier commented on GitHub (Aug 29, 2022): > What do you think should be updated in the docs? You haven't answered the question. Please provide details on what you think is missing from the docs and where exactly you think I should provide more detail.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#300
No description provided.