I just wish, that was true for me.
I will just wait for the fix.
Been at this too bloody long.
Still need help with this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Instruction at 0x00007FFBCEAC3ACA reference memory at 0x0000000000000024. The memory could not be written.
Click ok to terminate the programme.
I use windows 11 23h2 this happened after the latest update, and happens at shutdown.
sfc /scannow, ran it three times. I do not know what to place on the command line to run
DISM. DISM /Online /Cleanup-Image /RestoreHealth does NOT WORK. I am frustrated, and nerves are getting bad.
I am NEW to windows 11 and just installed it on my High End Gaming Computer. I am frustrated, after gaming, seeing this
when I shut down.
I NEED HELP NOW please.
I cannot run DISM, till I get the correct command line sequence.
Thanks.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I just wish, that was true for me.
I will just wait for the fix.
Been at this too bloody long.
Still need help with this.
I agree, i hope Microsoft acknowledges this issue and fix it asap - it is so annoying!
I updated the instructions by adding a line to the batch file with a command to kill the game input service before explorer.exe
I found that using bluetooth to connect my xbox controller would sometimes cause the error if I used sign off or put the computer to sleep instead of a shutdown or reboot.
Adding the line to kill the game input service seems to have eliminated that rare circumstance.
Here are the updated directions, if anyone wants to give it a go.
This is an updated way to eliminate the explorer.exe error message, regardless what’s plugged in, and whether you log off, shut down or restart the computer. It requires Win 10/11 PRO, or you need to enable group policy editor in home edition.
You can find that here
https://windowsreport.com/enable-gpedit-windows-11/
Caveat, this works for me but I can't say absolutely it will for you. These changes to the group policy will not harm you normal functioning in any way.
If you made this batch file when I posted before and want to edit the previous batch file, just right click the file, and select edit to insert the new line. Your group policy changes from before are still fine.
Start by making a batch file that kills the explorer.exe process, and the game input service
Open notepad and paste in these two lines.
NET STOP GameInputSvc
taskkill /F /IM explorer.exe
Save the file as Shut_Down_Script.bat or whatever you prefer to name it. Put somewhere safe, like your documents folder.
Use WIN+R to run gpedit.msc (Group policy editor)
In the left panel:
Drill Down to Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)
Double Click Shutdown in the right panel and click Add
Browse to, and highlight the batch file you made, and click open , then OK, and Ok again
In the left panel:
Drill Down to User Configuration > Windows Settings > Scripts (logon/Logoff)
Double Click Logoff in the right panel and click Add
Browse to, and highlight the same batch file and click open, then OK, and OK again
Close the editor. Done.
I have nearly the same spec system as you . clean win install , exactly the same problem .
Sure its a win update that is causing it.
Yes, Thats True.
Whats really frustrating, also, is every fix, suggested here, within this post,
does'nt work.
Still waiting for the fix, to come.