Skip to content

Installing VPINFE on Windows 11

Gerhard-BL edited this page Feb 5, 2026 · 23 revisions

Windows 11:

Requirements

  • Python 3.13.12

Caution

If you use the top Button, you might download a wrong Version not working with the following Steps

image

image

  • add Path to Enviromentvars (Win11 -> System -> Enviroment)
  • enable Script Execution in PowerShell image

Important

Due to the Fact Script Execution is needed later on for launching VPINFE, do not disable Script Execution.

  • open PowerShell as Admin
git clone https://github.com/superhac/vpinfe.git
cd vpinfe
python -m pip install —-upgrade pip
python -m venv venv-vpinfe --system-site-packages
.\venv-vpinfe\scripts\Activate.ps1
pip install pywebview screeninfo colorama requests olefile nicegui pynput
python main.py -h
  • add Shortcut to this Script on the Desktop
cd c:\vpinfe
.\venv-vpinfe\scripts\Activate.ps1
Python Main.py

Tip

You might have to change the "Open With" from Editor to PowerShell

Clone this wiki locally