w10install/tools/autologon.cmd

11 lines
175 B
Batchfile
Raw Normal View History

2023-02-01 21:35:19 +01:00
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo Activating Auto Logon for a user ...
powershell -command %TOOLS%\autologon.ps1
echo ####### %0 #######