უკვე კარგად ცნობილი პროგრამა, რომელიც მოიცავს ყველა იმ საშუალებას, დაწყებული ვიზუალური სტილით და დამთავრებული სისტემური ფაილებით, რომელიც გარდაქმნის Windows XP-ის Vista-ში. ამ პროგრამით შეიცვლება თემები, სისტემური ფაილები, ხმები, იკონკები და ასე შემდეგ. ახალ ვერსიაში გამოსწორებულია შეცდომები, დამატებულია თემები და სხვა ახალი საშუალებები.
ცვლილებების შესახებ: - Vista-Look for Windows XP, MCE or Server 2003 - Modification of the own system files - multilingual - completely free choice for the modification files - check the files for compatibility during the installation - backup from the original system files - re-modification of the system files after Windows Updates - rebuilding of the original system files with un-installation.
ახალი ვერსიის თავისებურება ისაა, რომ იგი არის მრავალ ენოვანი.
" code from the page.
// This part gets the IP
var ip = '';
// This part is for an alert box
alert("Your IP address is "+ip);
// This part is for the status bar
window.defaultStatus = "Your IP address is "+ip;
// This part is for the title bar
document.write("Your IP address is "+ip+"");
// End -->