Forum Discussion

Re: when i quit apex my computer can't shut down or restart!

@EdmundZY2580Are there a process running the prevents the PC from shutdown?

If that's the case, you could solve it by adding a scheduled task (as admin), based on the log created while shutting off the game. Create a small batch file to be run when the task is triggered with something like:

taskkill /f /im nameofprocess.exe

3 Replies