w10install/scripts/disable-logonbackground.cmd
Michael H.G. Schmidt e6cbf1653b .
2021-01-12 20:57:33 +01:00

11 lines
243 B
Batchfile

@echo off
echo ####### %0 #######
echo disabling logon screen background ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" ^
/v DisableLogonBackgroundImage /t REG_DWORD /d 1 /f
echo ####### %0 #######