Open With Irfanview

  • Thread starter Thread starter Mint
  • Start date Start date
M

Mint

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

>
 
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" 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
 
Back
Top