Questions tagged [application-launch]
140 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
- 1
- 7
- 3
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
- 1
- 12
- 22
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,563
- 3
- 14
- 26
19
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.
Waldemar Gałęzinowski
- 291
- 1
- 2
- 4
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,459
- 13
- 85
- 122
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
- 1
- 3
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,220
- 2
- 18
- 26
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
- 2
- 4
- 10
10
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
- 211
- 1
- 2
- 8
10
votes
1 answer
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,474
- 3
- 18
- 36
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
- 213
- 1
- 2
- 8
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
- 325
- 4
- 10
7
votes
3 answers
Windows 10 - launch and position applications upon startup
In windows 10, every time, I startup the computer. I launch 3 applications (2 chrome browsers and 1 visual studio) and position them in a certain place on my monitor.
Instead of doing it manually every single time, how do I automate it so I could…
dotnet-practitioner
- 441
- 4
- 9
- 15
6
votes
2 answers
Open address in external application from inside Chrome Browser
After Chrome browser has abandoned NPAPI-based extensions (which included addons for this purpose, similar to Openwith and Flashgot from Firefox) is there a way of sending a link from the browser to an external application (like other browser, a…
user162573
4
votes
2 answers
How to enable Java Quick Starter (JQS) on Windows 7
I remember that Unix (Sun blades and Linux) did launch java apps instantly, especially if we compare to Windows. This was cool but now I call a java utility millions of times per second in the batch file and the startup time is the bottleneck. I see…
Val
- 1
- 7
- 20
- 39