Windows 10: Had it with teamviewer - how to make them unnecessary

Discus and support Had it with teamviewer - how to make them unnecessary in Windows 10 Software and Apps to solve the problem; Hi there seems to me that teamviewer are getting more aggro in what they consider "private" usage -- so I decided to give the 2 fingered "Churchill... Discussion in 'Windows 10 Software and Apps' started by jimbo45, Dec 24, 2019.

  1. jimbo45 Win User

    Had it with teamviewer - how to make them unnecessary


    Hi there

    seems to me that teamviewer are getting more aggro in what they consider "private" usage -- so I decided to give the 2 fingered "Churchill Salute" and say why do I need you guys any more.

    The main problem with remote computer communication is to get your public IP address which dynamically can change -- so a nice little way would be to email yourself every so often what your remote / home computer's current IP address is --note your IP address assigned by ISP not the laptop or computer you are using tom access the remote PC.

    So here's a little test script to do just that -- this is a really simple one where you input your email servers address your email address and the recipients address . This method can also be used to send logs / alerts or whatever.

    At this stage I'm testing on a server that doesn't need authentication (port 25) -- will add the authentication in a further example later .

    I decided to use netcat rather than telnet because telnet needs a few sleep commands in it to handle responses from the server.

    I left the start variables as interactive so its easier for testing on different servers and sending to different email addresses.

    This also works from the WSL on Windows -- install dnsutils to get the dig command on it.

    I'm sure windows gurus out there can easily convert this simple script to Windows -- please post if you can.

    Run say hourly or whatever via crontab in linux / or in windows any job scheduler -- afraid I don't know windows that well on scheduling jobs though.

    #!/bin/bash
    # Send email from bash
    # hrafn simple script to send simple email with your IP address (external)

    read -p "Enter SMTP email server address: " server
    read -p "Enter SMTP Port: " port
    read -p "Enter Your Email Address: " from
    read -p "Enter Recipient's Email Address: " to
    # get your public IP address
    myip="$(dig +short myip.opendns.com @ReSolver1.opendns.com)"
    # create message
    function mail_input {
    echo "ehlo $(hostname -f)"
    echo "MAIL FROM: <$from>"
    echo "RCPT TO: <$to>"
    echo "DATA"
    echo "From: <$from>"
    echo "To: <$to>"
    echo "Subject: Testing SMTP Mail"
    echo " "
    echo "Your public internet address is "
    echo $myip
    echo " "
    echo "finished"
    echo "."
    echo "quit"
    }

    mail_input | netcat $server $port || err_exit


    Don't forget to finish the inline text with the "." line before the SMTP quit command.

    Using this method doesn't require the use of an email server or client on the host (you will need to read the email of course to see the content !!)

    This should also render those programs like dyndns etc unnecessary too.

    After you have the ip address it's simple to communicate / logon to the remote computer -- use RDP / Putty or whatever.

    I can make instructions on that later. You will need to have the (remote -- i.e your HOME) computer on a fixed LOCAL IP address (LAN) so you can port forward correctly for RDP etc.

    I'll update this also for how to attach files and the commands for the base64 encryption when using AUTH with SMTP.

    have a happy Xmas / new year etc everybody

    Cheers
    jimbo

    :)
     
    jimbo45, Dec 24, 2019
    #1
  2. Lunsfordc Win User

    Teamviewer


    Recently Teamviewer stopped working for me. I get a pop up that says "Not ready. Check your connections". My remote users get the same message when they try to activate Teamviewer for me to connect.

    I am online and Internet connected when I try to use Teamviewer, so I don't really understand the problem.

    Any suggestions would be most welcomed.

    Thanks,
     
    Lunsfordc, Dec 24, 2019
    #2
  3. Teamviewer Alternative: Ultraviewer

    Not sure if anyone is familiar with this one but at work we use Solarwinds Dameware for a LOT of the work we do. For external support we utilize TeamViewer. I believe we share 3 licenses that can be active at a single time. For personal use i also use Teamviewer as well since its very very convenient.

    As to the software suggested i rather test it in a Sandbox Environment before i even think of installing on a PC.
     
    scoutingwraith, Dec 24, 2019
    #3
  4. Had it with teamviewer - how to make them unnecessary

    Connect to windows phone from PC with Teamviewer

    So you cannot control Windows Phone with Team viewer but you can control your PC remotely from your device using TeamViewer.

    I just installed it on my device and on my PC and it works pretty well although I do think it is hard to do what you want only because of the size of the screen on your device.

    Were you able to control your PC from your device?

    This might be of some interest:

    Which operating systems are supported?
    TeamViewer 9 is available for the following operating systems:

    Windows

    Mac OS

    Linux

    • CentOS, Debian, Fedora, Mandriva, Mint, Red Hat, SUSE and Ubuntu
    Android

    • TeamViewer for Remote Control: Android version 2.1 and later
    • TeamViewer for Meetings: Android version 2.2 and later
    • TeamViewer QuickSupport: Android version 2.3.3 and later
    iOS

    • TeamViewer for Remote Control: iOS 5.0 and later
    • TeamViewer for Meetings: iOS 5.0 and later
    • TeamViewer QuickSupport: iOS 5.0 and later
    Windows Phone

    • TeamViewer for Remote Control: Windows Phone 8 and later
     
    Jack Cook - aka Help_Line, Dec 24, 2019
    #4
