3

I'm using Windows 10 Enterprise IoT 64-bit and am trying to run the following command in the command prompt:

uwfmgr.exe get-config

The result is always "The command failed (Access is denied.)." whether using admin rights or not. Somebody else has helped me disable some settings on the PC. It needs locking down for security reasons, but I still need to be able to run this command. Any ideas for how this could happen and what the fix is?

Aurora0001
  • 18,520
  • 13
  • 55
  • 169
Ben
  • 39
  • 1
  • 2

1 Answers1

1

The following articles covers UWF exclusions. Write filter exclusions.

Based on our findings, the UWF exclusion c:\windows\system32\config, being present will cause this issue.

If removing the exclusion, with the command uwfmgr file remove-exclusion c:\windows\system32\config and then restarting the issue will likely be resolved.

Bence Kaulics
  • 7,843
  • 8
  • 42
  • 90