@Echo off if not exist c:\Temp md C:\Temp echo Disable netbios wmic nicconfig where (TcpIpNetBiosOptions!=Null and TcpIpNetBiosOptions!=2) call setTcpIpNetBios 2 Echo Enable Remote Desktop reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f >nul echo Remove Logon Background reg add HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System /t REG_DWORD /v DisableLogonBackgroundImage /d 1 /f >nul reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters /v […]