|
-
Aug 8th, 2002, 01:43 PM
#1
Thread Starter
Fanatic Member
registry keys to start an app at win startup
are there any oher keys like
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce
that i can use to run my app at windows startup i want a more hidden key than those
thnks
-
Aug 8th, 2002, 01:48 PM
#2
PowerPoster
I think there is another key at
HKLM\Software\Microsoft\Windows\CurrentVersion\RunService
-
Aug 8th, 2002, 01:50 PM
#3
PowerPoster
I suppose you can even use the win.ini file located in the system folder for launching your app, but that is more open than the registry.
-
Aug 8th, 2002, 03:45 PM
#4
Thread Starter
Fanatic Member
that HKLM\Software\Microsoft\Windows\CurrentVersion\RunService key is it only for NT machines?
-
Aug 8th, 2002, 04:03 PM
#5
Hyperactive Member
I believe in win 9x normal applications can run as services, but in NT this is a totally different story. There are no hidden places to start your program. They are known for a very good reason: to prevent people from installing viruses. What makes you want to hide it though?
Joe
-
Aug 9th, 2002, 02:59 AM
#6
Thread Starter
Fanatic Member
i ve been assigned to create a shareware-lock for a precomplie exe file so i made an app to check-lock that precompiled exe. so i need a way to hide the app i write and also to run that app every windows start
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
|