Nov 29, 2004
Post comments count0
Post likes count0

Why doesn’t the RunAs program accept a password on the command line?

Raymond Chen
Raymond Chen

The RunAs program demands that you type the password manually. Why doesn't it accept a password on the command line? This was a conscious decision. If it were possible to pass the password on the command line, people would start embedding passwords into batch files and logon scripts, which is laughably insecure. In other words, the feature is ...

Other