Bcdedit Portable -

bcdedit /set current debug on bcdedit /set current debugtype serial bcdedit /set current debugport 1 bcdedit /set current baudrate 115200 Network debugging (WinDbg over Ethernet):

Windows Boot Manager -------------------- identifier bootmgr device partition=\Device\HarddiskVolume1 path \EFI\Microsoft\Boot\bootmgfw.efi displayorder current timeout 30 identifier current device partition=C: path \Windows\system32\winload.efi description Windows 11 osdevice partition=C: systemroot \Windows 3.2 Creating a Boot Entry (Dual Boot) Copy the current entry to a new one: bcdedit

bcdedit /set current safeboot minimal # Minimal Safe Mode bcdedit /set current safeboot network # Safe Mode with Networking To disable Safe Mode: bcdedit /set current debug on bcdedit /set current

bcdedit /set current debugtype net bcdedit /set current debugstartaddress 192.168.1.100 bcdedit /set current debugport 50000 Instead of F8, set Safe Mode persistently: Set the boot menu description:

bootrec /rebuildbcd Or manually:

bcdedit /copy current /d "Windows 11 - Debug Mode" The command returns a new GUID, e.g., 5d5f9a7c-... . Use this GUID in subsequent commands. Set the boot menu description: