Win 7 Home 英文版加中文包

美国买笔记本给父母用,英文版得换成中文版。但一般情况下,win 7只允许ultimate版免费安装语言包进行切换。
因为不想浪费正版序列号,网上搜了下如何添加中文包,找到这么一篇

http://blog.sina.com.cn/s/blog_48f3a1cd0100fydg.html

简单的讲就是下载这个软件,Vistalizator 和微软官方的语言包 (在网站上有link,注意下载x86还是x64的,和你系统对应)
然后用这个软件添加。
如果是sp1的朋友,这个软件会出现错误,说不支持你的版本7601。
只需要用兼容模式运行即可(看文件属性,选择run as ~windows 7~)
添加时如果遇上不成功,试试fast 模式。

Tags:

Comments(0)

Windows 7 disabled script host??

自从装了windows 7, 就没有成功用过我写的windows script. 一些控制iTunes的js. 今天终于忍不住了, 网上搜了一番, 发现一个解决办法,

http://www.winhelponline.com/articles/230/1/Error-There-is-no-script-engine-for-file-extension-when-running-js-files.html

基本思想是, 由于js文件在注册表里缺失了相应的class, 于是windows不知道该如何处理js这个文件. 不知道是不是windows 7出于安全的考虑, 禁止了.

解决办法是,

1. 用管理员模式运行  regsvr32 %systemroot%\system32\jscript.dll
2. 下载这个注册表文件, 并运行.

即可.

Tags:

Comments(0)

Install Visual Studio on Windows 7 x64

Failed thousands of times in the mounted ISO file. (tested vs2008, 2010b2)
Succeeded just after I copied all the files out of the ISO file and ran the setup file. (tested vs2010b2).

Update: 2/2/2010, recently I have tried Pismo File Mount, succeeded. No need to waste time to  copy files out of ISO file.
Also, suggested by #kivin, using latest DAEMON Tools lite to mount ISO can work.

Tags: ,

* Comments(3)