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

The Pulseway Automation contains the Builtin "Cleanup Temporary Files" powershell.  I thought it might be worth a conversation.  Here's the current code:

$folders = @("C:\Windows\Temp\*", "C:\Documents and Settings\*\Local Settings\temp\*", "C:\Users\*\Appdata\Local\Temp\*", "C:\Users\*\Appdata\Local\Microsoft\Windows\Temporary Internet Files\*", "C:\Windows\SoftwareDistribution\Download", "C:\Windows\System32\FNTCACHE.DAT")
foreach ($folder in $folders) {Remove-Item $folder -force -recurse -ErrorAction SilentlyContinue}
exit 0

I'm not sure it is worth removing the SoftwareDistribution\Download files?   From what I understand in Windows 10 you have to run, net stop wuauserv   AND  net stop bits  What are your preferences and experience with doing this?

Is it worth adding these locations:  C:\WINDOWS\tmp,  C:\tmp,  C:\temp, %temp%, %tmp%, C:\WINDOWS\ff*.tmp?

Is deleting "C:\Windows\System32\FNTCACHE.DAT" the same as deleting "if exist C:\WINDOWS\ShellIconCache del /f /q "C:\WINDOWS\ShellI~1\*.*"  ?

Can anyone confirm this will work on Windows 7, 8.1 and 10?

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.