CTRL+ALT+DEL 
Author Message
 CTRL+ALT+DEL

HI ,

I need to lock the Windows NT Server programmatically, using VB Script or
VBA or a Windows NT Resource tool. I am looking for some directions on this
here.

Any help would be most welcome.



Tue, 20 Aug 2002 03:00:00 GMT  
 CTRL+ALT+DEL

With VB or VBA can kick on the password protected screen saver with

Public Const WM_SYSCOMMAND = &H112
Public Const SC_SCREENSAVE = &HF140&

rc = SendMessage(Me.hwnd, WM_SYSCOMMAND, SC_SCREENSAVE, 0&)

To be really effective, set the ScreenSaverGracePeriod registry key to 0.

Q221784 - Screen Saver Grace Period Bypasses Password Protection
http://support.microsoft.com/support/kb/articles/Q221/7/84.ASP

--
Michael Harris
MVP - Windows Script

  HI ,

  I need to lock the Windows NT Server programmatically, using VB Script or
  VBA or a Windows NT Resource tool. I am looking for some directions on this
  here.

  Any help would be most welcome.



Tue, 20 Aug 2002 03:00:00 GMT  
 CTRL+ALT+DEL

Quote:

> HI ,

> I need to lock the Windows NT Server programmatically, using VB Script or
> VBA or a Windows NT Resource tool. I am looking for some directions on this
> here.

> Any help would be most welcome.

In this regard, also see the following (from http://www.jsiinc.com reghacks tip# 0302):

0302 ? Activate a password protected screensaver from an shortcut, batch, or via
 the scheduler.

 In tip 005, we were able to activate a screensaver by making it executable. We were not able to
activate
 any password protection.

 Download sslaunch.zip. This program can activate any screensaver, with or without password
protection,
 from a shortcut, batch or even the scheduler.

 If Password protection is set on the screensaver, it will activate after the defined number of
seconds.

 When run from the scheduler, use the /interactive switch. It actives the screensaver defined for
the current
 logged on user.

 The syntax is very simple: <Drive:>\Directory\savescrn.exe



Tue, 20 Aug 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Disable (Ctrl+Alt+Del),(Ctrl+Esc),(Alt+Tab) in NT

2. Disable ctrl+esc ctrl+alt+del alt+tab

3. Block System Key like ALT+TAB, Ctrl+Alt+Del, Ctrl+Esc key

4. Disable (Ctrl+Alt+Del),(Ctrl+Esc),(Alt+Tab) in NT

5. Trapping CTRL+BREAK and CTRL+ALT+DEL

6. Trapping Ctrl/Alt/Del + Ctrl/Pause

7. QB CTRL-BREAK and CTRL-ALT-DEL

8. CTRL-ALT-DEL, ALT-TAB

9. Alt Tab and Ctrl Alt Del

10. CTRL-ALT-DEL, ALT-TAB

11. WinNT and CTRL+ALT+DEL and CTRL+ESC

12. Unable the use of Alt-Tab and Ctrl-Alt-Del

 

 
Powered by phpBB® Forum Software