Skip to content

Instantly share code, notes, and snippets.

@sowderca
Created January 29, 2023 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sowderca/b444fea1d996855f05c73a0ab7a72f53 to your computer and use it in GitHub Desktop.
Save sowderca/b444fea1d996855f05c73a0ab7a72f53 to your computer and use it in GitHub Desktop.
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