A skeleton WinRT component that can serve as a substitute for the Region Policy Evaluator in Windows. Please note that this is an experiment 🧪 and is not intended for production use.
From a Visual Studio Developer Command Prompt, simply run cargo build. This specialized environment is needed for access to MIDLRT tooling.
The initial build process may take longer due to Cargo creating a non-shallow clone of windows-rs, which is currently necessary for building components with partial trust.
From an elevated Visual Studio Developer Command Prompt, run pwsh scripts\Install.ps1. Reverse the changes with pwsh scripts\Uninstall.ps1.
Opening Microsoft Edge or Windows Settings will result in the Region Policy Evaluator component load, as of Windows vNext Build 25997. The skeleton component will currently write debug output to %Temp%\component.log.
