<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[狼啸之都]]></title> 
<link>http://www.wolfcity.net/index.php</link> 
<description><![CDATA[蓝狼生活中的点点滴滴……]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[狼啸之都]]></copyright>
<item>
<link>http://www.wolfcity.net/read.php?117</link>
<title><![CDATA[解决WINDOWS 7下无法运行vSphere 4.0客户端的方法]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Mon, 27 Jul 2009 00:18:42 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?117</guid> 
<description>
<![CDATA[ 
	<p>1、复制一个非WIN7系统下的.NET 2.0的文件，这个文件位置在&ldquo;C:&#92;Windows&#92;Microsoft.NET&#92;Framework&#92;v2.0.50727&#92;Microsoft.NET&#92;Framework&#92;v2.0.50727&#92;System.dll &rdquo;，嫌麻烦的可以直接下载附件，将这个文件放到桌面备用。</p><p>2、建立&ldquo;C:&#92;Program Files&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;Lib+&rdquo;这个目录，然后把刚才的system.dll复制进来。</p><p>3、 修改VpxClient.exe.config文件，在最后的&lt;/configuration&gt;之前，加上一下内容</p><p><div class="quote"><div class="quote-title">引用</div><div class="quote-content">&lt;runtime&gt; <br />&lt;developmentMode developerInstallation=&quot;true&quot;/&gt; <br />&lt;/runtime&gt; </div></div></p><p><br />4、建立一个批处理文件，内容如下：</p><p><div class="quote"><div class="quote-title">引用</div><div class="quote-content">SET DEVPATH=%ProgramFiles%&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;Lib+<br />&quot;%ProgramFiles%&#92;VMware&#92;Infrastructure&#92;Virtual Infrastructure Client&#92;Launcher&#92;VpxClient.exe&quot;</div></div></p><p>5、将这个批处理文件在桌面上放置快捷方式并更改图标，每次要打开vSpere客户端的时候，运行这个快捷方式就OK了。</p><p><br />Windows 7 RTM版测试通过，附件为Windows XP安装.NET 3.5 SP1后的system.dll。<br /><br /><br /><a href="attachment.php?fid=6">点击这里下载文件</a></p><br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows7" rel="tag">windows7</a> , <a href="http://www.wolfcity.net/tag.php?tag=vsphere" rel="tag">vsphere</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?113</link>
<title><![CDATA[“您是软件盗版的受害者”……想不到我也会中招……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Sun, 06 Jul 2008 13:10:04 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?113</guid> 
<description>
<![CDATA[ 
	　　自以为自己是老鸟了，谁知道还是被猎人逮住了&hellip;&hellip;<br /><br />　　什么都不说了，还是用简单的办法，工具上，运行一下，重启一次，一了百了！！！<br /><br /><a href="attachment.php?fid=3">点击这里下载文件</a><br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=xp" rel="tag">xp</a> , <a href="http://www.wolfcity.net/tag.php?tag=%25E7%259B%2597%25E7%2589%2588" rel="tag">盗版</a> , <a href="http://www.wolfcity.net/tag.php?tag=wga" rel="tag">wga</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?82</link>
<title><![CDATA[遗忘XP密码后的修改密码方法]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Sun, 25 Feb 2007 04:47:57 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?82</guid> 
<description>
<![CDATA[ 
	一、利用NET命令<br/>1.开机启动Win XP，当运行到“正在启动Windows XP”的提示界面时，按“F8”键调出系统启动选择菜单，选择“带命令行安全模式”；<br/>2.当运行停止后，会列出“Administrator”和其它用户的选择菜单(本例的其他用户以xpuser01为例)，选择“Administrator”后回车，进入命令行模式；<br/>3.键入命令““net user xpuser01 1234/ADD”这是更改该用户密码的命令，命令中的“1234”是更改后的新密码，如果键入的用户不存在（xpuser01），那么系统会自动添加这个用户。<br/>4.另外还可以使用“net 1oca1group administrator xpuser01 /ADD”命令把xpuser01这个用户升为超级用户，即可拥有所有权限。<br/>5.最后一步，就是重新启动计算机，在登录窗口中输入刚刚更改的新密码便可成功登陆；<br/><br/>二、使用其他工具重建WinXP登录密码<br/>在网上可以找到许多WinXP登录密码的工具，比如：使用Linux boot disks启动盘可以访问NTFS文件系统，并且可以读取注册表并重写账号密码；使用NTAcess工具可以绕过系统syskey的保护，重新设置WinNT/2000、WinXP的密码；<br/><br/>三、找一个番茄花园的WINXP SP2 ISO镜像文件，刻成盘，然后用它启动，启动界面有破解WIN2000／XP登录密码的选项，选择它，然后按照提示操作即可。<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows" rel="tag">windows</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?78</link>
<title><![CDATA[WSUS服务器下载加速方法]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Sun, 28 Jan 2007 01:37:35 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?78</guid> 
<description>
<![CDATA[ 
	WSUS服务器使用BITS下载更新，但是这个后台下载默认实在太慢了。如果你的网络接入很快，而且不在乎那么点流量，可以改下设置，下载就很快了。<br/><br/>在下面的页面下载Server Diagnostic Tool<br/><a href="http://www.microsoft.com/windowsserversystem/updateservices/downloads/default.mspx" target="_blank">http://www.microsoft.com/windowsserversystem/updateservices/downloads/default.mspx</a><br/><br/>解压后得到一个exe文件，按下面方法执行一下就可以了。<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">wsusdebugtool.exe /tool:setforegrounddownload</div></div><br/><br/><br/>感谢hshh@DRL分享以上经验。<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows" rel="tag">windows</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?77</link>
<title><![CDATA[Genie-Soft.Backup.Manager提示过期的解决办法……]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Wed, 24 Jan 2007 02:49:14 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?77</guid> 
<description>
<![CDATA[ 
	步骤1、卸栽Genie-Soft.Backup.Manager，并用Registry Workshop搜索Genie-Soft，把这些注册表信息全部删除。<br/><br/>步骤2、删除这个键！！！<strong>HKEY_CURRENT_USER&#92;Software&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;GSVR7</strong><br/><br/><br/>步骤3、C:&#92;Documents and Settings&#92;All Users&#92;Application Data&#92;Genie-Soft&#92;<br/>删除之……<br/><br/>步骤4、重新安装Genie-Soft.Backup.Manager，安装完成后将自动更新程序GSUpdateManager.exe改名为GSUpdateManager.111，既不让他自动更新。<br/><br/>步骤5、修改hosts文件，添加<br/>127.0.0.1 &nbsp; &nbsp; &nbsp;www.genie-soft.com<br/><br/><br/>OK，现在注册，以后都不会提示过期了。感谢zonghan@DRL提供技术支持。<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows" rel="tag">windows</a>
]]>
</description>
</item><item>
<link>http://www.wolfcity.net/read.php?76</link>
<title><![CDATA[解决打印机重启后丢失以及频繁读取软驱问题]]></title> 
<author>蓝狼 &lt;bluewolf@gmail.com&gt;</author>
<category><![CDATA[Win32知识]]></category>
<pubDate>Thu, 18 Jan 2007 07:39:57 +0000</pubDate> 
<guid>http://www.wolfcity.net/read.php?76</guid> 
<description>
<![CDATA[ 
	net stop winmgct<br/>attrib -S -H -R C:&#92;WINDOWS&#92;system32&#92;WinMgct.exe<br/>del C:&#92;WINDOWS&#92;system32&#92;WinMgct.exe<br/>REG DELETE HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Run /v winmgct /f<br/>Tags - <a href="http://www.wolfcity.net/tag.php?tag=windows" rel="tag">windows</a>
]]>
</description>
</item>
</channel>
</rss>