Advertisement
Guest User

Untitled

a guest
Jul 27th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. Windows Boot Manager
  2. --------------------
  3. identifier {bootmgr}
  4. device partition=D:
  5. description Windows Boot Manager
  6. locale en-us
  7. inherit {globalsettings}
  8. default {current}
  9. resumeobject {d7d258ff-b488-11ed-a096-ae30f620e928}
  10. displayorder {current}
  11. toolsdisplayorder {memdiag}
  12. timeout 30
  13.  
  14. Windows Boot Loader
  15. -------------------
  16. identifier {21c60e90-b484-11ed-b912-8dae2f5ec0f1}
  17. device ramdisk=[C:]\Recovery\WindowsRE\Winre.wim,{21c60e91-b484-11ed-b912-8dae2f5ec0f1}
  18. path \windows\system32\winload.exe
  19. description Windows Recovery Environment
  20. locale en-US
  21. inherit {bootloadersettings}
  22. displaymessage Recovery
  23. osdevice ramdisk=[C:]\Recovery\WindowsRE\Winre.wim,{21c60e91-b484-11ed-b912-8dae2f5ec0f1}
  24. systemroot \windows
  25. nx OptIn
  26. bootmenupolicy Standard
  27. winpe Yes
  28.  
  29. Windows Boot Loader
  30. -------------------
  31. identifier {current}
  32. device partition=C:
  33. path \WINDOWS\system32\winload.exe
  34. description Windows 10
  35. locale en-us
  36. inherit {bootloadersettings}
  37. allowedinmemorysettings 0x15000075
  38. osdevice partition=C:
  39. systemroot \WINDOWS
  40. resumeobject {d7d258ff-b488-11ed-a096-ae30f620e928}
  41. nx OptIn
  42. bootmenupolicy Standard
  43.  
  44. Resume from Hibernate
  45. ---------------------
  46. identifier {18530a81-b485-11ed-8c3a-c386bd4978db}
  47. device partition=C:
  48. path \WINDOWS\system32\winresume.exe
  49. description Windows Resume Application
  50. locale en-us
  51. inherit {resumeloadersettings}
  52. allowedinmemorysettings 0x15000075
  53. filepath \hiberfil.sys
  54. bootmenupolicy Standard
  55.  
  56. Resume from Hibernate
  57. ---------------------
  58. identifier {d7d258ff-b488-11ed-a096-ae30f620e928}
  59. device partition=C:
  60. path \WINDOWS\system32\winresume.exe
  61. description Windows Resume Application
  62. locale en-us
  63. inherit {resumeloadersettings}
  64. allowedinmemorysettings 0x15000075
  65. filedevice partition=C:
  66. filepath \hiberfil.sys
  67. bootmenupolicy Standard
  68. debugoptionenabled No
  69.  
  70. Windows Memory Tester
  71. ---------------------
  72. identifier {memdiag}
  73. device partition=D:
  74. path \boot\memtest.exe
  75. description Windows Memory Diagnostic
  76. locale en-us
  77. inherit {globalsettings}
  78. badmemoryaccess Yes
  79.  
  80. EMS Settings
  81. ------------
  82. identifier {emssettings}
  83. bootems No
  84.  
  85. Debugger Settings
  86. -----------------
  87. identifier {dbgsettings}
  88. debugtype Local
  89.  
  90. RAM Defects
  91. -----------
  92. identifier {badmemory}
  93.  
  94. Global Settings
  95. ---------------
  96. identifier {globalsettings}
  97. inherit {dbgsettings}
  98. {emssettings}
  99. {badmemory}
  100.  
  101. Boot Loader Settings
  102. --------------------
  103. identifier {bootloadersettings}
  104. inherit {globalsettings}
  105. {hypervisorsettings}
  106.  
  107. Hypervisor Settings
  108. -------------------
  109. identifier {hypervisorsettings}
  110. hypervisordebugtype Serial
  111. hypervisordebugport 1
  112. hypervisorbaudrate 115200
  113.  
  114. Resume Loader Settings
  115. ----------------------
  116. identifier {resumeloadersettings}
  117. inherit {globalsettings}
  118.  
  119. Device options
  120. --------------
  121. identifier {21c60e91-b484-11ed-b912-8dae2f5ec0f1}
  122. description Windows Recovery
  123. ramdisksdidevice partition=C:
  124. ramdisksdipath \Recovery\WindowsRE\boot.sdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement