add the HP Recovery Partition to the Vista Boot Menu on HP Pavilion dv6000

### add the HP Recovery Partition to the Vista Boot Menu on HP Pavilion dv6000

BCDEDIT.EXE /STORE C:\BOOT\BCD /SET {ramdiskoptions} ramdisksdidevice partition=D:

BCDEDIT.EXE /SET {ramdiskoptions} ramdisksdipath \boot\boot.sdi

BCDEDIT.EXE /CREATE {572bcd55-ffa7-11d9-aae2-0007e994107d} -d "HP Recovery Manager" /application OSLOADER

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} device ramdisk=[D:]\sources\boot.wim,{ramdiskoptions}

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} path \windows\system32\boot\winload.exe

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} osdevice ramdisk=[D:]\sources\boot.wim,{ramdiskoptions}

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} systemroot \windows

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} detecthal yes

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} nx optin

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} winpe yes

BCDEDIT.EXE /SET {572bcd55-ffa7-11d9-aae2-0007e994107d} custom:46000010 yes

BCDEDIT.EXE /set {default} recoverysequence {572bcd55-ffa7-11d9-aae2-0007e994107d}

BCDEDIT.EXE /set {default} recoveryenabled yes

BCDEDIT.EXE -displayorder {572bcd55-ffa7-11d9-aae2-0007e994107d} -addlast

Dieser Eintrag wurde veröffentlicht in Allgemein von admin. Setze ein Lesezeichen zum Permalink.