AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.79k stars 2.96k forks source link

How to uninstall Skip_TPM_Check_on_Dynamic_Update.cmd ? #243

Closed mdio33 closed 10 months ago

mdio33 commented 1 year ago

Hello.

I've tryed the script on a macbook pro late 2014 on boot camp and after a long time waiting, the setup reverted to windows 10

Now i want to uninstall everything that Skip_TPM_Check_on_Dynamic_Update.cmd changed, but everytime I run it I get the message....

Skip TPM Check on Dynamic Update V10 INSTALLED run again to remove

But it does not change anything... how to uninstall ??

Thanks.

nondetect commented 1 year ago

Try to use run command "remove", in cmd from admin type:

.\Skip_TPM_Check_on_Dynamic_Update.cmd remove

adukugideon commented 1 year ago

Tried @nondetect's method. Does not work

AveYo commented 1 year ago

Something is wrong in your environment.
You don't have proper admin rights most likely or your AV is blocking the registry change.

The minimal undo is to delete from the registry: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SetupHost.exe

Try doing it manually from regedit, or via reg delete "thekey" /f