Table of Contents

TODO

General

"%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (General).bat"
@echo off

CD "%Temp%"

"%SystemRoot%\System32\bcdedit.exe" /set "disabledynamictick" "Yes"
"%SystemRoot%\System32\bcdedit.exe" /set "nx" "AlwaysOff"
"%SystemRoot%\System32\bcdedit.exe" /debug "Off"
"%SystemRoot%\System32\bcdedit.exe" /bootdebug "Off"
"%SystemRoot%\System32\bcdedit.exe" /ems "Off"
"%SystemRoot%\System32\bcdedit.exe" /event "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "pae" "ForceDisable"
"%SystemRoot%\System32\bcdedit.exe" /set "hypervisorlaunchtype" "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "hypervisordebug" "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "vsmlaunchtype" Off"
"%SystemRoot%\System32\bcdedit.exe" /set "nocrashautoreboot" "On"

:: End
"%UserProfile%\Downloads\BCDEdit (General).bat"

Spinesnap

"%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (Spinesnap).bat"
@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
"%UserProfile%\Downloads\BCDEdit (Spinesnap).bat"

Alira

"%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (Alira).bat"
@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
"%UserProfile%\Downloads\BCDEdit (Alira).bat"

Individual

General

"%SystemRoot%\System32\bcdedit.exe" /set "disabledynamictick" "Yes"
"%SystemRoot%\System32\bcdedit.exe" /set "nx" "AlwaysOff"
"%SystemRoot%\System32\bcdedit.exe" /debug "Off"
"%SystemRoot%\System32\bcdedit.exe" /bootdebug "Off"
"%SystemRoot%\System32\bcdedit.exe" /ems "Off"
"%SystemRoot%\System32\bcdedit.exe" /event "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "pae" "ForceDisable"
"%SystemRoot%\System32\bcdedit.exe" /set "hypervisorlaunchtype" "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "hypervisordebug" "Off"
"%SystemRoot%\System32\bcdedit.exe" /set "vsmlaunchtype" Off"
"%SystemRoot%\System32\bcdedit.exe" /set "nocrashautoreboot" "On"

Spinesnap

"%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"

Etc

"%SystemRoot%\System32\bcdedit.exe"  /set "xsavedisable" "1"

Alira

"%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"