PDA

View Full Version : viewing pictures



phuckedup
02-17-2001, 01:08 AM
when i downloaded netscape navigator it asked if i wanted to view all images in its browser which i did. when i uninstalled netscape it still trys to open images in netscape so now i can't viem my pictures. how can i get it to go back to opening images in just a plain window like it did before?

Adrian
02-17-2001, 03:39 PM
<font color=blue> Hold shift and right click on which ever picture you want to open, you will see in the menue popup one that says open with, click it, a window will pop up search through there untill you find paintbrush, or which ever image editing software you want to use. Make sure to put a checkmark where it says "Always use this program " . [\blue]

<font color=red> _____ _____ ____ </font color=red>
<font color=red> " Eat More Cheese " </font color=red>

reghakr
02-19-2001, 04:23 AM
Try this:
Copy and paste the following text between the CUT lines into Notepad and save it as RepairImageAssoc.vbs. Double-click on the file to restore the icons.

============BEGIN CUT=======================

'RepairImageAssoc.vbs
'© Doug Knox - dbknox@mediaone.net - rev 02/18/2000
'This code may be freely distributed/modified

Option Explicit

'Declare variables
Dim WSHShell, p1, p2, p3
Set WSHShell = WScript.CreateObject("WScript.Shell")
p2 = "\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}\"
p3 = "{7376D660-C583-11d0-A3A5-00C04FD706EC}"

'This code suggested by Bill James
For Each p1 in Array(".art",".bmp",".dib",".gif",".jfif",".jpe",".jpeg",".j
pg",".png",".wmf")
WSHShell.RegWrite "HKCR\" & p1 & p2, p3
Next

p1 = ".tif"
p3 = "{1AEB1360-5AFC-11d0-B806-00C04FD706EC}"
WSHShell.RegWrite "HKCR\" & p1 & p2, p3
p1 = ".tiff"
WSHShell.RegWrite "HKCR\" & p1 & p2, p3
p1 = ".htm"
p3 = "{EAB841A0-9550-11cf-8C16-00805F1408F3}"
WSHShell.RegWrite "HKCR\" & p1 & p2, p3
p1 = ".html"
WSHShell.RegWrite "HKCR\" & p1 & p2, p3

MsgBox "Image File Associations" & vbCR & "have been restored.", 4096, "Confirmation"

Set WSHShell = Nothing
===================END CUT===================

Or download TweakUI at <a target="_blank" href=http://www.microsoft.com/ntworkstation/downloads/PowerToys/Networking/NTTweakUI.asp>http://www.microsoft.com/ntworkstation/downloads/PowerToys/Networking/NTTweakUI.asp</a>

After extracting the files to c:\windows\temp, right-click on the tweakui.inf file and select install. Then open Control Panel, double-click TweakUI, choose the Repair tab and click the Repair Associations biutton.

reghakr

graywolf
02-19-2001, 10:40 PM
Use MS Internet Explorer 5.5 instead.