Page 1 of 1

Exclude .exe files from raw view?

Posted: 07 May 2013 16:26
by avsfan
I thought I knew this, but can't remember how to do it.

I generally have the Preview or Raw View tab open. When I select a .exe file, the Preview tab tells me it's not a previewed format, which is what I want. However, on the Raw View tab, I often get a warning that it's huge text file, etc.

I'd much rather have a button in the Raw View window that I can click to preview if that's what I want to do. At the very least, I'd like to be able to turn off the preview of .exe files (much like .dll files are excluded from raw view).

What am I missing? Thanks!

Re: Exclude .exe files from raw view?

Posted: 07 May 2013 16:33
by TheQwerty
There's an INI tweak to prevent Raw previews of certain extensions:

Code: Select all

; Tweak: exclude file types from Raw View
NoPrevRaw=.exe.iso.rar.vhd.zip

Re: Exclude .exe files from raw view?

Posted: 07 May 2013 16:39
by avsfan
TheQwerty wrote:There's an INI tweak to prevent Raw previews of certain extensions:

Code: Select all

; Tweak: exclude file types from Raw View
NoPrevRaw=.exe.iso.rar.vhd.zip
Yup, that's the one! Thanks for helping my memory!