Skip to content

uwp: workaround a false positive in certification of orc

Nirbheek Chauhan requested to merge nirbheek/orc:trivial-uwp-fix into master

It seems that the Windows App Certification Kit searches all files and binaries for the regex '\<reg\>' (or something like it) and throws errors if it exists. Supposedly this is for preventing apps from running REG.EXE

https://blogs.msdn.microsoft.com/appconsult/2017/08/16/how-to-validate-if-your-application-is-compliant-with-the-windows-store-polices-windows-10-and-windows-10-s/

Merge request reports