In this guide, we will walk you through the process of installing TeamViewer as a service while connected as a QuickSupport (QS) user. This is a useful technique to have in your toolkit as a tech support professional, as it allows you to remotely manage and monitor the TeamViewer service on a client's machine even when they are not actively using it.
Prerequisites
Before you begin, make sure you have the following:
- A machine running the Windows operating system
- TeamViewer installed on the machine
- Administrator privileges on the machine
Installing TeamViewer as a Service
To install TeamViewer as a service, follow these steps:
- Launch the TeamViewer application on the machine.
- Click on the
Extrasmenu and selectOptions. - In the
Generaltab, check the box next toStart TeamViewer with Windows. - Click on the
Advancedtab, and then click on theServicesbutton. - Check the box next to
Run TeamViewer as a service. - Click the
Applybutton, and then clickOKto close the Options window. - Close the TeamViewer application.
- Open the Command Prompt as an administrator.
- Type the following command and press Enter:
sc create TeamViewer binPath= "C:\Program Files\TeamViewer\TeamViewer.exe" start= auto - Type the following command and press Enter:
sc description TeamViewer "TeamViewer Remote Control" - Type the following command and press Enter:
sc config TeamViewer obj= ".\TeamViewer" password= "" - Close the Command Prompt.
TeamViewer is now installed as a service on the machine.
Connecting as a QuickSupport User
To connect to the machine as a QuickSupport user, follow these steps:
- Launch the TeamViewer application on your machine.
- Click on the
Remote Controlbutton. - Enter the ID of the machine you want to connect to, and then click the
Connectbutton. - Select the
Remote Supportoption, and then click theAcceptbutton. - Enter the password for the machine, and then click the
Log Onbutton. - You will now be connected to the machine as a QuickSupport user.
Managing the TeamViewer Service
To manage the TeamViewer service on the machine, follow these steps:
- Open the Command Prompt as an administrator.
- Type the following command and press Enter to start the service:
net start TeamViewer - Type the following command and press Enter to stop the service:
net stop TeamViewer - Type the following command and press Enter to restart the service:
net stop TeamViewer && net start TeamViewer - Close the Command Prompt.
In this guide, we have shown you how to install TeamViewer as a service while connected as a QuickSupport user. This is a useful technique to have in your toolkit as a tech support professional, as it allows you to remotely manage and monitor the TeamViewer service on a client's machine even when they are not actively using it. We hope you found this guide helpful, and we encourage you to experiment with these techniques on your own to become more comfortable with them.
References
| Title | Author | Date | Link |
|---|---|---|---|
| Installing TeamViewer as a Service | TeamViewer | 2021 | https://www.teamviewer.com/en-us/help/340-install-teamviewer-service |
| Connecting to a Remote Computer Using TeamViewer | TeamViewer | 2021 | https://www.teamviewer.com/en-us/help/334-connect-to-another-computer |
| Managing Windows Services from the Command Prompt | Microsoft | 2021 | https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/net-start |