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 attempting to start an app interactively with the desktop.  With the following code the script just runs until killed.  If I remove the top two lines it runs and finishes but obviously doesn't interact with the desktop.

$cred = (Get-Credential $env:USERNAME)
Enter-PSSession -computerName "$env:computername" -credential $cred

cd $env:userprofile\Desktop

.\Loader.bat

I would be grateful for any suggestions.
 

 

 

  • Staff

Hi Jim,

If you want to interact with the user's session, then you will need to use the PSexec to access it.

An exam:

psexec \\computer-name -u username -p password /accepteula -i 1 -d "C:\Program Files\Sublime Text 3\sublime_text.exe"

 

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.