Home Database Mysql Tutorial 整得就是你 WindowsXP Dll不完全技巧

整得就是你 WindowsXP Dll不完全技巧

Jun 07, 2016 pm 03:24 PM
dll windowsxp Skill

欢迎进入Windows社区论坛,与300万技术人员互动交流 >>进入 Windows XP的“体重”比起其它系统,已经成为一个不折不扣的“大胖子”。各优化“瘦身”技巧早已布满各大IT报刊杂志,望着Windows XP的“Windows”成百上千的DLL(动态链接库)文件,为使系统更清

欢迎进入Windows社区论坛,与300万技术人员互动交流 >>进入

  Windows XP的“体重”比起其它系统,已经成为一个不折不扣的“大胖子”。各优化“瘦身”技巧早已布满各大IT报刊杂志,望着Windows XP的“Windows”成百上千的DLL(动态链接库)文件,为使系统更清爽,我们可以通过regsvr32.exe程序重新注册修复和反注册屏蔽系统功能,以减少系统资源。

  友情链接:regsvr32.exe使用详解:

  regsvr32.exe是32位系统下使用的DLL注册和反注册工具,使用它必须通过命令行的方式使用,格式是:
  regsvr32 [/u] [/s] [/n] [/i[:cmdline]] DLL文件名
  命令可以在“开始→运行”的文本框中,也可以事先在bat批处理文档中编写好命令。未带任何参数是注册DLL文件功能,其它参数对应功能如下:
  /u:反注册DLL文件;
  /s:安静模式(Silent)执行命令,即在成功注册/反注册DLL文件前提下不显示结果提示框。
  /c:控制端口;
  /i:在使用/u反注册时调用DllInstall;
  /n:不调用DllRegisterServer,必须与/i连用。
  单独运行regsvr32.exe程序,可以看到弹出一“No DLL name specified”的错误提示框,并且可以看到参数原英文提示信息(如图1)。

整得就是你 WindowsXP Dll不完全技巧
图1

  输入DLL文件名时,如果待处理的是非系统文件,必须在文件名前添加文件绝对路径,必须注意的是文件路径不包含中文,否则很可能导致处理失败。如果碰到regsvr32不能正常执行时,很可能系统文件遭到破坏,因为使用regsvr32.exe时会调用到Kernel32.dll、User32.dll和Ole32.dll三个文件,在DOS模式或其它系统替换正常文件即可解决。

  一、屏蔽对压缩文件的支持

  早在Windows千禧版(Me)时,微软就在系统内置了对ZIP文件的支持,不过微软似乎并不关心其功能,以至于在Windows Server 2003的ZIP功能也仅仅停留在把ZIP文件当成文件夹浏览、压缩等支持。主流压缩软件WinRAR已经遍布天下,Windows自带的ZIP浏览自然有理由丢之门外。

  (如图2)点击“开始→运行”,在运行输入框中输入“regsvr32 /u zipfldr.dll”(不包括引号,下同),回车即可。同样,如果不喜欢系统查看CAB压缩包,输入“regsvr32 /u cabview.dll”来取消对cabview.dll的注册。

整得就是你 WindowsXP Dll不完全技巧
图2
  二、屏蔽视频预览和刻录功能

  每当用资源管理器选中一个视频文件时,XP会在左侧面板预览显示,不过这对于较大的视频文件时,往往要读上半天。用户在大多数情况下并不需要预览,禁止的方法也非常简单,在运行输入框中输入“regsvr32 /u shmedia.dll”即可撤消视频预览(屏蔽前和屏蔽后的资源管理器对比如图3)。

整得就是你 WindowsXP Dll不完全技巧
图3

  三、屏蔽Windows图片和传真查看器

  默认情况下,Windows XP默认的图片查看工具是“Windows图片和传真查看器”,虽然通过安装ACDSee等其它看图软件可以绕开图片查看器,但未真正“消灭”此工具。在运行输入框中输入“regsvr32 /u shimgvw.dll”,回车即可弃图片查看器于系统外(屏蔽前和屏蔽后的资源管理器对比如图4)。

整得就是你 WindowsXP Dll不完全技巧
图4

  四、拯救失落的“搜索”

  不知是与软件的冲突还是优化错误,最近一些朋友的Windows XP的搜索界面空白无物,昔日的搜索助手已“不见踪影”,右窗口仍然有文件列表框,使用其它系统功能正常(如图5,Windows Server 2003也有类似问题)。何故?

  可以肯定,系统的搜索功能文件出错,后来知道是urlmon.dll此链接库注册不正常,解决方法也相当简单:在运行输入框中输入“regsvr32 urlmon.dll”,回车后,重新运行搜索窗口,即可恢复。

整得就是你 WindowsXP Dll不完全技巧
图5
  五、纠正IE保存mht网页错误

  点击Internet Explorer“文件→另存为”命令菜单,在“保存类型”中选择“Web电子邮件案(.mht)”格式后保存文件错误(如图6)。

整得就是你 WindowsXP Dll不完全技巧
图6

  在运行输入框中输入“regsvr32 inetcomm.dll”,回车即可解决。

  如果在使用使用OE时提示“无法启动Outlook Express。应用程序无法创建字体缓存对象。计算机内容不足或磁盘已满。请与Microsoft支持部门联系以获取更多的帮助。(0x8007000E,14000)”,点击“确定”后又弹出“MSOE.dll无法初始化,Outlook Express无法启动。Outlook Express可能没有正确安装。”的提示框(如图7),从提示的信息似乎是系统磁盘空间满,其实这也是“inetcomm.dll”没有正确链接导致,通过同样方法解决。

整得就是你 WindowsXP Dll不完全技巧
图7

  六、在使用Windows Update更新操作时,提示“IEXPLORE错误”,无法继续更新操作。

  首先在运行输入框中输入“regsvr32 /u wuv3is.dll”反注册此链接库,接着进入“X:\Program Files\Windows Update”(X为Windows XP的在盘符),删除wuv3is.dll文件。最后重新执行Windows Update操作,系统会重新生成wuv3is.dll文件,错误提示也不会再弹出。

整得就是你 WindowsXP Dll不完全技巧

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Nvgpucomp64.dll causes Windows PC games to crash; Nvgpucomp64.dll causes Windows PC games to crash; Mar 26, 2024 am 08:20 AM

If Nvgpucomp64.dll is causing your game to crash frequently, the solutions provided here may help you. This problem is usually caused by outdated or corrupted graphics card drivers, corrupted game files, etc. Fixing these issues can help you deal with game crashes. The Nvgpucomp64.dll file is associated with NVIDIA graphics cards. When this file crashes, your game will crash too. This usually happens in games like LordsoftheFallen, LiesofP, RocketLeague, and ApexLegends. Nvgpucomp64.dll crashes games on Windows PC if N

Win11 Tips Sharing: Skip Microsoft Account Login with One Trick Win11 Tips Sharing: Skip Microsoft Account Login with One Trick Mar 27, 2024 pm 02:57 PM

Win11 Tips Sharing: One trick to skip Microsoft account login Windows 11 is the latest operating system launched by Microsoft, with a new design style and many practical functions. However, for some users, having to log in to their Microsoft account every time they boot up the system can be a bit annoying. If you are one of them, you might as well try the following tips, which will allow you to skip logging in with a Microsoft account and enter the desktop interface directly. First, we need to create a local account in the system to log in instead of a Microsoft account. The advantage of doing this is

What are the tips for novices to create forms? What are the tips for novices to create forms? Mar 21, 2024 am 09:11 AM

We often create and edit tables in excel, but as a novice who has just come into contact with the software, how to use excel to create tables is not as easy as it is for us. Below, we will conduct some drills on some steps of table creation that novices, that is, beginners, need to master. We hope it will be helpful to those in need. A sample form for beginners is shown below: Let’s see how to complete it! 1. There are two methods to create a new excel document. You can right-click the mouse on a blank location on the [Desktop] - [New] - [xls] file. You can also [Start]-[All Programs]-[Microsoft Office]-[Microsoft Excel 20**] 2. Double-click our new ex

A must-have for veterans: Tips and precautions for * and & in C language A must-have for veterans: Tips and precautions for * and & in C language Apr 04, 2024 am 08:21 AM

In C language, it represents a pointer, which stores the address of other variables; & represents the address operator, which returns the memory address of a variable. Tips for using pointers include defining pointers, dereferencing pointers, and ensuring that pointers point to valid addresses; tips for using address operators & include obtaining variable addresses, and returning the address of the first element of the array when obtaining the address of an array element. A practical example demonstrating the use of pointer and address operators to reverse a string.

VSCode Getting Started Guide: A must-read for beginners to quickly master usage skills! VSCode Getting Started Guide: A must-read for beginners to quickly master usage skills! Mar 26, 2024 am 08:21 AM

VSCode (Visual Studio Code) is an open source code editor developed by Microsoft. It has powerful functions and rich plug-in support, making it one of the preferred tools for developers. This article will provide an introductory guide for beginners to help them quickly master the skills of using VSCode. In this article, we will introduce how to install VSCode, basic editing operations, shortcut keys, plug-in installation, etc., and provide readers with specific code examples. 1. Install VSCode first, we need

Win11 Tricks Revealed: How to Bypass Microsoft Account Login Win11 Tricks Revealed: How to Bypass Microsoft Account Login Mar 27, 2024 pm 07:57 PM

Win11 tricks revealed: How to bypass Microsoft account login Recently, Microsoft launched a new operating system Windows11, which has attracted widespread attention. Compared with previous versions, Windows 11 has made many new adjustments in terms of interface design and functional improvements, but it has also caused some controversy. The most eye-catching point is that it forces users to log in to the system with a Microsoft account. For some users, they may be more accustomed to logging in with a local account and are unwilling to bind their personal information to a Microsoft account.

PHP programming skills: How to jump to the web page within 3 seconds PHP programming skills: How to jump to the web page within 3 seconds Mar 24, 2024 am 09:18 AM

Title: PHP Programming Tips: How to Jump to a Web Page within 3 Seconds In web development, we often encounter situations where we need to automatically jump to another page within a certain period of time. This article will introduce how to use PHP to implement programming techniques to jump to a page within 3 seconds, and provide specific code examples. First of all, the basic principle of page jump is realized through the Location field in the HTTP response header. By setting this field, the browser can automatically jump to the specified page. Below is a simple example demonstrating how to use P

Tips for using Laravel form classes: ways to improve efficiency Tips for using Laravel form classes: ways to improve efficiency Mar 11, 2024 pm 12:51 PM

Forms are an integral part of writing a website or application. Laravel, as a popular PHP framework, provides rich and powerful form classes, making form processing easier and more efficient. This article will introduce some tips on using Laravel form classes to help you improve development efficiency. The following explains in detail through specific code examples. Creating a form To create a form in Laravel, you first need to write the corresponding HTML form in the view. When working with forms, you can use Laravel

See all articles