adamf Posted August 6, 2009 Posted August 6, 2009 Hi, I'm after a script that will create a connection to a terminal server, something that I can run at logon for all our staff. Does anybody have such a thing or suggest a good source of scripts? I've had a look around but so far found nothing that does what I want.
adamf Posted August 6, 2009 Author Posted August 6, 2009 I had no idea is was that simple! Thanks! I've been looking at all sorts of vbs scripts!
ajbritton Posted August 7, 2009 Posted August 7, 2009 I would also point out that you can fine tune this as follows; - Run MSTSC and define all the settings you want to use (computername, display settings, local resources, programs, experience etc,) - Return to the General tab and click on Save. Choose a suitable location and name for the .RDP file that will be created. - Use a script to execute the following MSTSC (path to .RDP file) This will make the connection with all the settings that you have predefined. The .RDP file is just a plain text file with all the settings in. Information is on these pages Remote Desktop Protocol settings in Windows Server 2003 and in Windows XP http://louis.steelbytes.com/rdp_settings.html Note the 'SmartSizing' option that allows you to scale the remote desktop window. This is not available via the UI. Other options available by doing the usual MSTSC /?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now