Wiki Home Windows boot issues Client long Shutdown
Client long Shutdown
2024-03-31
client, shutdown, long, issue
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.
- If you encounter this issue, the solution is to disable Modern Standby by following the steps below
- Open the PC with super user
- Press Win + X to open Run.
- Click on Windows Terminal (Admin) to open the terminal with administrative privilege.
- In the Windows Terminal window, copy and paste the following reg command:
- reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
- When the operation completed successfully message appears, close the Command Prompt.
- If you need to enable Modern Standby again, use the following command in the elevated Windows Terminal window:
- reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f
- Make sure you restart your PC to apply the changes.
- Shutdown the PC , disable super user and save the changes
- Alternative solution on this link: https://www.makeuseof.com/windows-disable-modern-standby/