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.

PVaughan

Members
  • Joined

  • Last visited

  1. We have users who perfer to keep a clean desktop either for demo's for clients or for personal reasons. when we turned on third party patching it has kept placing shortcuts on the desktop for some applications when updating them. deleting the shortcuts does not prevent them from re-appearing when the application gets updated again. Would it possible to request an option for third party patching to not deploy shortcuts to the desktop?
  2. We turned on Third-Party Patching with pulseway last week in our organization. It was immediately clear we had a problem as org wide the ability to join meetings via links was broken. the only way to join meetings now was from the teams app built in calendar. I dug into the issue and found that the installation location changed from the users directory to the program files directory, however it looks to have failed to update a registry key for the users url calls specifically URL:msteams. The field that needs to be update on each users machine to correct this was to point the default entry at Computer\HKEY_CURRENT_USER\SOFTWARE\Classes\TeamsURL\shell\open\command to the correct address instead of pointing to the users directory. we wrote a quick .bat file to fix it and we pushed this out via pulseway. so this is more of an fyi if anyone else is having similar issues. ::fix broken teams after auto update ::/ve denotes default entry /t Specifies the type of registry entries /d Specifies the data for the new entry /f Adds or deletes registry content without prompting for confirmation. for /F "delims=\ tokens=1,*" %%t in ('reg query HKU') do REG ADD "HKU\%%u\SOFTWARE\Classes\TeamsURL\shell\open\command" /f /ve /t REG_SZ /d "\"C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe\" \"%%1\""

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.