How can I create a Process
, start it without allowing any user to see the arguments?
Ex:
Executable: MyGame.exe
Arguments: -userid 0 -userpwd 0
But without allowing the task manager or other method to know which commands to pass, only the MyGame.exe
program will receive.