Skip to content

Commit

Permalink
Remove mention of setting the default to Windows 10
Browse files Browse the repository at this point in the history
Windows 10 is the default for new prefixes since Wine 9.0 (see the Wine
9.0 release notes:
https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0)
  • Loading branch information
TobiX committed Feb 28, 2024
1 parent b832b43 commit 2fe8b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wine-init.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!/bin/sh
# Prepare environment:
# - Set Windows version to 10 (disabled for now)
# - Disable menu updates
# - Disable Mono
# - Disable Gecko
set -e

umask 0
export WINEDLLOVERRIDES="winemenubuilder.exe,mscoree,mshtml="
#winecfg -v win10
wine reg add 'HKCU\Software\Wine\DllOverrides' /v winemenubuilder.exe /t REG_SZ /d '' /f
wine reg add 'HKCU\Software\Wine\DllOverrides' /v mscoree /t REG_SZ /d '' /f
wine reg add 'HKCU\Software\Wine\DllOverrides' /v mshtml /t REG_SZ /d '' /f
Expand Down

0 comments on commit 2fe8b2c

Please sign in to comment.