Tmp.vbs%1>ip.txt
echo >nul del tmp.vbs
Goto:eof
Set ODOM = Wscript.getobject ("http://www.duosc.com/ip.aspx")
Do Until Odom.readystate = "complete"
Wscript.Sleep 200
Loop
S=odom.documentelement.innertext
Set re = New REGEXP
Re. Pattern= "(\d+) \. (\d+) \. (\d+) \. (\d+) "
For each m in re. Execute (s)
WScript.Echo m
Next
--------------------------------------------------------------------------------
Disable (enable) Group Policy with batch processing
When you open IE browser, the IE window appears as a blank, this situation occurs because the Internet Explorer's dynamic link library is not properly registered,
The workaround is to click the Start menu------"Run"--------enter "regsvr32 urlmon.dll"-------Click OK,
When you see "DllRegisterServer in Urlmon.dll succeeded", click OK
Repeat the above operation again, and then register the following DLL files in sequence
Windows XP systems, right-click the autorun.exe file, attributes, and compatibility. Select "run this program in compatible mode" and select "Windows 98/Me ". After installing the SP patch for Win2000, run the following command: regsvr32 c: \ winnt \ apppatch \ slayerui. dll. Right-click the attribute and the compatibility option will also appear.
Example 3: an error occurs when RealONE gold is disabled. It has been used normally before. Recently,
.
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),
IE browser can not open the search page how to solve
IE browser can not open the search page how to solve
WORKAROUND: You can use this workaround:
1, open the Run window in the Start menu, enter "regsvr32 actxprxy.dll" in it, and then "OK",
Then there will be an information dialog box "DllRegisterServer in Actxprxy.dll succee ded" and click "OK" again.
2, again open the "Run" window, enter "regsvr
not related to Microsoft Official search under the download one)
Open method:
Win2000 System:
Enter the following command on the cmd command line state:
Close command: regsvr32/u C:\WINNT\SYSTEM32\scrrun.dll
Open command: RegSvr32 C:\WINNT\SYSTEM32\scrrun.dll
Win2003 more Simple
Run regsvr32 scrrun.dl l can.
If you want to turn off the FSO component, run
programs that have background monitoring before you perform Windows Update, or cancel the proxy server if you use a proxy server.
3, please expand "All Programs"-"Accessories"-"System Tools" in the Start menu, right-click Command prompt, select "Run as Administrator" in the pop-up right-click menu, and then execute at the command prompt: Sfc/scannow, pay attention to the space after SFC.
4, we re-register some system files to register the system file CRYPTDLG. DLL For example, type the f
started.Please type NET helpmsg 3521 for more help.C:\windows\system32>net Stop SWPRVThe Microsoft software Shadow Copy Provider service is not started.Please type NET helpmsg 3521 for more help.C:\windows\system32>regsvr32 Ole32.dllC:\windows\system32>regsvr32 Oleaut32.dllc:\windows\system32>regsvr32/i Swprv.dllC:\windows\system32>vssvc/registerc:\windows\syste
I recently encountered two minor computer faults and finally solved them.
1. in IE, you cannot open a new window by clicking connect. After you right-click it, you cannot open it in a new window.Solution:1. 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, and click OK again ".2. Open the "run" window again, enter "
But for beginners, even if you know the DLL file loss, but do not know which DLL file is helpless, so use this batch process can be registered DLL file, to solve the problems due to the DLL lost!
The following is a registered system32 directory of all DLLs
Copy Code code as follows:
For%%i in (%windir%\system32\*.dll) do regsvr32.exe/s%%i
If you want to customize the directory can be changed to this
Copy Code code as fo
IE upgrade to 6.0, since the upgrade, will be replaced by IE5.0.
Example two: Under Windows XP, double-click the "AutoRun.exe" file inside the disc to display the "0x00000078" memory referenced by the "0x77f745cc" directive. The memory cannot be "written", and to terminate the program, click OK, but it is normal to run in Windows 98.
WORKAROUND: This may be a system compatibility issue, WinXP System, right button "AutoRun.exe" file, attributes, compatibility, "Run this program in compatibility
Source: Zhongguancun online
Compared with other systems, windows XP's "weight" has become a "Fat Man ". The optimization "slimming" technique has long been filled with major IT newspapers and magazines. Looking at Windows XP's Windows, we can use regsvr32.exe to reregister and repair the system and disable system functions to reduce system resources.
Link: regsvr32.exe Usage Details:Regsvr32.exe is a DLL re
Because dotmsn conflicts with Microsoft's built-in messenger, dotmsn is used. when you use the DLL control, some important messenger controls are automatically unregistered. As a result, the messenger cannot be used. Save the following code as a bat file for execution, after nearly one minute, messenger can be used for normal login.@ Echo off
Echo.
Echo.
Echo please wait a few minutes while registering DLL files needed by MSN Messenger ..
Rem following files only needed in Windows XP
If not "%
Save the following code as one. BAT file, (WIN2000 for example, if 2003 is used, the system folder should be C:\WINDOWS\)
Copy Code code as follows:
Regsvr32/u C:\WINNT\System32\wshom.ocx
Del C:\WINNT\System32\wshom.ocx
Regsvr32/u C:\WINNT\system32\shell32.dll
Del C:\WINNT\system32\shell32.dll
Then run it, Wscript.Shell, Shell.Application, and Wscript.Network will be unloaded. Y
In daily use, the large number of Internet Explorer users and endless high-risk vulnerabilities make it vulnerable to various attacks and failures. Due to the inconvenience and difficulty of uninstallation, many friends often choose to format the hard disk and reinstall the system or use a third-party backup software to recover the problem, this undoubtedly creates huge obstacles and troubles for everyone's online life. In fact, the IE kernel is not damaged in many cases, only because some data
the path is incorrect, correct the path. If the path is correct, continue with these steps.7. Disable Registry Editor.
If you change this path, repeat the initial error process.8. If the error persists, use the Regsvr32.exe utility to manually register the file.
Regsvr32.exe utility is used to register DLL and ActiveX controls in the Windows registry. You can use this file to solve the problem of incorrect
Windows XP systems, right-click the file autorun.exe, attributes, and compatibility. Select "run this program in compatible mode" and select "Windows 98/Me ". After installing the SP patch for Win2000, run the following command: regsvr32 C:/winnt/apppatch/slayerui. dll. Right-click the attribute and the compatibility option will also appear.
Example 3: an error occurs when RealONE gold is disabled. It has been used normally before. Recently, the "0xf
After IIS is installed in Windows 2003, 2000, and XP, the FSO component is installed and opened by default. However, when designing ASP programs, it is often found that the FSO function is not easy to use, so I read many posts online and summarized them myself. You can perform debugging as follows:
Method 1:1. The FSO component is not enabled.
The FSO component is not enabled.
How to enable and disable the FSO component
DLL file registration and cancellation:
Run the CMD command
Describe the FS
files.3. If the file is found, write down the path name of the file. If the file cannot be found, go to step 13.4. Open the Windows Registry Editor.5. Find the Registry subitem described in this table and check the path name according to the actual path name. If this registry key does not exist, go to Step 8.6. If the path is incorrect, correct the path. If the path is correct, continue with these steps.7. Disable Registry Editor.
If you change this path, repeat the initial error process.8. If
This article describes two methods for Automatic Registration of DLL libraries, including calling the regsvr32 method. I hope this article will help you.
Although Ms provides us with a variety. net Framework library, our program C # development brings great convenience, but sometimes, some control libraries with specific functions still need to be provided by a third party or written by themselves. When DLL references are required, we usually add them
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.