Changes

Jump to navigation Jump to search

Win10-Win8.1 TPM Reset

35 bytes added, 10:33, 24 November 2015
m
no edit summary
The solution is to issue some [https://en.wikipedia.org/wiki/Windows_PowerShell Powershell] commands after running it as administrator. Also note that a restart is required after the commands have been issued, at which time you will be prompted with a black screen asking you if you are sure you want to fully reset the [https://en.wikipedia.org/wiki/Trusted_Platform_Module TPM]. These commands are as follows and should be issued individually.
<code>$tpm=get-wmiobject -class Win32_Tpm -namespace root\cimv2\security\microsofttpm</code>
<code>$tpm.DisableAutoProvisioning()  $tpm.SetPhysicalPresenceRequest(22)</code>
<code>$tpm.SetPhysicalPresenceRequest(22)</code>
The original information can be found [https://community.spiceworks.com/topic/1165283-tpm-lockout-after-imaging-surface-pro-3 HERE].
[[Category:Microsoft]]

Navigation menu