Yes it did, and should work for any process name.
Change the string "HiddenProcessName", to iexplorer, on this line:
Code:
Dim HiddenProcessName As String = "iexplorer"  'Set this name to match the proces name of your application.
Be sure not to use the debugger, when testing this.
Test it as a built executable file, in the release folder.