You have the option to hide the Execute All button on the Execution tab in the Switching Orders Editor. You will need to edit the Miner.Responder.Explorer.exe.config file on any client machine that you do not want to have this button.
Execution tab with Execute All button.
Execution tab with Execute All button hidden.
To hide the Execute All button:
- Open Miner.Responder.Explorer.exe.config in a text editor. By default, this file is located in C:\Program Files (x86)\Miner and Miner\Responder\Client.
- Locate the <appSettings> tag. There will be several keys inside the appSettings element, but the one you will add is not included by default.
- Add the following tag inside the appSettings element with a value attribute set to false: <add key="ExecuteAllButtonVisible" value="false" />
- Save and close Miner.Responder.Explorer.exe.config. The next time Responder Explorer starts, the Execute All button will not appear.