How to disable vibrations once and for all, Xbox One controller, Windows 10
Open in explorer :
Documents \ My Games \ Borderlands 2 \ WillowGame \ Config
In the Config directory, look for the file WillowGame.ini
Copy it somewhere else, as a back up in case anything go wrong.
Then open the file with notepad (right click, open with…) or your favorite text editor.
Search for the following lines (Ctrl + F) :
ForceFeedbackManagerClassName=WinDrv.XnaForceFeedbackManager
bEnableForceFeedbackManager=true
and replace it by :
ForceFeedbackManagerClassName=no.XnaForceFeedbackManager
bEnableForceFeedbackManager=false
On some config, the line :
ForceFeedbackManagerClassName=WinDrv.XnaForceFeedbackManager
is written twice in the file, therefore make sure to change it twice !
Check also if the line :
bAllowPerShotForceFeedback=False
is indeed on False, not true (if that’s the case, change it).
Save, close.
By ComposMentis