@echo off
setlocal
set PS_SCRIPT=%~dp0scripts\win-mouse.ps1
powershell -NoProfile -ExecutionPolicy Bypass -File "%PS_SCRIPT%" %*
