首先需要开启测试模式,内容如下:

@bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
@bcdedit -set TESTSIGNING ON

取消测试模式:
@bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
@bcdedit -set TESTSIGNING OFF

相关文章:

  • 2021-10-01
  • 2022-01-11
  • 2021-04-16
  • 2021-08-23
  • 2021-07-01
  • 2022-03-08
  • 2021-12-12
  • 2022-02-15
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2021-12-26
  • 2022-01-20
相关资源
相似解决方案