I can run this with no password, wrong password, non-existent users without any effect.
If I runAs Administrator with the correct password the %USERPROFILE% etc. should be set to the Administrator's profile - not current user. So when you display Favourites (eg.) it should display Administror's favourites.
Here is an example:
If I run the command:
%windir%\system32\runas.exe /user:computer\Administrator cmd
from a command window it opens a DOS type window with the title "cmd (running as computer\Administrator)".
This is documented in the MS Help file under RunAs.
I have added the line:
Command Window, cmd,cmd.exe,,,,
under [Tools] in the ini file
When I run "cmd" from RunAsTools with the correct Administrator credentials I get a CMD window entitled "C:\WINDOWS\system32\cmd.exe".
I can only presume than that the RunAs command is not being constructed correctly.
How are you passing the password to the command. The symtax displayed in MS help files doesn't seem to offer the option of passing the password as a parameter ???
Here is Microsofts syntax for RunAs - it doesn't mention passwords and the description suggests you will be prompted for the password (which is my experience):
http://www.microsoft...ocs/en-us/runas.mspx