Windows远程桌面

前言

windows自带的远程桌面其实挺好,但是不是很方便,比如账号切换时、比如同一个远程端有多个账号时。而通过保存rdp文件可以很好的解决,以下为详细具体步骤。

步骤

  1. 先运行一次远程桌面,然后保存rdp文件
    Windows远程桌面_第1张图片

  2. 在rdp文件中编辑分辨率 Windows远程桌面_第2张图片

  3. 默认情况下rdp文件中只包含用户名和域名,没有密码;
    可通添加password 51:b:字段进行,但是其中的密码是加密的一个很长的字符串,关于加密工具获取:https://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/

screen mode id:i:1
use multimon:i:0
desktopwidth:i:1920
desktopheight:i:1027
session bpp:i:32
winposstr:s:0,1,-90,-1079,1290,-272
compression:i:1
keyboardhook:i:2
audiocapturemode:i:0
videoplaybackmode:i:1
connection type:i:6
networkautodetect:i:0
bandwidthautodetect:i:1
displayconnectionbar:i:1
enableworkspacereconnect:i:0
disable wallpaper:i:0
allow font smoothing:i:1
allow desktop composition:i:1
disable full window drag:i:0
disable menu anims:i:0
disable themes:i:0
disable cursor setting:i:0
bitmapcachepersistenable:i:1
full address:s:YourServerIP
audiomode:i:2
redirectprinters:i:1
redirectcomports:i:1
redirectsmartcards:i:1
redirectclipboard:i:1
redirectposdevices:i:0
autoreconnection enabled:i:1
username:s:YourUsername
authentication level:i:2
prompt for credentials:i:0
negotiate security layer:i:1
remoteapplicationmode:i:0
alternate shell:s:
shell working directory:s:
password 51:b:01000000D08xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
gatewayhostname:s:
gatewayusagemethod:i:4
gatewaycredentialssource:i:4
gatewayprofileusagemethod:i:0
promptcredentialonce:i:0
gatewaybrokeringtype:i:0
use redirection server name:i:0
rdgiskdcproxy:i:0
kdcproxyname:s:
drivestoredirect:s:G:\;H:\;
devicestoredirect:s:*

你可能感兴趣的:(Windows远程桌面)