The following code is copied to save into a batch file and then double-click!
Copy Code code as follows:
MD C:\WINDOWS\PDPLOG
echo date/t ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo time/t ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo Netstat-n-P TCP ^| Find ": 3389" ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo Start Explorer >>c:\windows\pdplog\pdplog.cmd
:: Add users each time to enter the Remote
Article title: Remote Control of Linux Windows desktops in ubuntu. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Remote control of windows servers and windows desktop control are
\currentcontrolset\control\terminal server\wds\rdpwd\tds\tcp, and look for the sub-key values for PortNumber, as shown in.
Find HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\winstations\rdp-tcp, find the value of PortNumber, The two values are the same as normal, which is the port of the remote service.
Method Three
Connect remotely and log on to the Windows instance.
Windows 7 uses remote desktop (xrdp + vnc) to connect to Ubuntu with a remote desktop, which uses the vpn mode. This mode is slow and often unable to connect, Which is depressing. The following uses another xrdp mode, using the system tool Remote
Ubuntu has a remote desktop with a VPN mode, which is a very depressing way for remote Desktop to be slow and often unable to connect. The following is a different xrdp mode, using Win7 's own system Tools Remote Desktop, even the
By default, cleartype font smoothing cannot be enabled for XP connected through Remote Desktop Protocol. In fact, XP SP3 (SP2 is also supported, but it has not been tried in other versions) can enable cleartype in RDP mode in native mode. You only need to save the following information as a registry file, import it to
This configuration resolves a user with Remote Desktop logon after another user is kicked off the downline, after the configuration is complete, a user can log on to a multi-person remote Desktop.1 , open Remote Desktop Session Ho
are allowed to remotely connect to the computer. Figure 3 ). All the remote computers have been configured.
Return to the client computer on the client computer, which can be any version of Windows after Windows 95. However, except Windows XP, the Remote Desktop client components must be installed in other versions of Windows, for details, refer to the Windows
xrdp service:
Echo "xfce4-session"> ~ /. Xsession
Sudo service xrdp restart
This is equivalent to creating a hidden file named. xsession in the home directory of the current user and writing a line of xfce4-session to the file. You can also use touch to create a file and use vi to edit it:
Touch ~ /. Xsession
Vi ~ /. Xsession
Now that the installation and configuration are complete, you can use the Remote Desktop
/100369.htm
First install xfce:
Sudo apt-get update
Sudo apt-get install xfce4
If the network speed is slow, this will last for a period of time.
Then install the xrdp component and the vnc Server:
Sudo apt-get install xrdp vnc4server
After installation, create a new configuration file so that xfce is used as the interface logon by default during Remote logon, and then restart the xrdp service:
Echo "xfce4-session"> ~ /. Xsession
Sudo service xrdp res
Ubuntu comes with a remote desktop, which uses the VPN mode. This mode is slow and often unable to connect, making people very depressed. The following uses another xrdp mode, using the system tool Remote Desktop that comes with win7, saving VNC Viewer. High Speed and normal access
Specific Method:
Operations under Ubu
1, the Windows 2008 Remote Desktop port by default is 3389 port, but due to security considerations, usually after we installed the system is generally considered to change the original 3389 port to another port.2. Change process:2-1. Open registry: Run regedit2-2. Find: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal server\wds\rdpwd\tds\tcp]Double-click on the right portnumber--dot decimal--
Rdesktop is a remote desktop tool in the Linux operating system. it can be used to connect to the Windows system and use rdesktop to specify the resolution so that the remote desktop can be filled in a blank area: java code rdesktop remote ip address-u user name-p password-a
the server name or IP address. Save the manual time entry.(2): You can import the server list.(3): You can group server management, sort and so on.(4): You can save the login account and password to log in automatically.Installation and detailed use of access RDCMan installation instructions;
2Visionapp Remote Desktop
Visionapp Remote
Rdesktop can run on all UNIX systems based on the X Window platform. The current stable version is 1.7.0. It can be used in Linux to remotely access Windows desktops and support multiple versions. Rdesktop is an open-source project supporting the GPL protocol under SourceForge. It uses RDP (Remote Desktop
This document describes how to use the automatic logon function in Remote Desktop Connection. When you use Remote Desktop Connection to connect to a Microsoft Windows XP Terminal Server or any other Windows XP-based computer, you can provide your creden before establishing a connection, the creden。 are automatically tr
Step 1: mstsc/admin/V:ServerIPConnect to the remote server and start the screenshot Service
Step 2: Enter rscon.exe 0/DEST: Console, Automatic management of remote connections, OK, screenshots will not appear black screen
Connectionfile specifies the name of The. RDP file used for connection
/V: Server [; port] specifies the
Due to compatibility issues between XRDP, GNOME and unity, the XRDP landing on GNOME or Unity's remote Desktop is still not available in Ubuntu 14.04, with the phenomenon that only black-and-white points are background and no icons can be manipulated after logging in. As with resolution 13.10, you can only log in to Xfce Remote
Md c: \ WINDOWS \ PDPLOGEcho date/t ^> RDPlog.txt> C: \ WINDOWS \ PDPLOG \ PdPLOG. CMDEcho time/t ^> RDPlog.txt> C: \ WINDOWS \ PDPLOG \ PdPLOG. CMDEcho netstat-n-p tcp ^ | find ": 3389" ^> RDPlog.txt> C: \ WINDOWS \ PDPLOG \ PdPLOG. CMDEcho start Explorer> C: \ WINDOWS \ PDPLOG \ PdPLOG. CMD
: Add an IP address that is automatically recorded every time a user enters the Remote Desktop to detect hacker trac
3389IP Log path is C:\WINDOWS\PDPLOG\RDPlog.txt
Program code
Copy Code code as follows:
MD C:\WINDOWS\PDPLOG
echo date/t ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo time/t ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo Netstat-n-P TCP ^| Find ": 3389" ^>^>rdplog.txt >>c:\windows\pdplog\pdplog.cmd
echo Start Explorer >>c:\windows\pdplog\pdplog.cmd
:: Add users each time to enter the Remote
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.