rl-alt-del function in a LabVIEW 6.0 VI. I also need to disable the bottom task bar including the Start key in Windows NT 4.0. My goal is to keep the VI exclusively on the screen and disable the users from switching to other programs or shut off the PC.Hi Dan,
In my application, which is a Labview runtime executable, I create another account on NT for the operators. I then set up a policy on this account using poledit.exe. In this policy I replace the default windows shell (explorer.exe) with my Labview executable. When the operator logs on, the only thing on his screen is the Labview application. No desktop, no taskbar, no start button. I can't remember exactly, but I believe the only option when pressing ctrl-alt-del is to log on as a different user. Good luck.