CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2004
    Posts
    29

    Debug Win2k startup

    I would like to know which dll and exe are being loaded by Win2k after logon at real time with possibility to interrupt temporarily (break point) the loading process.
    How to do it, any idea ?

  2. #2
    Join Date
    Jul 2002
    Location
    Don't Know, Don't Care
    Posts
    346

    Re: Debug Win2k startup

    normally there's a boot option (when you press f8 before the windows logo appears) to run in debug mode. I've never used it so maybe you've tried it and it won't let you do what you want...so the other option is softice or similar.

    C G C F A D--Feel the Noise

    "When your life goes nowhere and leads back to me, doesn't that tell you something?"
    ~Gray Area Fury

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

Featured