first commit

This commit is contained in:
Шершнев Игорь Александрович
2022-05-25 16:54:13 +03:00
commit 350ea7e6c6
79 changed files with 18298 additions and 0 deletions

View 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