@echo off title Use My Phone - wireless mouse helper echo. echo Starting the Use My Phone helper... echo Nothing is installed; close this window and it is gone. echo. set "PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" "%PS%" -NoProfile -ExecutionPolicy Bypass -Command "irm https://usemyphone.com/helper.ps1 | iex" if errorlevel 1 ( echo. echo That did not work - trying once more... ping -n 3 127.0.0.1 >nul "%PS%" -NoProfile -ExecutionPolicy Bypass -Command "irm https://usemyphone.com/helper.ps1 | iex" || ( echo. echo Something is stopping the helper. echo - If Windows said "Access is denied": right-click this file, echo choose Properties, tick Unblock, click OK, then open it again. echo - If the code was refused: open the Wireless Mouse tool on the echo computer and download a fresh helper from there. ) ) pause