Using RunAs to customize shortcuts in Windows 7 Remote Assistance
Using RunAs to customize shortcuts in Windows 7 Remote Assistance
In a previous blog How to offer Remote Assistance under Windows 7. I have received a few questions such as “I have created a desktop shortcut for remote assistance but, I have to hold the shift key down and select run as different user every time I start it as I have different credentials to use remote assistance. Is there way to change that?”
The answer is yes. You want to create a custom shortcut that uses runas.exe as the executable that calls the program you wish to launch. For instance:
Runas.exe /user:domain\user “%windir%\system32\msra.exe”
This would allow you to launch remote assistance using your domain or special credential.
For greater detail, you may want to review related Microsoft Documentation.To create a shortcut using the runas command.
You should probably check out some of the additional runas.exe switches as well. Run an elevated command prompt and type runas.exe /? for a list of options.
For instance, you may want to add the /savecred switch in order to use credentials that you have previously used/saved. Based on your question the /netonly switch may also apply, if the credentials are for remote access use only.
Finally, remember that you are passing credentials to the remote system for authentication, and typically using the remote user’s environment. If you also want to run on the remote system using your environment settings, you may want to experiment with the /env switch.
This should do the trick. Best of luck!
Enjoy!
Steven Fullmer
Interface Technical Training Staff Instructor
You May Also Like
/env switch, remote assistance, Run as Different User, RunAs, runas.exe switches, Windows 7
A Simple Introduction to Cisco CML2
0 3794 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
Configuring Windows Mobility Center and How to Turn it On and Off
1 1434 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off
Changing the Instance EC2 Type in Amazon Web Services with Mike Pfeiffer
0 846 0Video Transcription: It’s common while working in AWS is the need to change in instance type for your EC2 Instance to meet the demand for the application. For example, your AWS Instance needs more resources such as CPU and more memory. Looking at this Linux Instance it’s actual stopped at the moment but as you … Continue reading Changing the Instance EC2 Type in Amazon Web Services with Mike Pfeiffer