Password Manager

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Revision as of 14:39, 26 June 2017 by Dina (talk | contribs) (Created page with "__TOC__ ==Tips & Tricks== URL field The URL field can be used to execute any valid URL, for example, '''http://, ftp://''' <br> In order to execute command lines using the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tips & Tricks

URL field The URL field can be used to execute any valid URL, for example, http://, ftp://

In order to execute command lines using the URL field, cmd:// prefix should be used.

Username and Password field can be added as parameters for URL - used with << >>:
<<Username>> <<Password>>

Examples:

1. Open Notepad file:

cmd://C:\Windows\Notepad.exe C:\Documents\SampleFile.txt

Quotes (") should be used in case the file path contains spaces:

cmd://”C:\My Programs\Notepad.exe” “C:\My Documents\SampleFile.txt” 

2. Using URL field to start a PuTTY session:


cmd://C:\PuTTY\PUTTY.EXE -load "saved-session" -l <<USERNAME>> -pw <<PASSWORD>>


Keyboard Shortcuts

CTRL+B - copy Username to clipboard CTRL+C - copy Password to clipboard CTRL+U - execute URL / command