How to delete registry values from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles key?

When I try to do it with regedt32, I get "Unable to delete all specified values" error message.

This key contains file's paths. So as I understand first I should "unlock" them. But actually files that I want to delete does not exist.

link|improve this question
feedback

1 Answer

I know the answer :)

  1. take permissions for your user;
  2. remove entries;
  3. take back permissions.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.