|
-
Aug 27th, 2005, 04:03 AM
#1
Thread Starter
Hyperactive Member
[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.
-
Aug 27th, 2005, 06:48 AM
#2
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?
-
Aug 27th, 2005, 07:45 AM
#3
Frenzied Member
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
-
Aug 27th, 2005, 08:31 AM
#4
Hyperactive Member
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.
-
Aug 27th, 2005, 09:35 AM
#5
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.
-
Aug 27th, 2005, 11:03 PM
#6
Fanatic Member
-
Aug 27th, 2005, 11:14 PM
#7
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Aug 27th, 2005, 11:31 PM
#8
-
Aug 27th, 2005, 11:38 PM
#9
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Aug 27th, 2005, 11:45 PM
#10
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|