mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
add auto thorium compat script
This commit is contained in:
parent
2ed4084bb5
commit
cc5c914bd3
1 changed files with 11 additions and 0 deletions
11
misc/thor_compat_mode.bat
Normal file
11
misc/thor_compat_mode.bat
Normal file
|
@ -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"
|
Loading…
Reference in a new issue