<div dir="ltr">Note that if you use an iphone as your primary device, this will not work. see: <a href="https://userbase.kde.org/KDEConnect#Missing_or_limited_features_on_some_platforms">https://userbase.kde.org/KDEConnect#Missing_or_limited_features_on_some_platforms</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 1, 2023 at 12:00 PM AnnoyingRains <<a href="mailto:annoyingrain5@gmail.com">annoyingrain5@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is possible if you have an android phone.<br><br>You will need to enable the "Send Notifications" Plugin in KDE connect.<br><br>Once you have done that, all you need to do is send a windows notification, which can be done using the powershell code snippet below:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")<br><br>$objNotifyIcon = New-Object System.Windows.Forms.NotifyIcon<br><br>$objNotifyIcon.Icon = [System.Drawing.SystemIcons]::Information<br>$objNotifyIcon.BalloonTipIcon = "Info" <br>$objNotifyIcon.BalloonTipText = "The task has been completed!" <br>$objNotifyIcon.BalloonTipTitle = "Task completed"<br>$objNotifyIcon.Visible = $True<br><br>$objNotifyIcon.ShowBalloonTip(10000)<br><div>Start-Sleep 500</div></blockquote><div><br></div><div>I hope this helps!</div><div>- Kye Potter<br></div></div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 26, 2023 at 8:36 AM Muhammad Yousuf Khan <<a href="mailto:yousuf.saqib7feb@gmail.com" target="_blank">yousuf.saqib7feb@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hey there, nice to meet you! I'm Muhammad Yousuf Khan, and I work as an Email marketer. My job involves finding emails and sending out promotional messages. But let me tell you, hunting for those emails gets really boring and repetitive. So, I came up with a solution. I recorded a series of actions using a macro, and then I created a script using AHK (AutoHotKey) that plays back the macro. Now, when I use the script, I just have to specify how many times the macro should be repeated.<br><br>However, I have a little request. I'd love to receive a notification on my Android phone from my PC when the work is done. Basically, I'm looking for a way to make my PC "ping" my phone to let me know that the task is finished. If you know of any batch file or method that can help me achieve this, I'd really appreciate it. Just something simple that my script can execute to trigger the notification on my phone would be fantastic. Thanks in advance!</div>
</blockquote></div>
</blockquote></div>