Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| windows:notes:bcdedit [2026/04/14 20:29] – Sean Rhone | windows:notes:bcdedit [2026/04/14 20:32] (current) – Sean Rhone |
|---|
| |
| "%UserProfile%\Downloads\BCDEdit (General).bat" | "%UserProfile%\Downloads\BCDEdit (General).bat" |
| | |
| | ====== Spinesnap ====== |
| | |
| | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (Spinesnap).bat" |
| | |
| | <code> |
| | @echo off |
| | |
| | CD "%Temp%" |
| | |
| | "%SystemRoot%\System32\bcdedit.exe" /set "useplatformtick" "No" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "useplatformclock" "No" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "forcelegacyplatform" "Yes" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "tscsyncpolicy" "Legacy" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "pciexpress" "ForceDisable" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "uselegacyapicmode" "Yes" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "usephysicaldestination" "Yes" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "nointegritychecks" "On" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "disableelamdrivers" "Yes" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "halbreakpoint" "No" |
| | |
| | :: End</code> |
| | |
| | "%UserProfile%\Downloads\BCDEdit (Spinesnap).bat" |
| | |
| | ====== Alira ====== |
| | |
| | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (Alira).bat" |
| | |
| | <code> |
| | @echo off |
| | |
| | CD "%Temp%" |
| | |
| | "%SystemRoot%\System32\bcdedit.exe" /set "nx" "AlwaysOn" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "nointegritychecks" "Off" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "disableelamdrivers" "No" |
| | "%SystemRoot%\System32\bcdedit.exe" /set "hypervisorlaunchtype" "Auto" |
| | |
| | :: End</code> |
| | |
| | "%UserProfile%\Downloads\BCDEdit (Alira).bat" |
| |
| ====== Individual ====== | ====== Individual ====== |