Click here to Skip to main content
15,922,315 members
Home / Discussions / System Admin
   

System Admin

 
GeneralWeird bug + solution: VC++ 6.0 Debug / Win98 / Matrox G450 DualHead / device=trio.386 [386enh] Pin
Igor Kagan11-Jul-01 16:12
Igor Kagan11-Jul-01 16:12 
GeneralCopy and paste problems Pin
Josh Knox10-Jul-01 7:53
Josh Knox10-Jul-01 7:53 
GeneralRe: Copy and paste problems Pin
Jim A. Johnson10-Jul-01 8:02
Jim A. Johnson10-Jul-01 8:02 
GeneralRe: Copy and paste problems Pin
Josh Knox10-Jul-01 10:03
Josh Knox10-Jul-01 10:03 
GeneralDisabling Ctrl+Alt+Del keys in Win NT/2000 Pin
10-Jul-01 4:45
suss10-Jul-01 4:45 
GeneralRe: Disabling Ctrl+Alt+Del keys in Win NT/2000 Pin
Tomasz Sowinski10-Jul-01 5:01
Tomasz Sowinski10-Jul-01 5:01 
GeneralRe: Disabling Ctrl+Alt+Del keys in Win NT/2000 Pin
11-Jul-01 21:26
suss11-Jul-01 21:26 
GeneralRe: Disabling Ctrl+Alt+Del keys in Win NT/2000 Pin
wParam31-Jul-01 13:29
wParam31-Jul-01 13:29 
Actually, you CAN disable those keys, but it involves terminating winlogon. I didn't notice any drastic effects, the most notable thing was the lack of ctrl+alt+delete (at that point I could use RegisterHotKey and catch it in my own apps) and the inability to shut down the system. (You can't shut down by ANY MEANS. Blue screen or reset buttons are your only chioces.) Here's what you do:

Terminate smss.exe. (You'll need SeDebugPrivelege)
Terminate winlogon.exe.

There you go. I'm told that all smss.exe does after the system is running is wait on various things and bluescreen when they terminate. So by killing it before winlogon you get rid of winlogon without the bluescreen normally associated with it. If you wanted to get really advanced you could try to figure out which thread in smss.exe was the culprit and just kill the one thread.

Use at your own risk! I myself don't fully understand all of winlogon.exe's functions.

Stupid name? Yeah. I know.
GeneralRe: Disabling Ctrl+Alt+Del keys in Win NT/2000 Pin
Christopher Lord3-Dec-01 19:41
Christopher Lord3-Dec-01 19:41 
Generalmouse rollover Pin
5-Jul-01 10:05
suss5-Jul-01 10:05 
GeneralRe: mouse rollover Pin
moliate8-Oct-01 20:59
moliate8-Oct-01 20:59 
GeneralImage File Execution Options & ApplicationGoo Pin
5-Jul-01 5:33
suss5-Jul-01 5:33 
GeneralRe: Image File Execution Options & ApplicationGoo Pin
Tomasz Sowinski5-Jul-01 5:40
Tomasz Sowinski5-Jul-01 5:40 
GeneralNetwork Security Issue Pin
Stan Shannon3-Jul-01 7:25
Stan Shannon3-Jul-01 7:25 
GeneralRe: Network Security Issue Pin
Anders Molin9-Jul-01 2:48
professionalAnders Molin9-Jul-01 2:48 
GeneralRe: Network Security Issue Pin
Stan Shannon10-Jul-01 4:27
Stan Shannon10-Jul-01 4:27 
GeneralRe: Network Security Issue Pin
Anders Molin11-Jul-01 4:27
professionalAnders Molin11-Jul-01 4:27 
GeneralRe: Network Security Issue Pin
Stan Shannon11-Jul-01 5:06
Stan Shannon11-Jul-01 5:06 
GeneralWindows 2000 API Pin
3-Jul-01 6:57
suss3-Jul-01 6:57 
GeneralRe: Windows 2000 API Pin
J Patel3-Jul-01 7:02
J Patel3-Jul-01 7:02 
GeneralRe: Windows 2000 API Pin
3-Jul-01 7:23
suss3-Jul-01 7:23 
GeneralRe: Windows 2000 API Pin
3-Jul-01 8:04
suss3-Jul-01 8:04 
GeneralRe: Windows 2000 API Pin
J Patel3-Jul-01 8:22
J Patel3-Jul-01 8:22 
GeneralRe: Windows 2000 API Pin
3-Jul-01 10:03
suss3-Jul-01 10:03 
GeneralRe: Windows 2000 API Pin
24-Jul-01 0:33
suss24-Jul-01 0:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.