Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I wrote a small batch file to solve the "Unable to restore DWM" error. #41

Open
QuartzSandstone opened this issue Nov 10, 2022 · 4 comments

Comments

@QuartzSandstone
Copy link

If error occurs, run this.zip
Solution provided by @Markichu .
"I encountered this and to fix it I deleted uDWM_win11drc.bak in C:\windows\system32 and rerun the exe."
Originally posted by @Markichu in #35 (comment)
It's a batch file that delete uDWM_win11drc.bak . That's it. Should work.

@70V07
Copy link

70V07 commented Nov 17, 2022

thanks with h why without is very bad

@RazoBeckett
Copy link

thanks a lot sir

@brighver
Copy link

brighver commented Jan 4, 2024

thanks sir. it worked.

@AJMansfield
Copy link

For the sake of anyone who'd have preferred to copy-paste to their own bat file, here's the script:

cd /d C:\Windows\System32
del uDWM_win11drc.bak
pause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants