Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored May 9, 2022
1 parent 8c77096 commit b2da9d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions thor_compat_mode.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo off
echo:
echo Copyright (c) 2022 Alex313031
echo:
echo Automatically sets the compatibility mode for Thorium on Windows 10/11,
echo as a mitigation to the "Error code: RESULT_CODE_MISSING_DATA" bug.
echo _________________________________________________________________________
echo:

reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LOCALAPPDATA%\Thorium\Application\chrome.exe" /d "~ WIN8RTM"
reg.exe Add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LOCALAPPDATA%\Thorium\Application\chrome.exe" /d "~ WIN8RTM"

0 comments on commit b2da9d9

Please sign in to comment.