Saturday, March 10, 2007

 

Autordp beta continues...

My thanks go to Stefan who discovered the problems with localized mstsc 6. He was pretty helpful in identifying the bug. He spent his time installing the special debug build and sending me the trace log.

Thanks, Stefan!

Here is the link to what I consider to be autordp beta 2:

http://www.abinsight.com/tools/beta/private/autordp.exe

Still, I don’t feel comfortable to name the new version the “release”. If there are folks out there with localized windows and mstsc who can confirm this build is working or state otherwise, I would really appreciate it!

Thanks,
Andrei

Comments:


Hello,

i tried to use autordp 2.0 Beta 2 with RDP Client 6.0. But it does not work. The RDP Client start but nothing is happen. Also i dont see any user and password input boxes.

If i try the Beta 1 i see the user password input boxes but it is not being overwritten from autordp.

Can you help me?

kind regards
Marlon
 


This comment has been removed by the author.
 


Andrei, your tool works flawlessly from Windows XP to connect to any Windows OS via terminal services w/o prompting for credentials. This really is a great tool.

The tool does not currently work from a vista OS. Any chance that you are looking into this?

bryan
 


Andrei,

I'm a newborn VCP (VMware Certifiefd Pro.) and now creating a demo-park with 3 ESX servers. Because we want to implement Citrix and VI-Clients I'm trying to create some kind of a very simple broker (just for testing environment).

So ... AUTORDP would be a good solution combining a batch script with parameters (server/user/pw) as input from a "website"

But testing it does not work with the new RDP-Client 6. It even opens the mstsc twice on top of each other.

this was the test batch:
autordp.exe test.RDP /v:broker.test.demo /u:hans /p:password /console


and this is the log:
mstsc.exe /console /edit test.RDP
::EnumThreadWindows(pi.dwThreadId, (WNDENUMPROC)EnumWndProcFindHwnd, (LPARAM)this);
BOOL CAutordp::ChangeDataAndConnect() broker.test.demo
BOOL CAutordp::ChangeDataAndConnect6() broker.test.demo
PostMessage


realy looking forward to a release

hans@hahahans.be
 


Andrei,

Dude, nice work on the RDP auto logon. With some of our cheap a$$ clients we have, this tool will come in handy!
 


I found a similar tool here which works with RDP 6.
 


Hello Andrei:

your tool is a cure to my conundrum... but it doesn't works with Vista SP1
I using RDP 2.0 beta with RDP 6 but the username and password don't work, do you have fix for that?
thx,
Udi.
 


Works fine for me, I use it in HTA application for connecting to servers found in Active directory, without entering password many times. Thanks a lot for app!
 


Not work in VISTA SP1. Would you please fix it? or this project is discontinue?
 


Hello all, I had same problem with password and name, but if you use old mstsc.exe and mstscax.dll and run it like:

autordp.exe mstsc.exe autordp.rdp" /v:server /u:domain\user /p:password all will be functional.

For example, I implement it to my GUI in c# like this: p.StartInfo.FileName = curenv + "//" + "autordp.exe";
p.StartInfo.Arguments = "mstsc.exe " + "autordp.rdp" + " /v:" + ipTextBox.Text + " /u:" + domainTextBox.Text + "\\" + logonTextBox.Text + " /p:" + passwordTextBox.Text;
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?