RunAs Professional description
RunAs Professional is a substitute for Microsoft's command runas
RunAs Professional is am alternative for Microsoft's command runas.
RunAs Professional solves the problem that normal runas does not support the commandline parameter password.
Now you can use RunAs Professional to install software, use it in batch skripts and much more.
If you use RunAs Professional you can start an application with other credentials without log off and log on.
Because Nero does not run very properly without administrative rights you can build a crypted file with RunAs Professional in wich all the logon-data is stored. Then just double click on this file an Nero is launched with administrative rights - without entering password and username.
It is possible to run runAs Professional from the commandline with
a password argument.
With RunAs Professional you could build crypted RAP files in wich all the logon-data and the application to run is stored in. The files are crypted with AES the well known symmetric algorithm.
Simply with a doubleclick you can run the application with other user rights.
You have the opportunity to run RunAsP with commandline arguments:
RunAsP /domain: /user: /password: /command: [/silent] [/register]
/domain:domain - domain: Domain the user logs on use %computername% for current computer.
/user:user - user: Windows Username used for the logon
/password:pwd - pwd: Password used for the logon
/command:cmd - cmd: Command to run. Put the command into quotes (")
[/startdir:dir] - dir: specifies the start directory of the launched program
[/silent] - Optional, no errormessages are given.
[/register] - Optional, reigsters the .rap files for execution.
[/profile] - Optional, logon with profile
[/netonly] - Optional, log on, but use the specified credentials on the network only.
[/env] - Optional, logon using current Environment
[/wait] - Optional, wait until started application has closed
[savefile:fn] - Optional, fn: filename of a rap file. RunAsP will save all given data to the rap file given as fn. Put the fn into quotes (").
Example:
RunAsP /domain:company /user:supervisor /password:KD!"§*##d3
/command:"notepad.exe"
What's New in This Release:
· CRC-Check did not work when no parameters have been used. Fixed.