Thema:

Had it with teamviewer - how to make them unnecessary

Loading...
  1. Had it with teamviewer - how to make them unnecessary - Similar Threads - teamviewer unnecessary

  2. TeamViewer application downloads after I delete it every time and without my permission....

    in Windows 10 Software and Apps
    TeamViewer application downloads after I delete it every time and without my permission....: I have an issue with TeamViewer application being downloaded on my pcwindows 11 without permission and not being listed on installed apps. every time I delete the app from the folder it keeps re-downloading automatically. It down loads to appdata/Roaming every time in a...
  3. TeamViewer application downloads after I delete it every time and without my permission....

    in Windows 10 Gaming
    TeamViewer application downloads after I delete it every time and without my permission....: I have an issue with TeamViewer application being downloaded on my pcwindows 11 without permission and not being listed on installed apps. every time I delete the app from the folder it keeps re-downloading automatically. It down loads to appdata/Roaming every time in a...
  4. How do I download teamviewer on a laptop with windows 11 s mode?

    in Windows 10 Gaming
    How do I download teamviewer on a laptop with windows 11 s mode?: I need to know how to turn off s mode. https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-download-teamviewer-on-a-laptop-with/5dc33c4a-1433-42e7-af01-56f535a374f8
  5. How do I download teamviewer on a laptop with windows 11 s mode?

    in Windows 10 Software and Apps
    How do I download teamviewer on a laptop with windows 11 s mode?: I need to know how to turn off s mode. https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-download-teamviewer-on-a-laptop-with/5dc33c4a-1433-42e7-af01-56f535a374f8
  6. Greg Carmack - Can you do TeamViewer?

    in Windows 10 Gaming
    Greg Carmack - Can you do TeamViewer?: my win 10 is running extrmely slow... looks like disk is running 100% often.. you still offer teamviewer service? https://answers.microsoft.com/en-us/windows/forum/all/greg-carmack-can-you-do-teamviewer/9df79a0b-6b90-482b-9fbb-41694b069f61
  7. Greg Carmack - Can you do TeamViewer?

    in Windows 10 Software and Apps
    Greg Carmack - Can you do TeamViewer?: my win 10 is running extrmely slow... looks like disk is running 100% often.. you still offer teamviewer service? https://answers.microsoft.com/en-us/windows/forum/all/greg-carmack-can-you-do-teamviewer/9df79a0b-6b90-482b-9fbb-41694b069f61
  8. Greg Carmack - Can you do TeamViewer?

    in Windows 10 BSOD Crashes and Debugging
    Greg Carmack - Can you do TeamViewer?: my win 10 is running extrmely slow... looks like disk is running 100% often.. you still offer teamviewer service? https://answers.microsoft.com/en-us/windows/forum/all/greg-carmack-can-you-do-teamviewer/9df79a0b-6b90-482b-9fbb-41694b069f61
  9. TeamViewer is causing a black rectangle and I have never installed teamviewer on my pc so I...

    in Windows 10 Network and Sharing
    TeamViewer is causing a black rectangle and I have never installed teamviewer on my pc so I...: Ok so the past couple days I been turning on my pc and I notice a small black rectangle appear on my desk top and I figured out why it was there and it’s because for some reason teamviewer is running as a task and Everytime I stop the task and delete the file that’s it’s in...
  10. TeamViewer is causing a black rectangle and I have never installed teamviewer on my pc so I...

    in Windows 10 Gaming
    TeamViewer is causing a black rectangle and I have never installed teamviewer on my pc so I...: Ok so the past couple days I been turning on my pc and I notice a small black rectangle appear on my desk top and I figured out why it was there and it’s because for some reason teamviewer is running as a task and Everytime I stop the task and delete the file that’s it’s in...