I tried adding some more functionality to the batch file below with no success.
Is there a way that I can add to this batch file?
For example, color 1f and loading some macros would be great too.
Thanks.
runas.exe /user:Administrator cmd.exe
Is there a way that I can add to this batch file?
For example, color 1f and loading some macros would be great too.
Thanks.
runas.exe /user:Administrator cmd.exe
skywalker,
There is /k cmd.exe parameter that allows to execute something and continue.
There is /k cmd.exe parameter that allows to execute something and continue.