|
-
Oct 29th, 2004, 10:03 AM
#1
Thread Starter
Fanatic Member
A auto start dll, ocx or sys file? [unresolved]
Can that be made? i would like to create a dll, ocx or a sys file and when windows start it could be auto loaded without beeing called from rundll or with regedit keys, because any user can delete that key.
That file is to keep me informed of all logins that exist after a windows start, and afer something like 10 seconds, the dll just needed to execute this:
sub main()
shell("cmd /c net user>>F:\users_files\logins.txt"),vbhide
unload me
end sub
F: is a network drive already mapped in that computer.
Any idea how to do this?
Last edited by TDQWERTY; Nov 13th, 2004 at 06:15 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|