Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I am new to Pulseway, and have noticed that when I deploy manually by downloading the .msi and running as a local admin that the Pulseway Manager shortcuts get added to the desktop and the start menu.  However, if I use a probe and deploy via mass deployment that the agent still gets deployed but without any shortcuts.  Is there a way to replicate this behavior (no shortcuts) when running locally? Any help would be greatly appreciated.

  • 3 months later...

Hi JKchess,

Did you find an answer to this question ?

Personnaly what I did is configure a Automation - Workflows whit the New system detected and added a script in there to delete the shortcut. I also added a couple of script to install default stuff or certain policies I want for Windows Workstation. 

Here is the delete script. It will delete the shortcut form the public folder and list all the users folder to delete it. Hope this help. 

___________________________________________________________________________________________________________________________

REM delete from Public Desktop
del /s "C:\Users\Public\Desktop\Pulseway Manager.lnk" /f /q

REM delete from All Users Desktop
del /s /q C:\windows\temp\list_dirs.txt

dir /b C:\users\* > C:\windows\temp\list_dirs.txt

FOR /F "tokens=*" %%I IN ('type C:\windows\temp\list_dirs.txt') DO del /S /Q "C:\Users\%%I\desktop\Pulseway Manager.lnk"

del /s /q C:\windows\temp\list_dirs.txt

____________________________________________________________________________________________________________________________

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.