?? readme.txt
字號:
Standard Disclaimer: It may work, It may not...
That being said, I wrote this app as a solution to my problem with changing NT Passwords from a
Win9x Workstation. This code was plucked from my "bigger picture" app which also changes Novell
passwords (I posted that code at http://www.vbcode.com ... it requires Client32 loaded) and
sends results to me via e-mail. I think I got all that code out of there, but if there's
something that just don't make sence, that's probably where it came from. Also, there's
very little error checking on the password routine in this app because it assumed that if it
made it past the Novell API, all was well (which it is in the big app).
There's a couple of options that need to be set in ChPass before compling...
* You must set the ComputerName constant to the machine that will have ChPassSrv loaded.
* You should set the URL in the cmdHelp_Click routine to a help file (none provided).
You will also need MSWINSCK.OCX in the System(32) directory of any machine attempting to run
this program (it's installed with VB).
ChPassSrv should compile and work as is, however, after is running on your server, you'll want
to select your logging level (default is everything, including passwords, in clear text).
Any questions, bug report, ideas, or even patches should be sent to jake@acutex.net (that's me!).
Thanks for your Intrest, and good luck.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -