Weird RUNAS error

Have this weird runas error on my XP client VM. When I use the command prompt to enter in different credentials than the ones I am logged on with, I get the following error:
RUNAS error: Unable to acquire user password
This is happening whether I logon as the domain admin or a domain user. I have tried other accounts as well and none of them seem to work. I know for sure that the RUNAS thing works as I can shift click on add/remove programs and can get in using any credentials. Also, adminpak is installed on this machine. I have tried my other VM's and the same thing happens there as well.
Could someone please tell me why this might be happening. A google for this error hasnt yielded much.
RUNAS error: Unable to acquire user password
This is happening whether I logon as the domain admin or a domain user. I have tried other accounts as well and none of them seem to work. I know for sure that the RUNAS thing works as I can shift click on add/remove programs and can get in using any credentials. Also, adminpak is installed on this machine. I have tried my other VM's and the same thing happens there as well.
Could someone please tell me why this might be happening. A google for this error hasnt yielded much.
Comments
C:\>runas /user: contoso\<username> , then I hit enter and it gives me
Enter the password for : (after which I punch in the password and it gives me that dumb error.
Additionally, I tried it on the host machine and the same thing as above. Something screwy going on here. Also, Mark, notice how it asks for the password. Normally it should say "Enter the password for contoso\<username>". But in my case, it just says "Enter password for :"
P.S. I have tried using [email protected], instead of the old NT4 style, which didnt work either.
Blog >> http://virtual10.com
runas /user:contoso\username calc.exe
That should fix it. It is very important not to have a space after /user:
Blog >> http://virtual10.com
Blog >> http://virtual10.com