In order to disable motion blur, depth of field and increase draw distance you need to edit your settings.xml file, located in
C:\Users\%windows profile username%\AppData\Roaming\bizarre creations\blur\settings.xml
Then you need to add the following strings at the end of the file
<advanced_graphical_settings DynamicLighting="4" DynamicShadows="4" SsaoEnabled="1" MotionBlurEnabled="0" DepthOfFieldEnabled="0" ReflectionEnabled="1" CubemapEnabled="1" DrawDistance="999.000000" EffectsDetail="999.000000"/>
So your file looks something like this
<application_settings version="1"/>
<shared_graphical_settings width="1920" height="1080" x="0" y="0" multisample="3" windowed="1" vsync="0" graphical_detail="4"/>
<advanced_graphical_settings DynamicLighting="4" DynamicShadows="4" SsaoEnabled="1" MotionBlurEnabled="0" DepthOfFieldEnabled="0" ReflectionEnabled="1" CubemapEnabled="1" DrawDistance="999.000000" EffectsDetail="999.000000"/>
Save the changes and you're done.