I have a C# .exe program that I wish to run every time when USB flash drive is inserted that opens welcome screen.
I know about autorun.inf files and similar stuff that show option in autorun "menu" but I need to start program automatically (plug and play).
How can I achieve this without using any additional programs that user needs to install in it's computer.