Help...Can't show task manager disabled message!
I made a login program and in it tweaked the registry settings so you can't CTRL_ALT_DEL out of it...Well I also used the API SetWindowsPos to make it always on top.....All my msgboxes are Modal..my problem is when I push CTRL_ALT_DEL the messsage that is supposed to appear...(Task Manager has been disabled by your administrator) doesnt show! I was wondering how to make that show ormy program freezes every time! I also hid the desktop,start menu,and task bar BUT when I push the windows key I can still see some of the bar..how to I change that..Thanks
Re: Help...Can't show task manager disabled message!
Quote:
Originally Posted by kamran619
I also hid the desktop,start menu,and task bar BUT when I push the windows key I can still see some of the bar..how to I change that..Thanks
Unset "explorer.exe" as the system shell and then the desktop, taskbar and start menu will never appear.
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogo\Shell
Re: Help...Can't show task manager disabled message!
If I do that after I put in my info in the log in scree and it goes away I get a blank page..cant enable the desktop,taskbar..etc.. back..the only way that wikd work is if I made my own taskbar or desktop which would be hard..i know theres a way to do..how do I make ALL messages or msgboxes I recieve whether its from my program or my computer be on top?...PLEASE help..