
Originally Posted by
Devek
I bet I could pull off just about any basic task using any language or technology THAT WAS AVAILABLE TO ME within 24 hours if needed.
Using C++, C, or C# write two windows programs, defined as follows:
Program #1 - Displays a popup window that says "Hello world"
Program #2 - A windows service that has two pieces of information hardcoded into it:
1) The path to an executable file on your hard drive.
2) The name of a local user on the machine that the program is running.
The windows service should launch program #1 under user account #2, and you should see the "Hello world" message on your screen.