|
-
Nov 24th, 2000, 01:43 PM
#1
Thread Starter
Addicted Member
How can I code my application to load up before Windows logon screen comes up...Basically I am interested in loading my software as soon as Windows is being launched.
How can I code this?
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
-
Nov 24th, 2000, 02:04 PM
#2
Fanatic Member
Put your app in this list in the registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run.
-
Nov 24th, 2000, 04:43 PM
#3
Thread Starter
Addicted Member
Yes i know how to make it load up like that. That is the equivalent of placing it in e Startup Folder. That can be easily defeated by an unauthorized user.
No, I was looking for a way to load my app before Windows is fully loaded, (Before ctrl+alt+delete, etc.. can be used). How would I successfully start my app like this?
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
-
Nov 24th, 2000, 04:51 PM
#4
Fanatic Member
Originally posted by Daniel_Christie
That can be easily defeated by an unauthorized user.
You can only delete the key, if you booted succesfully into windows.
And you can disable ctrl-alt-del in code.
-
Nov 24th, 2000, 05:27 PM
#5
New Member
It is not good way, you can boot windows on safe mode and delete the reg key...
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
|