1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
714 views
by matt-w-2627 (3.2k points)
Is there a way to create a shortcut that launches QIE as if it were a standard application?

1 Answer

+1 vote
 
Best answer
Yes,  create a new shortcut and point it to the Chrome browser using the following syntax in the "target" field:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"  --app=http://{address}:{port}/qie/launcher.html
by matt-w-2627 (3.2k points)
selected by matt-w-2627
by ron-s-6919 (4.5k points)
If you append "?appwin" to the end of the "target" field, then it won't open 2 windows each time you launch QIE.  The "target" field would therefore be:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"  --app=http://{address}:{port}/qie/launcher.html?appwin
...