Via LJAB worden we op de hoogte gebracht van de eerste alpha-release van BootSkin. Zoals de naam het al zegt kan dit programma het opstart-plaatje van Windows NT/2k/XP wijzigen zonder zelf iets aan te passen aan systeembestanden. In deze versie is het nog niet mogelijk om in het programma een bootscreen toe te voegen. Wel kan je zelf een bootscreen via een omweg toevoegen:
Each skin has a filed called bootskin.ini, with a global section [BootSkin],
and the following parameters:
Type: 0 for now
; Note: 0 is the old style boot screen windows xp does now.
; 16 color, supports a progress bar. Must be 4bpp.
Name: "The name of the boot skin"
Author: "The author name"
Description: "A description of what the skin is."
Screen: 640x480x16 color bitmap for the boot screen. This must be 4bpp.
;Note: leaving out the below items will create a boot screen
;that does not have a progressbar animation.
ProgressBar: A bitmap that will be moved across the area defined for the progress bar. 16 colors, 22x9 pixels.
ProgressBarX: Horizontal start of the progress bar area
ProgressBarY: Vertical start of the progress bar area
ProgressBarWidth: Width of the progress bar area
[BootSkin]
Type=0
Name = "El Skino Magnifico"
Author = "Ian Hanschen"
Description = "This is a sample boot skin"
Screen=screen.bmp
ProgressBar=progress.bmp
ProgressBarX = 258
ProgressBarY = 22
ProgressBarWidth = 120[break]