win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit 66e9d80d877b3bb4b60fb43cff0036d91e70fe8f
parent fcf77f5455871bd8df4acbd82bdb6c56650794d7
Author: breadcat <peter.gill@chillitelecom.co.uk>
Date:   Wed, 13 Feb 2019 14:29:43 +0000

Update and fix mpv

Diffstat:
M5-install.bat | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/5-install.bat b/5-install.bat @@ -66,8 +66,9 @@ rem install webp codec ren %temp%\.rsrc\0\MSIFILE\1 1.msi && msiexec /i %temp%\.rsrc\0\MSIFILE\1.msi /quiet /qn /norestart ren %temp%\.rsrc\0\MSIFILE\10 10.msi && msiexec /i %temp%\.rsrc\0\MSIFILE\10.msi /quiet /qn /norestart rd /s /q %temp%\.rsrc -rem mpv download, unpack and -mkdir "%ProgramFiles%\mpv" -@powershell Invoke-WebRequest https://mpv.srsfckn.biz/mpv-x86_64-20171225.7z -OutFile mpv.7z +rem mpv download and unpack +mkdir "%programfiles%\mpv" +@powershell Invoke-WebRequest https://mpv.srsfckn.biz/mpv-x86_64-20181002.7z -OutFile mpv.7z @powershell Invoke-WebRequest https://raw.githubusercontent.com/rossy/mpv-install/master/mpv-document.ico -OutFile mpv-document.ico -move mpv-document.ico %ProgramFiles%\mpv\mpv-document.ico"%programfiles%\7-Zip\7z.exe" x %temp%\mpv.7z -o"%programfiles%\mpv" -\ No newline at end of file +"%programfiles%\7-Zip\7z.exe" x %temp%\mpv.7z -o"%programfiles%\mpv" +move mpv-document.ico "%programfiles%\mpv\mpv-document.ico" +\ No newline at end of file