Jump to content

Can you skin XP


Guest nellie2
 Share

Recommended Posts

You must be able to.......... anyone got any recomendations??  I've done the blue and I've done the silver.... don't really fancy the green.

Any ideas??

I'm using silver now!

I never did like it but now i do :blush:

Can you skin XP?

Well, yes...

http://www.wincustomize.com/

http://www.themexp.org/

You need to download a little proggy, which i think you do have to end up paying for :( But you can skin XP.

I did try Windows Blinds but hated the actual program, but the skins are nice, especially the Nvidia one.

You can also change the login screen and the boot screen -_-

Link to comment
Share on other sites

Guest nellie2

Thank you Powerless. I don't really want to pay for anything...I don't really want a theme as such because don't like it when your mouse pointer turns into a dinosaur or whatever.

I will have a look at those tonight, but shall stick with the silver I think until I find something 'more me'!!! :lol:

Link to comment
Share on other sites

Guest nellie2

I haven't got sick green I have sparkly silver..... I just wanted something a bit more individual andsome and you will never learn anything new if you aren't prepared to experiment now will you? ;)

Link to comment
Share on other sites

Guest spikeychris

Sorry Nel, I don’t use skins or screen-savers or backgrounds etc, I’m very boring that way. There is though the option of reversing the engineering that will allow you to. It will invalidate your warranties and is not supported by Mr Gates, infact he hates it. Reverse Code Engineering (RCE) is a away of changing the Way software works within the win32 environment. You can learn how the software was written and how to change it. Obviously this goes against all the M$ ethos but it’s a giggle if you get it right.

Think of the MBR, you can disassemble it and re-write it to work for your needs, the Master Boot Record (MBR) is the sector at cylinder 0, head 0, sector 1 of a hard disk. An MBR is created by the FDISK program. When your machine boots and runs the POST INT 19 is used to read the boot sector, it first tries the floppy disk, why? If you haven’t got one or you boot from HDD or CD. INT is also used in Ctrl Alt Delte so POST has to run again??

Boring bit: >> memory at location 0000:7C00 is all it needs. There are ways of changing (RCE) the code so that it will work the way you want ie: move this

0000:7C00 FA CLI disable int's

0000:7C01 33C0 XOR AX,AX set stack seg to 0000

0000:7C03 8ED0 MOV SS,AX

0000:7C05 BC007C MOV SP,7C00 set stack ptr to 7c00

0000:7C08 8BF4 MOV SI,SP SI now 7c00

0000:7C0A 50 PUSH AX

0000:7C0B 07 POP ES ES now 0000:7c00

0000:7C0C 50 PUSH AX

0000:7C0D 1F POP DS DS now 0000:7c00

0000:7C0E FB STI allow int's

0000:7C0F FC CLD clear direction

0000:7C10 BF0006 MOV DI,0600 DI now 0600

0000:7C13 B90001 MOV CX,0100 move 256 words (512 bytes)

0000:7C16 F2 REPNZ move MBR from 0000:7c00

0000:7C17 A5 MOVSW to 0000:0600

0000:7C18 EA1D060000 JMP 0000:061D jmp to NEW_LOCATION

Sorry for the above but this just shows how you can reverse engineer anything, skins will be the same.

Chris

Link to comment
Share on other sites

Guest nellie2

hmmm!!! :blink: I'm actually running on the NTFS file system, so fdisk didn't go anywhere near my HDD last time I formatted. Which was just last week actually..... did you see the pics of my build?? Riveting!! :lol:

I quite like the silver theme actually......... it's sort of growing on me! :)

Link to comment
Share on other sites

Guest nellie2

I have to be honest here..... all this has gone ever so slightly over my head!! B) But it is dead interesting and I have come up with some weird and wonderful sites while googling some of the things you have been going on about!!! :D

Link to comment
Share on other sites

Forgive my ignorance but what do you mean by the "skin"? If it's the colour scheme as defined by "Display Properties" and "Appearance" when you right click on the desktop and select "Properties" then I've never really noticed it until now - when you brought the subject up.

Am I being very boring in saying that I use my computer for more inspiring things than concern for the colour of some minor part of the display?

I most certainly wouldn't risk messing up my machine in attempting to change it.

Link to comment
Share on other sites

Guest nellie2

Well it is the whole appearance really -pops- It is the sort of thing I start messing with when I get bored.

I'm not that bothered about messing things up because if I do then I can just reformat and start again. I keep all important stuff backed up. I think I might just keep things as they are for the time being though.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy