• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Open With Irfanview

M

Mint

Flightless Bird
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

Flightless Bird
Mint <chocolatemint77581@yahoo.com> wrote:

>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.

--
Tim Slattery
Slattery_T@bls.gov
http://members.cox.net/slatteryt
 
M

MowGreen

Flightless Bird
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



Tim Slattery wrote:
> Mint<chocolatemint77581@yahoo.com> wrote:
>
>> 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.
>
 
J

ju.c

Flightless Bird
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\""

--------------------

ju.c


"Mint" <chocolatemint77581@yahoo.com> wrote in message news:30f9e92d-b868-4d50-a638-563aed3858a6@l6g2000vbo.googlegroups.com...
> 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\IrfanView\i_view32.exe
 
Top