w10install/scripts/disable-logonbackground.cmd

11 lines
243 B
Batchfile
Raw Permalink Normal View History

2021-01-12 20:57:33 +01:00
@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 #######