You cannot make Microsoft.Windows.Vision work fully on a standard Windows VM or non-Copilot+ PC. For actual functionality, you must run on supported Copilot+ hardware, or switch to cloud or ONNX-based alternatives.
Possible alternatives
Use Azure AI Vision or Cognitive Services for similar functionality, but running in the cloud instead of locally.
Use ONNX Runtime with CPU/GPU execution providers for custom vision models.
For development/testing, you can mock the API calls, but real execution will require Copilot+ hardware.