first commit
This commit is contained in:
11
packages/tools/bginfo_install.txt
Normal file
11
packages/tools/bginfo_install.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
%COMSPEC% /c copy /y %SOFTWARE%\tools\bginfo.exe %WINDIR%
|
||||
%COMSPEC% /c copy /y %SOFTWARE%\tools\users.bgi %WINDIR%
|
||||
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v BGInfo /t REG_SZ /d "%WINDIR%\bginfo.exe /accepteula /i%WINDIR%\users.bgi /timer:0" /f
|
||||
|
||||
%COMSPEC% /c copy /y %SOFTWARE%\tools\bginfo.exe %WINDIR%
|
||||
%COMSPEC% /c copy /y %SOFTWARE%\tools\users.bgi %WINDIR%
|
||||
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v BGInfo /t REG_SZ /d "%WINDIR%\bginfo.exe /accepteula /i%WINDIR%\users.bgi /timer:0" /f
|
||||
|
||||
%COMSPEC% /c del %WINDIR%\system32\bginfo.exe
|
||||
%COMSPEC% /c del %WINDIR%\system32\users.bgi
|
||||
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v BGInfo /f
|
||||
Reference in New Issue
Block a user