2007-05-24
一次性注册所有.dll文件
系统dll文件没有注册,可能引起各种各样不可知的问题,比如无法打开二级链接,经常出现”内存不能为read或written”等错误。如何一下把所有的dll文件重新注册一遍呢?
运行中输入cmd,在命令提示符下输入:
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
注意,是在命令提示符下,不是在“运行框”中!!
你也可以更改注册文件的路径,不一定在system32文件夹下。这比用软件方便多了。
告诉大家一个小技巧,复制以上命令(CTRL+C),再打开命令提示符窗口,在标题栏上点右键,选择“编辑—粘贴”即可。
Related posts:
- Publish blog via email Now I am using my google account to send email...
![[del.icio.us]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/google.png)
![[MySpace]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/myspace.png)
![[Technorati]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/email.png)








