Skip to content

Instantly share code, notes, and snippets.

@cretudorin
Created April 12, 2020 09:19
Show Gist options
  • Save cretudorin/f0cb357448206d96be78985e4d302223 to your computer and use it in GitHub Desktop.
Save cretudorin/f0cb357448206d96be78985e4d302223 to your computer and use it in GitHub Desktop.
Change bootloader to grub and timezone after Windows install
# Restore bootloader after Windows install
bcdedit /enum firmware
bcdedit /set {bootmgr} path \EFI\UBUNTU\SHIMX64.efi
# Make Windows use UTC to match ubuntu
Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment