Title: Nachricht
VB 6 can create DLL's ...
-----Original Message-----
From: Tom-The-Bomb [mailto:[EMAIL PROTECTED]]
Sent: 02 May 2002 20:27
To: [EMAIL PROTECTED]
Subject: AW: [ActiveDir] Running progam automatically at logon

VB is not capable of creating dll's (as far as I know)
 
you need to stick to one of the other ways, hope it helps
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Fleenor Todd
Gesendet: Donnerstag, 2. Mai 2002 20:30
An: '[EMAIL PROTECTED]'
Betreff: RE: [ActiveDir] Running progam automatically at logon

What about Visual Basic 6.0?
 
 -----Original Message-----
From: Tom-The-Bomb [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: AW: [ActiveDir] Running progam automatically at logon

Just a note: there is no need to use C++ to write GINA dlls. Delphi would do the same job. (Dunno which language you're using)
 
Other ways I can think of:
 
- Registry -> HKEY_LOCAL_MACHINE\...\Run (needs to be done on every server you want to include in you're log-file)
- Registry -> HKEY_CURRENT_USER\...\Run (needs to be done in the profile of every admin if they have roaming profiles)
- Autostart-Group of "C:\Documents and Settings\All Users\Start Menu\AutoStart" (on every server)
- Autostart-Group of "C:\Documents and Settings\<admin>\Start Menu\AutoStart" (for every admin)
- MS GINA
- use your proggie as the admin's system shell and make your program run explorer.exe
- change the logon script for the admins (create one if there is none)
- use the windows scheduler (there is an option to make a task run after login)
 
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Fleenor Todd
Gesendet: Donnerstag, 2. Mai 2002 19:58
An: '[EMAIL PROTECTED]'
Betreff: RE: [ActiveDir] Running progam automatically at logon

I had looked in to doing this, and found the sample GINA applications on MSDN, but the group here did not want me to write a new GINA and I have not used C++ in a while either.
-----Original Message-----
From: Tom-The-Bomb [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 11:51 AM
To: [EMAIL PROTECTED]
Subject: AW: [ActiveDir] Running progam automatically at logon

Well, the best place to control user logon actions would be to write a custom ms-gina dll.
This way you can even let your program decide who is allowed to log in.
There have already been some mails about ms-gina programming.
This way you are able to do some actions right after the login process or just before that.
 
 
 
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Fleenor Todd
Gesendet: Donnerstag, 2. Mai 2002 17:31
An: '[EMAIL PROTECTED]'
Betreff: [ActiveDir] Running progam automatically at logon

I am looking for suggestions on the best place to run a program that monitors Administrator personell logging into Domain controllers.
 
This program asks the user to type in the reason for the login session.
 
This could be run from a login script or a Group Policy, but I'd rather not depend on either of those.
 
It could also be placed into the RUN registery key for windows.
 
What are some other ways to run a program just after someone has logged in? I'd rather this run just before the login script if possible.
 
Thanks for any suggestions!

Reply via email to