@echo off REM Set-MachineNumber.bat — Wrapper for Set-MachineNumber.ps1 REM Runs the PowerShell helper with bypass execution policy so a double-click REM from the desktop just works. powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0Set-MachineNumber.ps1"