Effortlessly generate precise ScanPolicy values for your OpenCore setup. This Java-powered tool offers a user-friendly interface and supports both integer and hexadecimal formats. Customize your configuration to achieve optimal performance.
- ScanPolicy
- Type: plist integer, 32 bit
- Description: Define operating system detection policy.
Make sure you have installed any version of Java jdk.
-
Clone This repo
git clone https://github.com/cmalf/oc-scanpolicy-generator.git
-
Go to the folder
cd oc-scanpolicy-generator
-
Compile with javac
javac ScanPolicyGenerator.java
-
Run the Script
java ScanPolicyGenerator
or You can run the Script without compile
java ScanPolicyGenerator.java
OpenCore Documentation is the source of information for this script.