Advertisement
PC_Aide

Open program minimized.bat

Mar 14th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.16 KB | None | 0 0
  1. ::&--------------------------------------------------------------------------------------------------------------
  2. ::  SRC: https://stackoverflow.com/questions/23057448/open-program-minimized-via-command-prompt
  3. ::  Elevated: N
  4. ::
  5. ::  O/P: https://imgur.com/q755bse
  6. ::&--------------------------------------------------------------------------------------------------------------
  7. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  8. ::  mp4:
  9. ::&◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  10.  
  11. ::Syntax
  12. cmd /c start /min "" "<program.exe>"
  13.  
  14. ::Task manager
  15. cmd /c start /min "" "c:\Windows\System32\Taskmgr.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement