12

I have a computer that I use in my work. I've installed TeamViewer and I log into it from my home using my laptop. Sometimes the computer restarts for some reason and I won't be able to connect to from home. So I am thinking of making a program that will store the information (partner and password) in a text file and store it in my dropbox folder so I can see it.

How can I do this?

Alex Ljamin
  • 1,083
Chiba
  • 233

1 Answers1

11

You can set teamviewer up for unattended access. This installs a Windows Service so you can access the computer without being logged in / starting Teamviewer. You can see the exact instructions on teamviewer.com (http://www.teamviewer.com/en/res/pdf/first-steps-unattended-access-en.pdf)

In short, if you open the Teamviewer window, there's a small box for a password for unattended access on the bottom left side. When you fill in the password (Personal Password), you will set up your unattended access.

You can also create a teamviewer account, log in from the application and add the computer to your list. Once you're logged in on another computer, simply double-click the computer from the list and you'll start a remote session.

Again, more info and detailed information on http://www.teamviewer.com

Jakke
  • 1,020