w10install/scripts/install-vlc.cmd

19 lines
337 B
Batchfile
Raw Normal View History

2021-02-03 13:37:54 +01:00
@echo off
set EXE=..\software\vlc-3.0.12-win64.exe
echo ####### %0 #######
echo installing VLC player ...
%EXE% /L=1033 /S
echo renaming Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\VLC media player.lnk" ^
"%PUBLIC%\Desktop\VLC.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######