forked from stubkan/torchapi-wine9
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinetricks.sh
More file actions
executable file
·15 lines (13 loc) · 853 Bytes
/
winetricks.sh
File metadata and controls
executable file
·15 lines (13 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
env WINEDEBUG=-all WINEDLLOVERRIDES="mscoree=d" wineboot --init /nogui
env WINEDEBUG=-all winetricks corefonts
env DISPLAY=:99.0 WINEDEBUG=-all winetricks sound=disabled
env DISPLAY=:99.0 WINEDEBUG=-all winetricks -q vcrun2013
env DISPLAY=:99.0 WINEDEBUG=-all winetricks -q vcrun2017
env DISPLAY=:99.0 WINEDEBUG=-all winetricks -q vcrun2019
env DISPLAY=:99.0 WINEDEBUG=-all winetricks -q --force dotnet48
env DISPLAY=:99.0 WINEDEBUG=-all winetricks sound=disabled
env DISPLAY=:99.0 WINEDEBUG=-all winetricks -q d3dcompiler_47
env DISPLAY=:99.0 WINEDEBUG=-all wine reg add 'HKCU\Software\Wine\DllOverrides' '/f' '/v' 'd3d9' '/t' 'REG_SZ' '/d' 'native'
env DISPLAY=:99.0 WINEDEBUG=-all wine reg add "HKCU\\SOFTWARE\\Microsoft\\Avalon.Graphics" /v DisableHWAcceleration /t REG_DWORD /d 1 /f
rm -rf ~/.cache ~/.config ~/.local /tmp/*