Jump to content

Style XP 3.0 for Men & Women


Astalavista

Recommended Posts


Negative! im still using original SP2 Bootscreen :P i havent found 1 i REALLY like , i too want something kind of Aero/Longhorn to go with my semi longhorn theme :)

tried BootSkin ? by stardock

EDIT: just found this 1, but i dont want 2 have 2 use bootskin for this, any way 2 use the file without bootskin, like porting it to ntoskrnl :P

http://www.wincustomize.com/Preview.aspx?S..._Reflection.jpg

Link to comment
Share on other sites

One could just use autoit....while not silent it does work. :)

Sorry I can't code this up for you guys right now....but I'm on a huge under taking right now...converting all my scipts to use ini files and some new code MHz cooked up.

So future release's will be exe & ini based....with source code included.

Any ways I'm rambling. ;)

Link to comment
Share on other sites

hmm just use AutoIt to do whats needed to close the window.

Generally not much more than below is needed.

WinWaitActive ( "title" )

WinClose ( "title" )

So the autoit script would look some thing roughly like so:

; Execute Installer
If FileExists ( @ScriptDir & "\setup.exe" ) Then
Run ( @ScriptDir & "\setup.exe /S" )
Else
Exit
EndIf

; Close Settings Window
WinWaitActive ( "Settings" )
WinClose ( "Settings" )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...