Results 1 to 10 of 10

Thread: [RESOLVED] Boot Logo

  1. #1

    Thread Starter
    Hyperactive Member FireKnox101's Avatar
    Join Date
    Aug 2005
    Location
    Snohomish,Washington
    Posts
    301

    Resolved [RESOLVED] Boot Logo

    I was wondering if you can change the logo that Windows shows you when it is loading. If so How. Post here or pvt msg me.
    An the logo im talking about is the one that says Windows Xp.

    Im currently using: VB.NET 2003, And VB 2005 Express
    My Projects
    Form Them Show Keypress In App
    Simple Ping Control

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Boot Logo

    Are you asking how to do this using VB.NET? If yes, there is no .NET-specific way. If not, why are you asking in a VB.NET forum?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: Boot Logo

    i am not sure, but here is my guess. i think the image showing in the windows startup screen is just an image loaded from the harddisk.

    search for it or for it's path and replace it with whatever image you want (but exaclty the same name and extension) and the windows startup executables should load the new image without even knowing that it was changed.


    it is just an idea though i am not 100% sure.

    rgds

  4. #4
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Re: Boot Logo

    It appears the only way to do it is with a utility, some free, some at a cost.
    The windows boot kernel has to be modified in order to accomplish what you wish to do.
    Heres one such utility and example:
    XP Boot Editor
    I'mNotAGeek Website
    Use at your own risk, as stated by all the utilities that modify the kernel.
    It doesn't appear that anyone has invented a .net way of doing what you ask. But maybe you'll figure out a way. =)
    Last edited by gjon; Aug 27th, 2005 at 03:33 PM.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Boot Logo

    I have no authority around here, obviously, but I have a recommendation. In order to maintain the integrity of this forum as a place to discuss VB.NET related issues, I suggest that we do not provide answers to blatantly unrelated questions. There are plenty of other places to ask those questions.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: Boot Logo

    Agrees to Jm
    Maybe this person who asked this question was new and doesnt know how to post in some other place out here.Someone could tell him where to post.
    And secondly,are we all sure that he doesnt mean to change the logo from vb.net and just means in general?
    Godwin

    Help someone else with what someone helped you!

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Boot Logo

    Moved to General PC

    There is a way to do it via code but it probably takes C++ or other low level language to accomplish it.

    It also depends on the motherboards functionality. I have a Asus P4P800-E Deluxe mobo and it has a downloadable utility for it that lets you add your own image to the boot logo and/or voice/audio.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: Boot Logo

    No Rob,Hes asking about changing the windows logo I guess,not the bios boot up logo.There are softwares available for it like bootxp
    Godwin

    Help someone else with what someone helped you!

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Boot Logo

    My bad...

    Then its called a Startup Screen. In Windows 98 this was very easy. You just renames the logo file to whatever you waanted. I'm sure now its embedded in the kernal like JMC suggested.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Boot Logo

    Ok, just verified that the logon screen background and logo are an embedded bmp resource file in Shell32.dll. Perhaps the startup screen is ion another dll resource.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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