- 0
Remote Desktop Connection using MSTC/Terminal
Asked by
halluc1nati0n,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By Som · Posted
@echo off title Initializing Quantum Subroutines... color 0A :: Fake progress bar setlocal enabledelayedexpansion set CHARS=.................... for /L %%A in (1,1,20) do ( set /a idx=%%A set BAR=!CHARS:~0,%%A! cls echo Initializing system protocols... echo [!BAR!] ping localhost -n 1 >nul ) :: Fake system check echo. echo Performing hyperthread integrity verification... ping 127.0.0.1 -n 2 >nul echo Error: Quantum integrity mismatch on sector 7G echo Attempting autocorrection... Please wait... ping 127.0.0.1 -n 3 >nul echo Correction failed. Initiating paradox sequence. :: Silly loop that pretends to do something set /a COUNT=0 :LOOP set /a COUNT+=1 echo Resolving subspace anomaly... %RANDOM% if %COUNT% LEQ 5 ( ping localhost -n 2 >nul goto LOOP ) :: More nonsense echo. echo Compiling useless data packets... for %%X in (X1 X2 X3 X4 X5) do ( echo Packet %%X sent to Mars. ping 127.0.0.1 -n 1 >nul ) :: Final act echo. echo -------------------------------------- echo Mission Accomplished: The Cake is a Lie echo -------------------------------------- echo Launching banana... start https://www.youtube.com/watch?v=U9t-slLl30E timeout /t 3 >nul echo Done. exit -
By DoorSnail99 · Posted
The power of brand recognition is that you can give people really bad deals compared to your competitors, and people love it. Nvidia knows the importance of keeping its spot at the top of the hill on the high end—and sponsoring tons of exclusives for apps and games to use its exclusive technology to further entrench its place at the very top. That way, they can sell its low-end stuff for higher profit margins and provide less value, and people will buy it in droves just to own a piece of their name. AMD and Intel really need to do something remarkable with their CPUs+GPU that Nvidia can't compete with only being a GPU maker and not having access to both sides. With AMDs massive threadrippers if they could bring one down to customer level and allow dynamic offloading of GPU tasks onto unused CPU cores on AMD systems that could have some interesting results. -
By +Warwagon · Posted
How is it suppose to magically know what you want to use a VPN for? -
By olympus1 · Posted
Vivaldi needs more resources, but that's understandable when they build another GUI on top of the existing chromium GUI. Having 1 more GUI loaded will obviously need more resources. Btw they do an amazing job considering how big their development team is. The 2nd GUI they add is very lightweight. Unfortunately there is no way to disable the existing chromium GUI, it's not something possible in chromium and both will have to be loaded, so more resources will be needed than just loading 1 GUI. It's about priorities, if you want a chromium browser to be a customization powerhouse (even CSS customization of the GUI is possible in Vivaldi like Firefox supports), it will need more resources because another GUI will have to be added on top of the existing chromium GUI. Vivaldi is a chromium browser for power users and usually power users buy new faster hardware all the time so they don't even notice if it needs more resources than a chromium browser which just changes some stuff like styling, colors and icons in the existing chromium GUI. -
By adrynalyne · Posted
I want the robotic hands in the image.
-
-
Recent Achievements
-
solidox earned a badge
Dedicated
-
solidox earned a badge
Week One Done
-
Devesh Beri earned a badge
Week One Done
-
956400 earned a badge
Week One Done
-
loose_observer earned a badge
First Post
-
-
Popular Contributors
-
Tell a friend
Question
halluc1nati0n
I'll need to connect to a desktop in a different city (remotely). Both systems which are gonna be used run Windows..
I do get the concept of VNC - but getting the VNC server to run in the other system is the real pain..
Can MSTSC (Microsoft Terminal Services) built into Windoze achieve this? Do I just need to get the other IP address? Is it that simple? Bear in mind I'll be using the internet to connect to the other remote PC ..
I could probably use TERMINALS over MSTSC as it does have other advantages..
So again, If I do connect over the net, is it just the IP address that I require? Do I need to know of any open port as well?
EDIT : Spelling mistake in title :( Should've been MSTSC for MSTC..
Edited by halluc1nati0nLink to comment
https://www.neowin.net/forum/topic/752944-remote-desktop-connection-using-mstcterminal/Share on other sites
9 answers to this question
Recommended Posts