w10install/scripts/deploy/logon.cmd

23 lines
516 B
Batchfile
Raw Normal View History

2021-01-10 23:14:52 +01:00
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo remove wallpaper ...
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v WallPaper /t REG_SZ /d " " /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
echo set desktop colour ...
%TOOLS%\setbgcol
echo starting BGInfo ...
%TOOLS%\bginfo\bginfo64.exe %TOOLS%\bginfo\config.bgi /NOLICPROMPT /silent /timer:0
echo start workstation service ...
net start workstation 1>nul 2>nul
net config workstation
echo ####### %0 #######