Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. change the windows opening screen

change the windows opening screen

Scheduled Pinned Locked Moved System Admin
help
5 Posts 5 Posters 22 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thrivikram
    wrote on last edited by
    #1

    hello, I'm writing an application which has to be executed before the windows desktop appears.Can you help me to come out of this problem. thanks

    S M J 3 Replies Last reply
    0
    • T thrivikram

      hello, I'm writing an application which has to be executed before the windows desktop appears.Can you help me to come out of this problem. thanks

      S Offline
      S Offline
      Stober
      wrote on last edited by
      #2

      To my knowledge it is not possible to tell the Win32 system when to start any given application program. You could write an NT Service program, which normally starts before login, or a Win32 Kernel program which probably starts before Service programs. To write either of these you need lots of systems program experience and study several books. Check out Advanced Systems Programming that, I think, was written by John Riche. I attended one of his seminars once a few years ago, and he has got to be the world's most knowledgable person about Win32 operating system. His books are worth their weight in gold.

      E 1 Reply Last reply
      0
      • T thrivikram

        hello, I'm writing an application which has to be executed before the windows desktop appears.Can you help me to come out of this problem. thanks

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        On NT, you'll need to write a service. There are a couple of articles on NT services here at this site. On 9x (and I assume Me as well), you need to add your app to the HKLM\SW\MS\Win\CV\RunServices key. Look up the RegisterServiceProcess() API for more details.

        1 Reply Last reply
        0
        • S Stober

          To my knowledge it is not possible to tell the Win32 system when to start any given application program. You could write an NT Service program, which normally starts before login, or a Win32 Kernel program which probably starts before Service programs. To write either of these you need lots of systems program experience and study several books. Check out Advanced Systems Programming that, I think, was written by John Riche. I attended one of his seminars once a few years ago, and he has got to be the world's most knowledgable person about Win32 operating system. His books are worth their weight in gold.

          E Offline
          E Offline
          Erik Funkenbusch
          wrote on last edited by
          #4

          That would be Jeffery Richter, not John Riche. http://www.wintellect.com/richter\_bio.html

          1 Reply Last reply
          0
          • T thrivikram

            hello, I'm writing an application which has to be executed before the windows desktop appears.Can you help me to come out of this problem. thanks

            J Offline
            J Offline
            Jim
            wrote on last edited by
            #5

            While I don't know what you app is take a look at the following topic in MSDN - seems very interesting and it might allow you to do some interesting things: GINA DLL Interface API

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups