@a63nt-5m1th thanks for this! After long time and many tryes you got me play with ENB again and thanks to your info I found solution for my problem so will add details here if anyone would have similar problem.
So my problem was:
I had problem with too brights shine on white props but mostly only in interior. All Bloom in ENB settings and coronas in visualsettings.dat didn't fixed it.
Solution:
First of all I think the 2 mentioned have to be done aswell for working final effect (coz I have it like that)
ENBSERIES.INI:
ENB should still be able to change/influence the bloom effect.
You could try enabling [BLOOM] in 'enbseries.ini'
[EFFECT]
...
EnableBloom=true
...
but set the values to '0.0'
Example:
[BLOOM]
IgnoreWeatherSystem=true
AmountDawn=0.0
AmountSunrise=0.0
AmountDay=0.0
AmountSunset=0.0
AmountDusk=0.0
AmountNight=0.0
There are also these settings in the '# coronas' section of 'visualsettings.dat' to play about with:
misc.BloomIntensityClamp.HD 10
misc.BloomIntensityClamp.SD 10.00
Step2 is one more settings in ENB so go back to 'enbseries.ini' file and find '[GAMEBLOOM]'.
It may be right under the '[BLOOM]' and look like this:
[GAMEBLOOM]
IgnoreWeatherSystem=true
AmountDawn=1.0
AmountSunrise=1.0
AmountDay=1.0
AmountSunset=1.0
AmountDusk=1.0
AmountNight=1.0
set all values to '0.0' so it would look like this:
[GAMEBLOOM]
IgnoreWeatherSystem=true
AmountDawn=0.0
AmountSunrise=0.0
AmountDay=0.0
AmountSunset=0.0
AmountDusk=0.0
AmountNight=0.0
That's it, so hope it helped and no one have more any weird shine in the game (: