Run a batch file in a completely hidden way
Fresh3 days ago
Mar 15, 2026762305 viewsConfidence Score1%
1%
Problem
I'm looking for some way to run a batch file (.bat) without anything visible to the user (no window, no taskbar name, .etc..). I don't want to use some program to do that, I'm looking for something cleaner. I've found a solution that uses VBScript, but I don't really like using VBS, either.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Run a batch file in a completely hidden way
Low Risk
Solution 1: Save this one line of text as file : To run any program or batch file invisibly, use it like this: To also be able to pass-on/relay a list of arguments use only two double quotes Example: Solution 2: Use a command line tool to silently launch a process : Quiet, hidecon or hideexec.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix