I am executing an exe from a command prompt. The exe works only in a WOW64 command prompt. And I am signing in as a different user with the command below:
runas /user:username "D:\xxx.exe"
After this, I am prompted for a password. But nothing is happening when I type or paste the password. The cursor is not moving. Why is this?