mslogon.txt

来自「演示在Windows NT上登录和注销用户,包括显示对话框和不显示两种方式.」· 文本 代码 · 共 36 行

TXT
36
字号
MSLOGON Domain Logon/off program
--------------------------------
MSlogon.exe + src  1.0.2  2-7-97
--------------------------------
Author:   John Melendy
	  melja@ibm.net

Target:   Delphi1 and WFW.
          Winsock and Communications

License:  Freeware/PD - rip it all you want.

Purpose:> Demonstrates programatically logging <
	> on and off a Microsoft NT or LanMan  < 
	> Domain with or without dialog boxes. <

Comments: This code is a real hack and a work in
	  progress, so dont winge about that, 
	  please, I already know. I hope this is
	  useful to people, as there have been a
	  lot of questions in several newsgroups
	  about this. If you have any improvements,
	  helpful suggestions, ;) please send an 
	  email to me.

Revision History: 
	
1.0.0: 	First Version, lacks function domain 
	enumeration

1.0.2:	Fixed domain enumeration.
	Fixed termination problem (allowed 
	alt-f4 etc. to close.)
	Added command line switch: /ac
	  - removes cancel button ( no exit
	    without logging on !)    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?