Posted On March 31, 2019

How to set VNC shortcut to run as another user

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to set VNC shortcut to run as another user
In order to make the VNC program run as another user you can do either of the 2 following options:
 
1)      Click Start > All Programs > Ultra VNC and hold down the Shift key while right-clicking on the Ultra VNC Viewer icon
Now you can choose the Run as different user option and enter the credentials
 2)      This second method uses a shortcut on the desktop:
 Right-click an empty area on the desktop > New > Shortcut
When prompted to enter the location of the item enter the following:
                C:\Windows\System32\runas.exe /savecred /user:kimconnect\*** "C:\Program Files\UltraVNC\vncviewer.exe"
                (you will replace the *** with the username of the desired user)
Click Next
Give it a name (ex- VNC)
Click Finish
 
Now when you double-click the icon it should run with the credentials entered

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install FreePBX

Add port UDP 5060 NAT entry in firewallSet up new user (extension)Applications >> Extensions >>…

How to convert Windows evaluation to a licensed version

Determine installed Windows version:   DISM /online /Get-CurrentEdition Check possible target editions:   DISM /online…

MS Exchange 2010: Mailbox Repair

PowerShell snippet to initiate repair # set user alias or email addresses here:$userAliases="user1","user2"foreach ($user in…