搞了半天,原来是 AVAST搞的鬼,把原来注册表的键值改成它自己了。其实应该是 C:\Windows\System32\vbscript.dll

The answer in the following page helpped me. http://forums.enterprisedb.com/posts/list/3040.page

  1. run-> regedit and take backup of registry using export
  2. HKEY_LOCAL_MACHINE->SOFTWARE->Classes->CLSID->B54F3741-5B07-11cf-A4B0-00AA004A55E8} -> InprocServer32
  3. Modify registry entry with new value as C:\Windows\System32\vbscript.dll

In fact, I found there are 3 entries of HKEY_LOCAL_MACHINE->SOFTWARE->Classes->CLSID->B54F3741-5B07-11cf-A4B0-00AA004A55E8}, and set the first one as above, it works.

我是在这里找到的答案:

http://stackoverflow.com/questions/5224042/postgresql-9-install-on-winxp-unable-to-write-inside-temp-environment-path

最新文章

  1. CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout使用
  2. 使用AXIS2客户端调用 WEBSERVICE
  3. [PHP] - Laravel - 用户登陆中间件
  4. CSS修改方法
  5. JS基础知识(作用域/垃圾管理)
  6. [转]position:relative leaves an empty space
  7. linux(ubuntu)下分区和格式化sd卡
  8. 自定义VIew——漂亮的圆形进度条
  9. MSSQL 简单练习回顾
  10. 【Java并发】详解 AbstractQueuedSynchronizer
  11. React源码解析:setState
  12. python数据分析工具包(2)——Numpy(二)
  13. 拖拽模块move2
  14. 在vue中添加sass的配置的方法
  15. 基础 jQuery 实例
  16. centos6.8上PHP5.3升级到PHP5.4及更高版本方法
  17. 通过springboot 去创建和提交一个表单(七)
  18. python使用(三)
  19. android.telephony.SmsManager.sendMultipartTextMessage
  20. 百度echarts极速入门

热门文章

  1. pt-online-schema-change原理解析(转)
  2. node.js中的exports和module.exports
  3. Facebook Rebound 弹性动画库 源码分析
  4. VS中Debug模式和Release模式的区别
  5. Android - EditText 注意(缺少字符)
  6. 黑苹果+win10双系统折腾笔记
  7. 【温故知新】——CSS黑魔法小技巧可以少些不必要的js
  8. C 递归 递归指的是在函数的定义中
  9. Shiro学习(7)与Web整合
  10. [ACM] POJ 3233 Matrix Power Series (求矩阵A+A^2+A^3...+A^k,二分求和或者矩阵转化)