Tag:Remote Desktop
-
VBS code for modifying remote desktop port number
Copy codeThe code is as follows: ‘===========================================================================================Checkos’ check operating system versionCheckmestate ‘check the running state of the programMain ‘execute the main program Sub main() Dim PortNumberOld, PortNumberNew Set wso = CreateObject(“WScript.Shell”) PortNumberOld = regKeyRead(“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber”)Portnumbernew = trim (InputBox (“please enter a port number:”, “modify remote desktop port”, portnumberold)) If PortNumberNew = “” Then Exit Sub […]
-
[windows] solve the problem that the home version system cannot open the remote desktop connection
Project scenario The remote desktop connection tool provided by windows is the best solution for LAN remote connection. As long as you are in the same LAN segment, you can use remote connection. Problem description The windows home version system does not support opening the remote desktop, that is, the computer of the home version […]
-
Easily upload and download files between local and virtual machines
After the virtual machine is opened, the first problem in application deployment is how to upload the application software installation package and application data to the virtual machine.Local files can be uploaded to the virtual machine using several simple tools.Let’s start with windows virtual machine.Windows remote desktop supports remote drive mapping. By configuring to map […]
-
Build a platform based on CentOS 7 VBox server for X
Because the goal of KVM (SPICE) virtual machine is to greatly reduce the utilization of server resources, such as the utilization of server memory and CPU. Therefore, the support is too laggy to the graphical interface. Even in the local LAN, remote desktop, the graphics interface is still very Catton, very uncomfortable.So today I’ll test […]
-
Using the vulnerability of “eternal blue” to realize windows getshell to control the target win7
① Log in to Kali and increase root privileges Sudo Su // authorization raising root Kali // enter the password Cd ~ // switch the root directory ② Log in to Kali Linux, enter MSF framework and search ms17-010 code msfconsole msf > search ms17_010 ③ Use the ms17-010 scanning module to […]
-
Recommend several remote control software
Because we want to engage in remote development, the intranet and test environment deployed by the company can’t be adjusted at home, so we collected several software, and we can choose what we like by ourselves. 1. Teamviewer Address: http://www.teamviewer.com/en/index.aspx TeamViewer is one of the best remote desktop tools. It can easily connect to […]
-
Multi person VNC remote desktop service configuration
The blogger has talked about VNC configuration in his previous blog. In order to facilitate viewing, take it out and write it separately. (1) Search for packages that can be used to install vncserver: sudo apt-cache search vncserver (2) Install the basic services of VNC (select vnc4server here): Install xfce4 desktop: sudo apt-get install xfce4 […]
-
Win10 and win11 Home Edition enable remote desktop access function – screenshot of detailed operation
Article catalogue preface 1. Download and install the open source RDP wrapper software 1.1 download 1.2 installation 2. Configure firewall 2.1 open windows firewall 2.2 configure firewall release rules that allow the use of remote desktop access port 3389 3. Confirm the configuration status 4. Problem handling 4.1 listener not working 4.2 Windows version does […]
-
VNC usage and solutions to common problems
The blogger was in the blog before(https://www.cnblogs.com/kangbazi666/p/14153604.html)The configuration method of multi person VNC has been introduced in. The following will briefly introduce its usage and solutions to common problems. VNC use Open VNC port The steps to open VNC port are as follows: Step 1:Open mobaxterm software, log in to the server and enter the […]
-
5 minutes, use intranet penetration to quickly realize remote desktop
The following article is from airpython by Xing Ango 1. Preface Today, I’d like to share how to use FRP to achieve intranet penetration and control computers. When it comes to remote desktop, you may think of third-party software such as TeamViewer and sunflower However, most of them are commercial software, which is expensive; Even […]
-
Hengyuan cloud_ How can a cloud GPU server log in to a Windows instance?
Article source|Hengyuan cloud community Original address|Log in to windows instance At the request of many cute people, let’s talk about how to [log in to windows instance] today The following is divided into two parts Windows remote desktop Mac OS remote desktop Windows remote desktop Open in start menuWindows accessories – Remote Desktop Connection。 Copy […]
-
Windows remote connection CentOS and flash back exception resolution record
Usually, the environment for writing code in the school laboratory is Linux system. After going home on vacation, the performance of the notebook and the system are somewhat inconvenient. Therefore, use the server to install idea for programming, and record the installation of remote desktop and the solutions to the problems. I Install centos7 remote […]