Questions tagged [application-launch]
143 questions
82
votes
2 answers
How do I pass command line arguments to Dock items?
I'm attempting to follow the instructions for pinning startup tabs in Chrome. On OS X how do I add command line arguments to items that persist in my dock?
sudoer
- 921
28
votes
10 answers
Pin same app multiple times in Windows 7
I use some programs with command line arguments and like to have shortcuts for launching those programs with those arguments. For example, I keep several Firefox profiles around and like to specify the profile name on the command line. Similarly I…
Mr. Shiny and New 安宇
- 1,152
20
votes
1 answer
Check if an app is running as admin
How can I check in Windows if application is launched with administrative privileges? I see no corresponding column in Task Manager.
19
votes
3 answers
Launch Windows program with custom environment variable
My JAVA_HOME on my dev machine - which is Windows 7 Pro 64 Bit - points to a 64-bit Java, and that's fine in general. However, I just installed a program - to wit, the FlashDeveloper IDE - for which this setting is not fine: a 32-bit Java is…
Lumi
- 1,646
- 3
- 15
- 28
17
votes
6 answers
Launch Google Chrome in Fullscreen mode
How can I launch Google Chrome in fullscreen mode from a shortcut?
I have tried the CLI arguments --start-maximized and --kiosk, but both do not activate the regular fullscreen mode (i.e. when you press F11).
If only there was a way to automatically…
iglvzx
- 23,818
17
votes
2 answers
Opening VLC media player 3 takes a long time to open
VLC Media Player 3.0.8 is taking a long time to launch on my Windows PC. It typically takes 6 seconds or more. I have a Win 10 machine with a class 50 SSD, Six Core Xeon 2.90GHz, etc. VLC launch should not be this slow.
How can I speed up the…
Bort
- 1,714
17
votes
4 answers
Windows 10 Programs start without visual Interface
I recently had the problem, that when you tried to start Chrome, you could see the program running in the Task Manager, but there would be no window visible on the desktop. No icon is visible no the taskbar either. I solved this problem the first…
paschwuerfler
- 171
15
votes
4 answers
How do you run an application as TrustedInstaller or SYSTEM without using external programs?
Using only the Command Prompt and/or PowerShell, but without external programs or commands, how can you run an application as TrustedInstaller or SYSTEM?
Anonymous
- 543
13
votes
1 answer
Why does Windows 8 application search no longer match substrings?
When I first installed Windows 8, I could start an app by hitting the Windows key once to bring up the Start screen, and then typing a substring of the app's name.
At some point since then, the "substring" part seems to have stopped working.
So now,…
Rich
- 2,340
- 2
- 18
- 26
11
votes
5 answers
Open Run... dialog from command
I would like to run the Run... dialog (the Win+R) from a batch command? There is an shotcut to it in C:\Users\USER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools but that shotcut goes nowhere, the target is just "Run..." and the…
richie
- 221
11
votes
2 answers
Run 32-bit application on Ubuntu on Windows subsystem for Linux
I have a pretty simple application that was compiled with g++ -m32 flags.
Unfortunately, when I try to run it I am getting error:
bash: ./a.out: cannot execute binary file: Exec format error
If compiled without -m32 there is no error and it runs as…
Alex
- 407
9
votes
5 answers
Applications take a few seconds to open, but only the first time I open them
I'm not even sure what to call it. Whenever I launch a new application for the first time, it takes a few seconds to open. But then if I close and re-open the program it only takes a fraction of a second to open (basically how long I would expect it…
9
votes
2 answers
Prevent Discord From Updating Automatically
How do we prevent Discord from Updating Automatically on Linux (point in step by step)?
Dumb
- 127
8
votes
1 answer
After forced quit, “killall Finder” says “No matching processes…” but PID still exists?
Here's one for ya. Upon a forced quit of the Finder with unsuccessful relaunch, "killall Finder" in terminal returns:
"No matching processes belonging to you were found"
Oddly enough, the PID for finder does actually show up after a "ps -A" to…
Old McStopher
- 223
7
votes
2 answers
Start an application with specific regional settings
I have to work with different applications which are, in my opinion, not wisely-coded; they require the user to use specific regional settings. For example, some applications I use require that the user have an MM/DD/YYYY date format, while others…
Tipx
- 335