Results 1 to 6 of 6

Thread: registry keys to start an app at win startup

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566

    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
    Come and get our ISDN CallerID http://www.3wm.biz

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    I think there is another key at
    HKLM\Software\Microsoft\Windows\CurrentVersion\RunService

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    that HKLM\Software\Microsoft\Windows\CurrentVersion\RunService key is it only for NT machines?
    Come and get our ISDN CallerID http://www.3wm.biz

  5. #5
    Hyperactive Member
    Join Date
    Jul 2000
    Posts
    352
    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

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    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
    Come and get our ISDN CallerID http://www.3wm.biz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width