Page 1 of 1

Start my exe from Run dialog box?

Posted: Sun Apr 23, 2017 1:40 am
by Manuel
I need to be able to start my exe from the Windows Run dialog box (Win+R) without using the path, so if its installed in C:\Program Files\FooFolder\Foo.exe I can just press Win+R and type "Foo" to run it. Is there a way? This would have to automatically work across reboots, too. TIA.

Re: Start my exe from Run dialog box?

Posted: Sun Apr 23, 2017 8:14 am
by fryquez
You need to register your appllication, see Application Registration

Re: Start my exe from Run dialog box?

Posted: Sun Apr 23, 2017 8:35 am
by Manuel
Thanks for that, it works fantastic!!!