I'm executing command lines containing passwords in C#, if I display the optional "Command Line" column in the windows task manager ("Processes" tab) it contains all the arguments including the passwords, could you think of a way to hide this, like only showing the ".exe" file or something ?
Thanks