Wiki Home Windows boot issues Client long Shutdown

Client long Shutdown

2024-03-31
client, shutdown, long, issue

  • Included on CCBootcloud version 20240405 or latest

  1. When the client PC shuts down, it continuously attempts to complete the shutdown process for an extended period without successfully turning off. It remains stuck in a loop, endlessly spinning during the shutdown process.
  2. If you encounter this issue, the solution is to disable Modern Standby by following the steps below
  3. Open the PC with super user
  4. Press Win + X to open Run.
  5. Click on Windows Terminal (Admin) to open the terminal with administrative privilege.
  6. In the Windows Terminal window, copy and paste the following reg command:
  7. reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
  8. When the operation completed successfully message appears, close the Command Prompt.
  9. If you need to enable Modern Standby again, use the following command in the elevated Windows Terminal window:
  10. reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f
  11. Make sure you restart your PC to apply the changes.
  12. Shutdown the PC , disable super user and save the changes
  13. Alternative solution on this link: https://www.makeuseof.com/windows-disable-modern-standby/

Related: