Running Only one application in Windows
-
Hi All, I had developed a VC++ Application. I need only this application running when Windows Starts up. Default windows screens, desktops, status bar etc., and hot keys should be disabled. Also on closing the application, Windows must Shutdown automatically. Pl get me solution Thanks in Advance, R.Gopalakrishnan
-
Hi All, I had developed a VC++ Application. I need only this application running when Windows Starts up. Default windows screens, desktops, status bar etc., and hot keys should be disabled. Also on closing the application, Windows must Shutdown automatically. Pl get me solution Thanks in Advance, R.Gopalakrishnan
You can replace (or at least you could as recent as Windows NT) the windows shell interface. Instead of using explorer.exe you could replace it with any other exe.
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]
-
Hi All, I had developed a VC++ Application. I need only this application running when Windows Starts up. Default windows screens, desktops, status bar etc., and hot keys should be disabled. Also on closing the application, Windows must Shutdown automatically. Pl get me solution Thanks in Advance, R.Gopalakrishnan
Hi : only by replace the shell value in the follwing registry key your program will run instead of explorer.exe replace you program full path in the explorer.exe place in the shell value . HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon to restart windows or shutdown when your program close . when your program quered to closed only invok ExitWindowsEx(....) API function . bye . Faroq Al-tam KingofC On Earth nothing impossible, while your mind running. Faroqtam