RunHiddenConsole
RunHiddenConsole copied to clipboard
Created executable can be renamed to powershellw.exe or pwshw.exe and put next to the corresponding assembly. Calls to the added assembly will be forwarded to the console without creating a window.
Results
1
RunHiddenConsole issues
Sort by
recently updated
recently updated
newest added
Hello, Sorry to be a complete newbie on this. How do you exactly use hiddenw.exe with arguments? I've tried something like the following: `.\hiddenw.exe "Powershell -executionpolicy bypass -file .\Create-IntuneSystemtrayV2.ps1"` only...