Skip to content

Commit b2da9d9

Browse files
authored
Add files via upload
1 parent 8c77096 commit b2da9d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

thor_compat_mode.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo off
2+
echo:
3+
echo Copyright (c) 2022 Alex313031
4+
echo:
5+
echo Automatically sets the compatibility mode for Thorium on Windows 10/11,
6+
echo as a mitigation to the "Error code: RESULT_CODE_MISSING_DATA" bug.
7+
echo _________________________________________________________________________
8+
echo:
9+
10+
reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LOCALAPPDATA%\Thorium\Application\chrome.exe" /d "~ WIN8RTM"
11+
reg.exe Add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LOCALAPPDATA%\Thorium\Application\chrome.exe" /d "~ WIN8RTM"

0 commit comments

Comments
 (0)