User Tools

Site Tools


windows:notes:bcdedit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:notes:bcdedit [2026/03/29 15:32] Sean Rhonewindows:notes:bcdedit [2026/04/14 20:32] (current) Sean Rhone
Line 5: Line 5:
  
 ====== General ====== ====== General ======
 +
 +  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\BCDEdit (General).bat"
 +
 +<code>
 +@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</code>
 +
 +  "%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 ======
 +
 +===== General =====
  
   "%SystemRoot%\System32\bcdedit.exe" /set "disabledynamictick" "Yes"   "%SystemRoot%\System32\bcdedit.exe" /set "disabledynamictick" "Yes"
Line 26: Line 95:
   "%SystemRoot%\System32\bcdedit.exe" /set "vsmlaunchtype" Off"   "%SystemRoot%\System32\bcdedit.exe" /set "vsmlaunchtype" Off"
  
-====== Spinesnap ======+  "%SystemRoot%\System32\bcdedit.exe" /set "nocrashautoreboot" "On" 
 + 
 +===== Spinesnap =====
  
-  "%SystemRoot%\System32\bcdedit.exe" /set "useplatformtick" "no"+  "%SystemRoot%\System32\bcdedit.exe" /set "useplatformtick" "No"
  
-  "%SystemRoot%\System32\bcdedit.exe" /set "useplatformclock" "no"+  "%SystemRoot%\System32\bcdedit.exe" /set "useplatformclock" "No"
  
   "%SystemRoot%\System32\bcdedit.exe" /set "forcelegacyplatform" "Yes"   "%SystemRoot%\System32\bcdedit.exe" /set "forcelegacyplatform" "Yes"
Line 38: Line 109:
   "%SystemRoot%\System32\bcdedit.exe" /set "pciexpress" "ForceDisable"   "%SystemRoot%\System32\bcdedit.exe" /set "pciexpress" "ForceDisable"
  
-====== Alira ======+  "%SystemRoot%\System32\bcdedit.exe" /set "uselegacyapicmode" "Yes"
  
-  * ''hypervisorlaunchtype'' for WSL+  "%SystemRoot%\System32\bcdedit.exe" /set "usephysicaldestination" "Yes"
  
-  "%SystemRoot%\System32\bcdedit.exe" /set "nx" "AlwaysOn"+  "%SystemRoot%\System32\bcdedit.exe" /set "nointegritychecks" "On"
  
-  "%SystemRoot%\System32\bcdedit.exe" /set "hypervisorlaunchtype" "Auto"+  "%SystemRoot%\System32\bcdedit.exe" /set "disableelamdrivers" "Yes"
  
-====== Etc ======+  "%SystemRoot%\System32\bcdedit.exe" /set "halbreakpoint" "No"
  
-  * ''xsavedisable'' caused [[windows;10#gimp|GIMP]] to not start+==== Etc ==== 
 + 
 +  2026/03/29: ''xsavedisable'' caused [[windows;10#gimp|GIMP]] to not start
  
   "%SystemRoot%\System32\bcdedit.exe"  /set "xsavedisable" "1"   "%SystemRoot%\System32\bcdedit.exe"  /set "xsavedisable" "1"
 +
 +===== Alira =====
 +
 +  * Include [[#spinesnap|Spinesnap]]
 +  * ''hypervisorlaunchtype'' for [[windows;notes;wsl|WSL2]]
 +
 +  "%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"
  
/srv/www/wiki/data/attic/windows/notes/bcdedit.1774812765.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki