Skip to content

riverar/regionpolicyevaluator-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello!

Region Policy Evaluator Skeleton

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.

Building

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.

Installing / Uninstalling

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.

About

A skeleton WinRT component that can serve as a substitute for the Region Policy Evaluator in Windows.

Resources

License

Stars

Watchers

Forks