|
-
February 28th, 2000, 07:59 AM
#1
Questionson Win 9X startup
hi,
I have created a password app that works ok.
a few things I need to figure out are:
1.how do I get it to run before windows desktop loads?
right nowI have it loaded in the "run" section of my registry.in a sense this works just likebeing in the start folder.
2.how do make it run only if the user uses the escape button or logs on withoutNT authenication?
Any help appreciated
-
February 28th, 2000, 04:04 PM
#2
Re: Questionson Win 9X startup
you could make a form and when it loads it hides desktop's icon, and taskbar, if password is incorrect program will log off the current user or restart the PC, other then that I have no idea how to make for to start before windows does...umm, maybe Autoexec.bat??? that should load your exe before windows is completely loaded
Good Luck!!!
-
March 1st, 2000, 01:49 PM
#3
Re: Questionson Win 9X startup
Thanks,I will try the strat up in Autoexec.bat
-
March 1st, 2000, 01:50 PM
#4
Re: Questionson Win 9X startup
Thanks,I will try the start up in Autoexec.bat
-
March 1st, 2000, 03:21 PM
#5
Re: Questionson Win 9X startup
That's not going to work - a VB program needs windows to be running first.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
March 2nd, 2000, 11:27 PM
#6
Re: Questionson Win 9X startup
-
April 13th, 2000, 08:12 PM
#7
Re: Questionson Win 9X startup
HKLM\software\microsoft\windows\current version\runservices
create a string value with the path to your exe. Programs here run before a network login.
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
|