OBS studio added
This commit is contained in:
parent
4e3f1d1c42
commit
724714a1c5
27
optional/install-obsstudio.cmd
Normal file
27
optional/install-obsstudio.cmd
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set EXE=..\software\obsstudio-setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
|
if NOT EXIST %EXE% (
|
||||||
|
echo ERROR: %EXE% not found!
|
||||||
|
pause
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo installing OBS Studio ...
|
||||||
|
start /wait %EXE% /S
|
||||||
|
|
||||||
|
echo moving OBS Studio startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"OBS Studio\OBS*.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing OBS Studio startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"OBS Studio" 2>nul
|
||||||
|
|
||||||
|
echo refreshing desktop (W10 style) ...
|
||||||
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
pause
|
@ -63,6 +63,12 @@ copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\PureBasic\PureBasic
|
|||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo moving PureBasic startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"PureBasic\PureBasic (x64).lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing PureBasic startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"PureBasic" 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
:END
|
:END
|
||||||
pause
|
pause
|
||||||
|
@ -15,6 +15,12 @@ taskkill /F /IM steam.exe 2>nul
|
|||||||
echo installing STEAM ...
|
echo installing STEAM ...
|
||||||
start /wait %EXE% /S
|
start /wait %EXE% /S
|
||||||
|
|
||||||
|
echo moving STEAM startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"Steam\Steam.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing Steam startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"Steam" 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
@ -20,8 +20,11 @@ rem ... stupid Total Commander is installing its links to user area ? WTF ?
|
|||||||
echo renaming and moving TotalCommander desktop link to public desktop ...
|
echo renaming and moving TotalCommander desktop link to public desktop ...
|
||||||
move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk"
|
move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk"
|
||||||
|
|
||||||
echo moving start menu entries to public area ...
|
echo moving Total Commander startmenu shortcut ...
|
||||||
move /Y %STARTMENU_USER%\"Total Commander" %STARTMENU% 2>nul
|
move /Y %STARTMENU_USER%\"Total Commander\Total Commander 64 bit.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing Total Commander startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU_USER%\"Total Commander" 2>nul
|
||||||
|
|
||||||
if EXIST %KEY% (
|
if EXIST %KEY% (
|
||||||
echo installing license ...
|
echo installing license ...
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=..\software\virtualbox-setup.exe
|
set EXE=..\software\virtualbox-setup.exe
|
||||||
set VBOXMANAGE="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
|
set VBOXMANAGE="%ProgramFiles%\Oracle\VirtualBox\VBoxManage.exe"
|
||||||
|
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -23,6 +24,12 @@ ie4uinit.exe -show
|
|||||||
echo disabling VirtualBox update search ...
|
echo disabling VirtualBox update search ...
|
||||||
%VBOXMANAGE% setextradata global GUI/UpdateDate never
|
%VBOXMANAGE% setextradata global GUI/UpdateDate never
|
||||||
|
|
||||||
|
echo moving VirtualBox startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"Oracle VM VirtualBox\Oracle VM VirtualBox.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing VirtualBox startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"Oracle VM VirtualBox" 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
@ -30,6 +30,12 @@ move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk"
|
|||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo moving VScode startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing VScode startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
|
||||||
|
|
||||||
rem NO updates here! FUCK YOU!
|
rem NO updates here! FUCK YOU!
|
||||||
echo disabling automatic updates via W10 firewall ...
|
echo disabling automatic updates via W10 firewall ...
|
||||||
netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul
|
netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set CONFIG=config\install-xnview.txt
|
set CONFIG=config\install-xnview.txt
|
||||||
set EXE=..\software\xnview-setup.exe
|
set EXE=..\software\xnview-setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -16,8 +17,14 @@ taskkill /F /IM xnviewmp.exe 2>nul
|
|||||||
echo installing XnView ...
|
echo installing XnView ...
|
||||||
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
|
||||||
echo renaming and moving XnView desktop link ...
|
echo removing XnView desktop link ...
|
||||||
move /Y "%USERPROFILE%\Desktop\XnViewMP.lnk" "%PUBLIC%\Desktop"
|
del /F "%USERPROFILE%\Desktop\XnViewMP.lnk"
|
||||||
|
|
||||||
|
echo moving XnView startmenu shortcut ...
|
||||||
|
move /Y %STARTMENU%\"XnViewMP\XnViewMP.lnk" %STARTMENU%
|
||||||
|
|
||||||
|
echo removing XnView startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"XnViewMP" 2>nul
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
@ -23,3 +23,4 @@ https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe
|
|||||||
https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
|
https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
|
||||||
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
|
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
|
||||||
https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
|
https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
|
||||||
|
https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe
|
||||||
|
|
Loading…
Reference in New Issue
Block a user