Running application as windows shutdowns
-
Hi all! I have a queistion. I would like to run an application every time that my windows (XP) is shutting down. Is it possible to register a batch script that executes every shutdown in the registry? Best Regards Mikke
No, it's not. Once the Shutdown begins, the loader will not start new executables. You can launch stuff in the LogOff part of the shutdown, where the user is logged off before the Windows shutdown process begins, but not after.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
No, it's not. Once the Shutdown begins, the loader will not start new executables. You can launch stuff in the LogOff part of the shutdown, where the user is logged off before the Windows shutdown process begins, but not after.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
ok, that sounds fair.. Can you guide me how to do that? Is it possible to run .Net applications during LogOff? The .Net runtime is active even during user logoff? Best Regards Mikke
http://support.microsoft.com/kb/198642[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips