@echo off
set TOOLS=c:\tools

echo ####### %0 #######

echo Activating Auto Logon for a user ...
powershell -command %TOOLS%\setup-autologon.ps1

echo ####### %0 #######