|
-
April 9th, 2012, 03:29 PM
#1
How do you make your project run frist
Hi, everyone , is there a way to make your program start befor the windows xp logo, or is there a way i can change the windows startup logo. thanks
-
April 9th, 2012, 05:40 PM
#2
Re: How do you make your project run frist
Look up MDOP, which includes tools to set up the LOGO. Used for Corporate Installs, mostly. Ask someone with a subscription to MSDN or get your own!
(Also, might be a BETA version for FREE)
-
April 10th, 2012, 08:38 AM
#3
Re: How do you make your project run frist
To replace the boot screen with your own you can simply do this:
Edit the file C:\boot.ini
It has a line
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
Add 2 options to this line
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn /bootlogo /noguiboot
Then you put your private boot image into C:\Windows. The name MUST be boot.bmp
Also the image must be a bitmap of 640x480 pixels and I think it is restricted to 16 colors (4bit color depth).
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
|