If i understand correct; right-click on the desktop and select new / shortcut then you’ll be entering in something like:
mstsc.exe /v:192.168.0.101 /w:800 /h:600
- mstsc.exe - this is the name of the remote desktop application, and is required for the shortcut
- 192.168.0.101 - this is the name or IP address of the computer you want to connect to.
- 800 - it is the resolution width for the computer that you’re connecting to.
- 600 - it is the resolution height for the computer that you’re connecting to.