Created
December 4, 2018 16:56
-
-
Save sgqy/7ee6973654e9a14ca446a1c96c17944c to your computer and use it in GitHub Desktop.
wine-regs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
# CLSID_CMpegVideoCodec | |
[HKEY_CLASSES_ROOT\CLSID\{feb50740-7bef-11ce-9bd9-0000e202599c}] | |
@="MPEG Video Decoder" | |
[HKEY_CLASSES_ROOT\CLSID\{feb50740-7bef-11ce-9bd9-0000e202599c}\InprocServer32] | |
@="quartz.dll" | |
"ThreadingModel"="Both" | |
[HKEY_CLASSES_ROOT\CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{feb50740-7bef-11ce-9bd9-0000e202599c}] | |
"CLSID"="{feb50740-7bef-11ce-9bd9-0000e202599c}" | |
"FriendlyName"="MPEG Video Decoder" | |
# FilterData of generic transform filter. | |
"FilterData"=hex:02,00,00,00,00,00,60,00,02,00,00,00,00,00,00,00,\ | |
30,70,69,33,00,00,00,00,00,00,00,00,\ | |
01,00,00,00,00,00,00,00,00,00,00,00,\ | |
30,74,79,33,00,00,00,00,60,00,00,00,60,00,00,00,\ | |
31,70,69,33,08,00,00,00,00,00,00,00,\ | |
01,00,00,00,00,00,00,00,00,00,00,00,\ | |
30,74,79,33,00,00,00,00,60,00,00,00,60,00,00,00,\ | |
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 | |
# CLSID_CMpegAudioCodec | |
[HKEY_CLASSES_ROOT\CLSID\{4a2286e0-7bef-11ce-9bd9-0000e202599c}] | |
@="MPEG Audio Decoder" | |
[HKEY_CLASSES_ROOT\CLSID\{4a2286e0-7bef-11ce-9bd9-0000e202599c}\InprocServer32] | |
@="quartz.dll" | |
"ThreadingModel"="Both" | |
[HKEY_CLASSES_ROOT\CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\{4a2286e0-7bef-11ce-9bd9-0000e202599c}] | |
"CLSID"="{4a2286e0-7bef-11ce-9bd9-0000e202599c}" | |
"FriendlyName"="MPEG Audio Decoder" | |
# FilterData of generic transform filter. | |
"FilterData"=hex:02,00,00,00,00,00,60,00,02,00,00,00,00,00,00,00,\ | |
30,70,69,33,00,00,00,00,00,00,00,00,\ | |
01,00,00,00,00,00,00,00,00,00,00,00,\ | |
30,74,79,33,00,00,00,00,60,00,00,00,60,00,00,00,\ | |
31,70,69,33,08,00,00,00,00,00,00,00,\ | |
01,00,00,00,00,00,00,00,00,00,00,00,\ | |
30,74,79,33,00,00,00,00,60,00,00,00,60,00,00,00,\ | |
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] | |
"Meiryo"="VL Gothic" | |
"Meiryo UI"="VL Gothic" | |
"MS Gothic"="TakaoGothic" | |
"MS Mincho"="TakaoMincho" | |
"MS PGothic"="TakaoPGothic" | |
"MS PMincho"="TakaoPMincho" | |
"MS UI Gothic"="TakaoGothic" | |
"メイリオ"="VL Gothic" | |
"MS ゴシック"="TakaoGothic" | |
"MS 明朝"="TakaoMincho" | |
"MS Pゴシック"="TakaoPGothic" | |
"MS P明朝"="TakaoPMincho" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment