Tag Archives: devxexec

DevXExec is our command-line tool that allows to run Windows processes under different user credentials.

DevxExec 1.15 bugfix release

1.02.2013: New version 1.15 + Now DevxExec is trying to fetch target user environment block. If it’s not possible it uses environment block of a mother process. For compatibility purposes new option “/upp” was added. If it’s specified DevxExec isn’t trying to fetch target user environment block.

Creating a new process, simple?

There are could be different situations when you need to create an additional process from your main process. One of those situations is when you need to isolate some code of your service because that code could be a reason of resource leak or can damage your common process somehow. Another case is when your application needs to perform action that requires changing primary process token. Finally you may need to run a 3rd party application.