Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Common problems for Battery
We would like to share some of the most frequently asked questions about: Battery Reports, Hold a charge, Test and Calibrating Battery . Check out this link: Is your notebook plugged in and not charging?
HP Recommended
HP ENVY x360 Laptop - 15-ds1063cl

I am experiencing persistently at boot up (POST screen) the following message: "A configuration change was requested to Disable issuing a Block SID Authentication command on the next boot only.

 

Press F10 to to accept this request.

Press ESC to reject this request and continue"

 

I press ESC and F10 and it remains on the black screen with the message above. 

 

I have been following instructions to enable SDD hardware encryption on a newly installed Samsung SSD.  What initiated this problem was requesting to engage "Disable Block SID" from windows using the powershell commands:

$tpm = gwmi -n root\cimv2\security\microsofttpm win32_tpm

$tpm.SetPhysicalPresenceRequest(97)

 

After the message above displays for 5 minutes,  the StartUp menu is displayed and I can bootup to windows.  Subsequent reboots, the same message and process happens. Is there a way to reset or clear that request?

 

Thank you!

 

 
Updating Media

1000011670.jpg

1000011672.jpg

  

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

I was able to resolve the issue.  I issued the following commands in PowerShell :

 

$tpm = gwmi -n root\cimv2\security\microsofttpm win32_tpm

$tpm.SetPhysicalPresenceRequest(0)

 

In researching it appeared a value of 0 would disable and i tried it and it worked. yay!

 

Thanks for you help and replies. Very much appreciated!

 

Richard

View solution in original post

5 REPLIES 5
HP Recommended

You might have to remove the SSD, use an enclosure or adapter, connect it and use Samsung Magician on another PC to disable encryption on it .

 

SamsungMagician.png



I am a volunteer forum member. If my suggestion helped you solve your issue, help others by marking that post as the accepted solution. Say thanks by clicking on the Yes button next to the "was this reply helpful?"



HP Recommended

Hi Erico,

 

Thank you for your reply. Encryption is not enabled on the new SSD.  I have since reinstalled the old SSD and the same problem persists.

 

I believe setting the TMP SetPhysicalPresenceRequest value to 97 is the underlying reason for the issue. I do not want to tamper with other TMP settings or clearing/resetting the TMP in BIOS it as I am treading in unfamilair waters.  Do you have knowledge with TMP and resetting the SetPhysicalPresenceRequest value with via PowerShell or within the BIOS. Does this seem logical and the best way to resolve the issue?

 

Thanks!

 

Richard

 

 

HP Recommended

I bet you did not expect that replacing the system board was going to put you this deep in the weeds.

 

It is unfortunate, but what you did after the system board replacement was  to inadvertently disturb the TPM cryptographic keys setup.

 

I read an interesting BLOG that may help you. It is pretty involved. Let me know how it goes.

https://www.makeuseof.com/how-fix-trusted-module-platform-error-windows-10/

 

 



I am a volunteer forum member. If my suggestion helped you solve your issue, help others by marking that post as the accepted solution. Say thanks by clicking on the Yes button next to the "was this reply helpful?"



HP Recommended

Hi Erico -

 

Thanks for your reply. The system is fully functioning with the exception of the 5 min delay at boot up. I did not replace the systmen board rather swapped in a new SSD drive.  Thank you for sending the article.  I did change a specific TMP setting value and it just seems logical that if i reset that value to its default, the 5 min wait would be corrected.  I have been researching it and it may simply just setting the value to 0.  However, would love confirmaton from someone who may have more knowledge on TMP.  In the article is mentioned Prepare TMP which clears and resets to fqctrot defaults. Thats seems very appealing but would also welcome confirmation from someone who knows TMP and the effects of perfomring that task.  The article also suggested Creating another local user account . I will try that and see what happens.

 

Thanks!

 

Richard

HP Recommended

I was able to resolve the issue.  I issued the following commands in PowerShell :

 

$tpm = gwmi -n root\cimv2\security\microsofttpm win32_tpm

$tpm.SetPhysicalPresenceRequest(0)

 

In researching it appeared a value of 0 would disable and i tried it and it worked. yay!

 

Thanks for you help and replies. Very much appreciated!

 

Richard

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.