IE cannot open a new window and the USB flash drive does not display fault resolution

Source: Internet
Author: User
In daily work, many computer users are involved in work relations, so there are also a variety of strange windows usage problems. Next I will introduce two difficult problems that I encountered at work:

I. ie cannot open a new window

Internet Explorer is the core of windows that everyone must use to access the Internet.Program. Once, a user ie cannot open a new window. The specific form is as follows: Click the hyperlink with the left mouse button. If the hyperlink is to open a new window, no response is made; if the page opened by this hyperlink is opened in the current window, it is displayed as normal.

At that time, there was no good way to solve this problem. First, I found a version later than IE (ie cannot be installed if it is earlier than IE ), after installation, the problem persists. No way, because IE is the most core program of windows, only the operating system is reinstalled and handed over to the user. However, the user reported the problem again the next day.

What should we do? After research, it is found that the IE kernel seems to be weak. After installing some applications, it is easy to lose contact with the Registry or system components, and finally find a solution, recompile several dynamic link libraries of IE as follows:

Open the "run" window in the "Start" menu and enter "regsvr32 actxprxy. DLL, and then click OK. Then a dialog box "dllregisterserver in actxprxy" appears. DLL succeeded "(1), click" OK "again ". Follow the above methods to enter

500) This. width = 500 "align = center vspace = 5 Border = 0>

Figure 1

Regsvr32 shdocvw. dll

Regsvr32 mshtml. dll

Regsvr32 urlmon. dll

Regsvr32 msjava. dll

Regsvr32 shdocvw. dll

Regsvr32 browseui. dll

Regsvr32 actxprxy. dll

Regsvr32 oleaut32.dll

Regsvr32 shell32.dll

The problem can be solved after restart.

Ii. After the USB flash drive is inserted into the computer, the USB flash drive is not displayed in Windows Resource Manager.

One user reported that the USB flash drive is not displayed in the resource manager after the USB flash drive is inserted into the computer. I went to the site and checked that the user system is XP, which should not be a driver problem. Open "my computer" and there is no USB flash drive letter in it. After the USB interface is changed, the problem still cannot be solved. After careful observation, it was found that the USB flash drive letter was not displayed in the resource manager, but the hardware was inserted in the system tray.

In "start" --- "run" --- enter "gpedit. MSC "runs the Group Policy. In the window on the right of" user configuration --- management template --- Windows Components --- windows Resource Manager ", find" hide these specified drives on my computer ", double-click the attribute box and check whether "Not Configured" is set to "enabled" (2.

500) This. width = 500 "align = center vspace = 5 Border = 0>

Figure 2

Go to the "Computer Management" window, expand "Storage/removable storage" in sequence, click "disk management", and on the right side of the window, you will see that the operating status of the USB flash drive is "good ", this indicates that the USB flash drive is OK. Right-click the USB flash drive letter in the window, select the "Change drive name and path" command in its shortcut menu, and click [change] In the displayed dialog box, select an unused drive letter for it. Confirm and exit. Re-open "my computer" and the long-overdue USB flash drive letter appears. However, this is a temporary solution. Every time you insert a USB flash drive, you have to re-allocate the drive letter to the USB flash drive, which is very troublesome.

The reason why the USB flash drive letter cannot be correctly displayed is that the drive letter can be hidden in Windows. The specific method is to modify some keys in the Registry to hide the corresponding drive letter, but it is not inaccessible, directly input in the address bar can still be accessed, which provides a relatively simple way for those partitions to be protected, but it also brings the trouble of today.
The solution is as follows:
In HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer, delete the value of nodrives (3) and restart the system.

500) This. width = 500 "align = center vspace = 5 Border = 0>

Figure 3

supplement: Register dynamic link files in batches
for % 1 in (% WINDIR % \ system32 \*. DLL) Do regsvr32.exe/S % 1
for % 1 in (% WINDIR % \ system32 \*. OCX) Do regsvr32.exe/S % 1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.