Thursday, February 9, 2012

Connect to the console session of a server using Remote Desktop for Administration

Connect to the console session of a server using Remote Desktop for Administration
Follow following steps:


Open Command Prompt.
Type:



mstsc /console.
Remote Desktop Connection will start. Type the computer name or IP address of the computer you want to connect to in the Computer box.


Configure any other desired options, and then click Connect.

Notes
• To view the complete syntax for this command, at a command prompt, type:
mstsc /?

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...