Thread: 2 small problems

  1. #1
    Registered User Robert_Ingleby's Avatar
    Join Date
    Oct 2001
    Posts
    57

    2 small problems

    I have tried for a whole night to get this info and hope someone out there already know the answer!

    Problem 1: What is the name of the windows file that houses the bitmap for the start up logo.

    Problem 2: What flag is changed to start the safe mode menu at reeboot and what is the name of the file that the menu is in.

    Hope someone can help.

    Thank-you.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    202
    I dont know what flag is switched for safemode but the startup logo is logo.sys. Its a 340 x 400 bitmap with 256 colors. its a bitmap but with a *.sys extension.

  3. #3
    Registered User DutchStud's Avatar
    Join Date
    Oct 2001
    Posts
    43

    the bitmaps...

    Startup: C:\logo.sys
    "it is now safe to shut off your computer": C:\windows\logos.sys
    "windows is shutting down": C:\windows\logow.sys

    you should probably make a copy of these if you are going to change them.
    as for the other question. i have NO idea.

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I think that flag will be in MSDOS.SYS

    If you change BootGUI to 0, the shell will not load. Perhaps Windows changes this to another value for safe mode.

    OR

    I think I've seen BootSafe somewhere in MSDOS.SYS

    Try booting in safe mode, unhiding MSDOS.SYS, and editing it. You will probably find the flag in there. If not, edit all other possible candidates, and eventually you will find it. I am leaning heavily towards MSDOS.SYS

    Also, which version of Windows are we talking about? Their boot sequences and files used in booting differ greatly, especially between Win9x and Win 2000. I'll look in my A+ book to see if it has any info on this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. No clue how to make a code to solve problems!
    By ctnzn in forum C Programming
    Replies: 8
    Last Post: 10-16-2008, 02:59 AM
  2. C Pointers Problems
    By mhelal in forum C Programming
    Replies: 8
    Last Post: 01-10-2007, 06:35 AM
  3. openGL problems (glut)
    By c_young in forum C++ Programming
    Replies: 2
    Last Post: 01-04-2007, 01:27 PM
  4. yhatzee, small straight
    By uglyjack in forum C++ Programming
    Replies: 2
    Last Post: 06-13-2002, 03:09 AM
  5. Small app ideas
    By dirkduck in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-15-2002, 08:57 PM