@echo off title ADAM Setup powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr https://adamdevlp.com/setup/script/windows.ps1 -UseBasicParsing | iex" pause