re: Disabling the "Windows can resize the pictures you send in e-mail" dialog box?
Friday, November 20, 2009 at 3:47 pm Windows XP Annoyances Discussion Forum Posted by Ricer46
(23825 messages posted)
Good point.
On Friday, November 20, 2009 at 2:24 pm, epoch wrote:
>Ricer has the right file but you're using .TIF files and the .REG files that they're
>using there only account for .BMP, .JPG and .JPEG files. You'll need to add a couple
>of lines for .TIF and .TIFF files...
>
>Windows Registry Editor Version 5.00
>
>[HKEY_CLASSES_ROOT\.jpeg]
>"PerceivedType"=""
>
>[HKEY_CLASSES_ROOT\.jpg]
>"PerceivedType"=""
>
>[HKEY_CLASSES_ROOT\.bmp]
>"PerceivedType"=""
>
>[HKEY_CLASSES_ROOT\.tif]
>"PerceivedType"=""
>
>[HKEY_CLASSES_ROOT\.tiff]
>"PerceivedType"=""
>
>
>