initial upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cls
|
||||
|
||||
call :configure-service AteraAgent
|
||||
call :configure-service SplashtopRemoteService
|
||||
goto :EOF
|
||||
|
||||
:configure-service
|
||||
reg add "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\%*" /f
|
||||
goto :EOF
|
||||
Reference in New Issue
Block a user