English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm using Microsoft Windows MCE/Professional, and would like to know if there was a way to edit the registry or Local Security Console, MMC, etc. or a third-party FREEWARE application that can allow me to selectively force any given program to have only one instance of its process running at a time. Thanks!

2007-03-13 13:40:02 · 1 answers · asked by arvarnau 2 in Computers & Internet Security

1 answers

I'm awaiting another responder to this question. I'd like to believe that the operating system might provide this kind of feature, but the only way I know of enabling just one instance is to write the application as a singleton.

A Windows service would also be a singleton. It would not surprise me if there were a registry setting for an individual application that would assure a single instance.

It is possible to write a simple launch program that will automatically assure that just one instance of the program will start. The link you use would need to point to the launcher program and not the application itself. (If you need it, I can send you the C# code.)

I don't know of an operating system feature that assures the single launch of another program, but I'll be watching this question.

2007-03-13 14:04:58 · answer #1 · answered by Skeptic 7 · 1 0

fedest.com, questions and answers