mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
8 lines
511 B
Batchfile
8 lines
511 B
Batchfile
@echo Created per the instructions at https://intranet.valvesoftware.com/wiki/index.php/AppVerifier_for_finding_memory_bugs_and_other_problems
|
|
@echo Disabling AppVerifier for TF2
|
|
@echo This must be run with administrator privileges
|
|
|
|
reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\hl2.exe" /f
|
|
@rem Delete from the Wow64 node as well, just to be sure.
|
|
reg delete "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\hl2.exe" /f
|