[SOLVED] Windows shutdown not working after install windows boot manager

Feb 13, 2020
2
0
10
My shutdown button from the windows menu does not work. It goes to the shutdown screen, closes all my apps, launches right back to the desktop, and runs all my start up tasks. This happened after I did this:
  1. Unplug all my other SSDs and HDDs
  2. Shrink my C drive
  3. Run CMD in admin mode
  4. Run these commands:
Diskpart

List disk

Select disk (to put boot manager on)

List partition

Create partition efi

Format quick fs=fat32

List partition

List volume (i.e. the volume letter where the Windows OS is installed)

Exit

bcdboot C:\Windows /s T

I skipped this step "Format quick fs=fat32" since it did not work. This might be causing the issue. For some reason, I can shutdown properly if I type "shutdown.exe /s /t 00" in CMD.