Unsolved

This post is more than 5 years old

2 Posts

2991

September 13th, 2004 23:00

internet windows

When using Intenet Explorer I can only open one window at a time and when I click on a link or click on open a new window, the current window dissapears, this is even true when I minimize the window.  I even tried to minimize the window and open a new window from the desktop.  This only happens on one of my login screennames on the computer, not the other.  We have tried to find the problem under the Internet Tool options, but to no avail.  Do you have any idea what the issue here might be?

 

1.4K Posts

September 14th, 2004 00:00

Here's a small batch file that automates the MS solutions for your problem. Copy the following bold type below to Notepad. Save as RegFix.bat to the desktop and run it. Make sure in Notepad that you save as 'all files' in the pull down menu. It must have the .bat extension to work.Then see if you can open new windows.

From MS:

http://support.microsoft.com/default.aspx?scid=kb;en-us;281679

 

:: rem RegFix.bat
@echo off
start regsvr32.exe urlmon.dll
start regsvr32.exe oleaut32.dll
start regsvr32.exe browseui.dll
start regsvr32.exe shdocvw.dll
start regsvr32.exe actxprxy.dll
start regsvr32.exe /i Mshtml.dll
start regsvr32.exe shell32.dll
start regsvr32.exe olepro32.dll
start regsvr32.exe ole32.dll
echo.
echo.
echo   Repeatedly tap the spacebar to exit.....
echo.
echo.
echo.
pause
cls

Message Edited by chuket on 09-13-2004 09:49 PM

No Events found!

Top