Hi
I want to run an application on cold boot only, there are times when I warm
boot the terminal and I don't want this particular application to run.
I have tried a number of methods and have not been successful;
1) myapp.exe and myapp.lnk are in the windows directory and I use
platform.dat to move myapp.lnk to the startup directory, on a coldboot the
application starts up as expected, but it also starts up on a warm boot.
2) removed above changes from platform.dat and put the following in
platform.reg
"Launch60"="myapp.exe"
"Depend60"=hex:1E,00
Again on a cold boot the application runs, but it also runs on a warm boot.
Any help would be appreciated.
Regards