Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2014 11:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/43ac3eed100d46b04aee to your computer and use it in GitHub Desktop.
Save anonymous/43ac3eed100d46b04aee to your computer and use it in GitHub Desktop.
:: F.E.A.R. low framerate workaround with Logitech hardware, by igordcard.
:: Official page URL: http://igordcard.blogspot.com/2013/01/sudden-fps-drop-in-fear-logitech.html
:: Steam version edit by zacr0.
:: 2013/01/26
@echo off
devcon disable HID\VID_046D* &:: Disable all Logitech HID devices.
devcon enable HID_DEVICE_SYSTEM_MOUSE &:: The previous command disables too much and the mouse may stop working, but this line fixes it.
start steam://rungameid/21090 &:: Run the game!
devcon enable HID\VID_046D* &:: Enable everything back.
@igordcard
Copy link

;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment