Questions tagged [teamviewer]

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Use this tag for specific programming questions about TeamViewer only. Questions about the general usage of the software are off-topic.

TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's PC as if you were sitting right in front of it.

100 questions
0
votes
0 answers

vsphere resolution cant be changed

im trying to make a vm for a website i will make using centos i installed everything i need but im stuck with the resolution i tried to change it via graphique card option in the vsphere option but nothing changes anyone knows a solution because i…
Dhamer Nader
  • 35
  • 2
  • 10
0
votes
0 answers

Creating an API to get reports from TeamViewer

I have challenge myself to connect TeamViewer with Power BI, but as not Development person I'm really strugguling with this. I have created an App and script on Teamviewer application I even could connect teamviewer on Make.com (and PowerBI, this…
0
votes
0 answers

Script or process to monitor and restart TeamViewerHost on macOS for crash or manually quit

I want to keep TeamViewerHost running on Mac users, so if it is manually quit, a process will automatically restart it. I've seen many posts about using launchd plist scripts but I can't get any to work. Ones I've tried to follow are below (while…
Alan
  • 1
0
votes
0 answers

Get log of all dates and times when a specific Host agent-installed device was online (via API)?

Is there a way to get a full record of all the times a specific device with a Host module agent installed was online (ie. turned on) using the Teamviewer API? Which API call should I use for this?
lampShadesDrifter
  • 3,925
  • 8
  • 40
  • 102
0
votes
1 answer

How to configure TeamViewerQS skipping the EULA-Prompt?

I was looking for an option to package TeamViewerQS for Windows in a way that does not prompt the user for accepting the EULA or showing any other distracting prompts. Solution below.
Carsten
  • 1,612
  • 14
  • 21
0
votes
1 answer

How to disable Eco-Mode on TeamViewer Host with ADB

I have to remotely set up a large amount of Android devices with TeamViewer Host. I currently use ADB to install a TeamViewer Host .apk as well as a QuickSupport Add-On .apk. The issue I am facing now is that Eco-Mode is enabled, and I have do…
0
votes
1 answer

How to make a connection to a remote server like in Teamviewer?

I want to know is it possible to connect to remote windows server through python and for the clicker to work, for example, when you connect via a standard windows remote connection, then after the connection is closed, the clicker stops working. I…
0
votes
1 answer

Silent uninstall of teamviewer in powershell won't work with silent arguments, does anybody know what i am doing wrong?

I am using Powershell scripts to install and uninstall different programs trough RMM software. Usually those scripts run without a problem but i noticed for teamviewer it gets stuck. I tried the following uninstall commands locally and found out…
0
votes
0 answers

C# Find If SendMessage Has Actually Clicked

I have code that will send left and right clicks to applications running locally in the background and it works flawlessly. I am trying to manage an application on another machine using TeamViewer running in the background. Even when all that is…
Patrick
  • 351
  • 1
  • 6
  • 20
0
votes
1 answer

Deploy bash within Python

I need to deploy teamviewer on the system I have installed (raspberry pi4 with raspbian). I need a simplicity in, fact I send an USB-stick to my client, and they click on file to launch install. I can't go on different site. I want to use python to…
0
votes
0 answers

Xcode IB can't resize a UILabel -- just shows mickey mouse hand

I want to grab the tiny white square and drag it downward, but IB is showing the mickey mouse hand which won't click and drag any of UILabel's tiny squares. I am remoted into the Mac from Windows through Teamviewer. Here's what I see. But there is…
Doug Null
  • 7,989
  • 15
  • 69
  • 148
0
votes
1 answer

rpm -qa shows package installed but rpm -e says not installed

when I run following command rpm -qa | grep -i team result is: teamviewer9-9.0.xxxxx but when I do: rpm -e teamviewer9-9.0.xxxxx it says : package teamviewer9-9.0.xxxxx is not installed The real problem is that, for some reason teamviewer stopped…
Manish Mishra
  • 12,163
  • 5
  • 35
  • 59
0
votes
1 answer

Is it possible to exploit Teamviewer shared clipboard to send malicious code to Guest?

Recently, while I was using TeamViewer I noticed that the clipboard is shared between host and guest. If user A allow user B to connect, when user A copies something user B has it on his clipboard, and the same thing happens if user B copies…
Emanuele
  • 723
  • 4
  • 15
0
votes
2 answers

Is there a way to generate TeamViewer Passwords in Excel?

I am attempting to make Excel generate a 6-character password string, exactly like TeamViewer (3 letters, 3 numbers). Is there a function I might be unaware of? I have tried…
0
votes
0 answers

Strange Intermittent posting issue using python requests

I'm using a raspberry pi 3 and python 2.7 with requests to post data to my lamp server. All works great except for intermittent posting errors which are trapped requests.exceptions.ConnectTimeout. BTW, timeout=0.5 sec which is 2.5x the posting time…