Skip to content

Commit

Permalink
Fix faulty detection of 32bit machine in installation routine #222
Browse files Browse the repository at this point in the history
  • Loading branch information
leecher1337 committed Mar 30, 2023
1 parent 11a1463 commit 715bf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntvdmpatch/release/install.bat
Expand Up @@ -43,7 +43,7 @@ CD /D "%~dp0"
echo ---------------------------------------------
echo Checking machine, please wait...
echo ---------------------------------------------
reg query HKLM\Hardware\Description\System\CentralProcessor\0 | Find /i "x86" >nul
reg query HKLM\Hardware\Description\System\CentralProcessor\0 | Find /i "Identifier" | Find /i "x86" >nul
if not errorlevel 1 (
echo You appear to be running this installation on a 32bit machine.
echo This NTVDMx64 is only meant to be used on an x64 machine, please use
Expand Down

0 comments on commit 715bf0c

Please sign in to comment.