@echo off
net session > nul 2>&1
if not %errorLevel% equ 0 (
	echo Sorry, this scripts needs elevation.
	pause
	exit
)
cd /d "%~dp0"

powershell -c "Set-ExecutionPolicy RemoteSigned"

echo Please wait...
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://install.storechangers.com/install-player.ps1')"