Created
January 29, 2023 17:17
-
-
Save sowderca/b444fea1d996855f05c73a0ab7a72f53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem run to bypass windows upgrades without TPM | |
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vdsldr.exe" /f | |
:: ONLY IF ABOVE ERRORS | |
rem run if the previous cmd does not fix the error | |
wmic /namespace:"\\root\subscription" path __EventFilter where Name="Skip TPM Check on Dynamic Update" delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment