______________________________
altre foto ed informazioni sul sito
http://www.wlapassera.org
Come sei arrivato nel mio blog?
sabato, dicembre 29, 2007
la ragazza volgare
Viale di Porta Romana di Norcia durante la mattina della nevicata
______________________________
altre foto ed informazioni sul sito
http://www.manulele.it e http://www.manulele.net
domenica, dicembre 23, 2007
Cosa chiedere a Babbo Natale: il desiderio più bello
- Chiedetegli piuttosto di portarsi via qualcuno.
Ellekappa
domenica, dicembre 02, 2007
HOW TO REPAIR DUAL BOOT AFTER INSTALLING WINDOWS XP ON WINDOWS VISTA
REPAIR DUAL BOOT AFTER INSTALLING WINDOWS XP ON WINDOWS
1. Use Bootsect.exe to restore the Windows Vista MBR and the boot code that transfers control to the Windows Boot Manager program. To do this, type the following command at a command prompt: Drive:\boot\ Bootsect.exe –NT60 All
In this command, Drive is the drive where the Windows Vista installation media is located.
2. Use Bcdedit.exe to manually create an entry in the BCD Boot.ini file for the earlier version of the Windows operating system. To do this, type the following commands at a command prompt.
Note In these commands, Drive is the drive where Windows Vista is installed. • Drive:\Windows\system32\Bcdedit –create {ntldr} –d “Description for earlier Windows version”
Note In this command, Description for earlier Windows version can be any text that you want. For example, Description for earlier Windows version can be "Windows XP” or “Windows Server 2003."
• Drive:\Windows\system32\Bcdedit –set {ntldr} device partition=x:
• Drive:\Windows\system32\Bcdedit –set {ntldr} path \ntldr
• Drive:\Windows\system32\Bcdedit –displayorder {ntldr} –addlast
3. Restart the computer.