Hi,
I've put in this nice option of a remote command prompt for machines in lansweeper
cmd /K color f8 & {actionpath}psexec.exe \\{smartname} cmd /K prompt $P $G$G
which basically says run local CMD and set the color to f8 and then run psexec to get a command prompt on a remote pc and set the prompt to what i want.
It looks a bit messy. Anyone perhaps want to improve apon it or have a better version they use?
I tried to do the color options on the cmd.exe directly on the remote but it never works using /T:
right now it does leave a cmd prompt open after and if you click with X to close the window it leaves the psexec service running on the other pc. other than that wit works nicely.
I would like though, to be able to , if needed, run the cmd.exe AS another user if i ever need to do things as them remotely (ie map drives...etc)