Task Manager Shell

  • Thread starter Thread starter volker
  • Start date Start date
V

volker

Hi there,

for our systems we need, that the application runs
automatically at startup and after closing, there should
be nothing (no command, task manager or explorer shell),
only a shortcut to the application on the desktop.
But for service we need to start a shell via hotkeys
(explorer or task manager).

Any ideas?

Thanx
Volker
 
volker said:
Hi there,

for our systems we need, that the application runs
automatically at startup and after closing, there should
be nothing (no command, task manager or explorer shell),
only a shortcut to the application on the desktop.
But for service we need to start a shell via hotkeys
(explorer or task manager).

Any ideas?

Thanx
Volker

Create your own application to present a "desktop" with your one icon and
start that as a custom shell. Your app could then watch for hotkeys.
 
Back
Top