Open With Irfanview

M

Mint

I would like to make a .reg file that will show Open With Irfanview
for use with .bmp files.
Can someone help me?

Thanks.

C:\Program Files\IrfanViewi_view32.exe
 
T

Tim Slattery

Mint said:
I would like to make a .reg file that will show Open With Irfanview
for use with .bmp files.
Can someone help me?

Just open Irfanview and choose Options|Set file associations... The
third choice on the list is BMP/DIB. Check that and click OK.
 
M

MowGreen

And, be sure to update Ifranview to Version 4.27 *ASAP*:

IrfanView PSD Image Parsing Two Vulnerabilities
http://secunia.com/advisories/39036/

Release Date - 2010-05-12
Last Update - 2010-05-17
Criticality level - Highly critical

" Description
Secunia Research has discovered two vulnerabilities in IrfanView, which
can be exploited by malicious people to compromise a user's system.

1) A sign-extension error when parsing certain PSD images can be
exploited to cause a heap-based buffer overflow by tricking a user into
opening a specially crafted PSD file.

2) A boundary error when processing certain RLE compressed PSD images
can be exploited to cause a heap-based buffer overflow by tricking a
user into opening a specially crafted PSD file.

Successful exploitation of the vulnerabilities may allow execution of
arbitrary code.

The vulnerabilities are confirmed in version 4.25. Other versions may
also be affected. "


MowGreen
================
*-343-* FDNY
Never Forgotten
================

banthecheck.com
"Security updates should *never* have *non-security content* prechecked
 
J

ju.c

Here is your reg file:

--------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.bmp]
@="IrfanView"


[HKEY_CLASSES_ROOT\IrfanView]
@="Open with IrfanView"

[HKEY_CLASSES_ROOT\IrfanView\shell]

[HKEY_CLASSES_ROOT\IrfanView\shell\open]

[HKEY_CLASSES_ROOT\IrfanView\shell\open\command]
@="\"C:\\Program Files\\IrfanView\\i_view32.exe\" \"%1\""
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top