﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-寒号鸟：今天好好学些，明天就可赚钱！-文章分类-Compile</title><link>http://www.cppblog.com/wariob/category/11586.html</link><description>明天的明天就拜拜了</description><language>zh-cn</language><lastBuildDate>Thu, 27 Aug 2009 10:19:32 GMT</lastBuildDate><pubDate>Thu, 27 Aug 2009 10:19:32 GMT</pubDate><ttl>60</ttl><item><title>cygwin的安装文件如果在系统重装后还在的话，可以通过添加注册表信息来恢复，不需要重新安装。</title><link>http://www.cppblog.com/wariob/articles/94567.html</link><dc:creator>8月涅磐</dc:creator><author>8月涅磐</author><pubDate>Thu, 27 Aug 2009 08:23:00 GMT</pubDate><guid>http://www.cppblog.com/wariob/articles/94567.html</guid><wfw:comment>http://www.cppblog.com/wariob/comments/94567.html</wfw:comment><comments>http://www.cppblog.com/wariob/articles/94567.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/wariob/comments/commentRss/94567.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/wariob/services/trackbacks/94567.html</trackback:ping><description><![CDATA[<font face="Courier New">cygwin的安装文件如果在系统重装后还在的话，可以通过添加注册表信息来恢复，不需要重新安装。<br><br>将如下内容保存为xx.reg，然后导入注册表就好了：<br>注释1：我的安装路径是D://usr/cygwin，所以配置如下，自己需要对照进行下修改。<br>注释2: 导入之后需要重启下系统。<br><br>------------------------内容如下-----------------------------------<br>Windows Registry Editor Version 5.00<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions]<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin]<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2]<br>"cygdrive prefix"="/cygdrive"<br>"cygdrive flags"=dword:00000022<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/]<br>"native"="d:/usr/cygwin"<br>"flags"=dword:0000000a<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin]<br>"native"="d:/usr/cygwin/bin"<br>"flags"=dword:0000000a<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib]<br>"native"="d:/usr/cygwin/lib"<br>"flags"=dword:0000000a<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp]<br>"native"="d:/usr/cygwin/tmp"<br>"flags"=dword:0000000a<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options]<br>------------------------内容完毕-----------------------------------</font><br>
<img src ="http://www.cppblog.com/wariob/aggbug/94567.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wariob/" target="_blank">8月涅磐</a> 2009-08-27 16:23 <a href="http://www.cppblog.com/wariob/articles/94567.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>