Universal Windows Platform app registration fails - blocked by AppLocker

后端 未结 3 1396
自闭症患者
自闭症患者 2021-02-19 09:47

Deploying a UWP app locally from Visual Studio 2015 (Update 3) fails with the error message:

DEP0700 : Registration of the app failed. error 0xC000003A: D

3条回答
  •  旧时难觅i
    2021-02-19 09:59

    This worked for me:

    • Delete all the CI policies here C:\windows\System32\CodeIntegrity\CiPolicies\Active* (Should be p7b files)
    • Reboot

提交回复
热议问题