Originally posted by martonbank:
Is there a way that te original setup which is listed above as WINNT can be deleted and the good version of XP left on which works fine apart from having to choose that option on startup.
So you want to delete the WINNT section? Here is how:
In the XP, "WINDOWS", Login with Administrator, click->Start->Run, execute "cmd".
You get screen, something like to this (this is from my system):
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985 - 2001 Microsoft Corp.
C:\Documents and Settings\Ville>
Now write:
cd\
attrib -r -s -h boot.ini
copy boot.ini boot.bak
notepad c:\boot.ini
Modify the boot.ini to this:
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
Save the file and close notepad.
Now the boot loader will start Windows XP which is installed to "C:\WINDOWS", not to "C:\WINNT". And it will wait for 10 seconds for you to make choice between Windows and Recovery Console. If you do not make choice, it will start Windows by default.
Test it. Reboot.
When (/if ...

) you get back to XP, login with Administrator, start Explorer and browse to C: drive root. You'll see "Windows" and "Winnt" folders. Select the "WINNT" folder and press Del, to delete it / move to recycle bin. After it is deleted, empty your recycle bin, so you get some free space.
Now there should be no trace of the WINNT.
Good luck.