Advertisement
Guest User

bcdedit ids

a guest
Nov 29th, 2011
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1.  
  2. {bootmgr} Specifies the Windows boot manager entry.
  3.  
  4. {fwbootmgr} Specifies the firmware boot manager entry,
  5. specifically on systems that implement the
  6. Extensible Firmware Interface (EFI) specification.
  7.  
  8. {memdiag} Specifies the memory diagnostic application entry.
  9.  
  10. {ntldr} Specifies a OS loader (Ntldr) that can be used
  11. to start operating systems earlier than Windows
  12. Vista.
  13.  
  14. {current} Specifies a virtual identifier that corresponds to
  15. the operating system boot entry for the operating
  16. system that is currently running.
  17.  
  18. {default} Specifies a virtual identifier that corresponds to
  19. the boot manager default application entry.
  20.  
  21. {ramdiskoptions} Contains the additional options required by the
  22. boot manager for RAM disk devices.
  23.  
  24. {dbgsettings} Contains the global debugger settings that can be
  25. inherited by any boot application entry.
  26.  
  27. {emssettings} Contains the global Emergency Management Services
  28. settings that can be inherited by any boot
  29. application entry.
  30.  
  31. {badmemory} Contains the global RAM defect list that can be
  32. inherited by any boot application entry.
  33.  
  34. {globalsettings} Contains the collection of global settings that
  35. should be inherited by all boot application
  36. entries.
  37.  
  38. {bootloadersettings} Contains the collection of global settings that
  39. should be inherited by all Windows boot loader
  40. application entries.
  41.  
  42. {resumeloadersettings} Contains the collection of global settings that
  43. should be inherited by all Windows resume from
  44. hibernation application entries.
  45.  
  46. {hypervisorsettings} Contains the hypervisor settings that can
  47. be inherited by any OS loader entry.
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement