<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LeNgHoSt的小窝 &#187; Windows</title>
	<atom:link href="http://www.lenghost.cn/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lenghost.cn</link>
	<description>I did it my way, 'Cause it's my life!</description>
	<lastBuildDate>Tue, 08 Nov 2011 23:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VPS推荐：XEN/Windows VPS &#8211; 55元/月</title>
		<link>http://www.lenghost.cn/vps/xen-vps-windows-vps-55rmb-a-month/</link>
		<comments>http://www.lenghost.cn/vps/xen-vps-windows-vps-55rmb-a-month/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 13:59:46 +0000</pubDate>
		<dc:creator>LeNgHoSt</dc:creator>
				<category><![CDATA[VPS相关]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://www.lenghost.cn/?p=871</guid>
		<description><![CDATA[CPU：Xeon E5620
内存：512MB
硬盘：15G
流量：1000G/月
独立IP：1个
操作系统：Linux/Windows/BSD
XEN-HVM完全虚拟化技术，SolusVM控制面板，可自行加载ISO镜像，安装各种版本的Linux，Windows 2003和2008。
立即购买
如果只需要运行Linux系统，推荐XEN-PV型的VPS，不能安装Windows，性能较XEN-HVM稍好。
立即购买
]]></description>
			<content:encoded><![CDATA[<p>CPU：<strong>Xeon E5620</strong><br />
内存：<strong>512MB</strong><br />
硬盘：<strong>15G</strong><br />
流量：<strong>1000G</strong>/月<br />
独立IP：<strong>1</strong>个<br />
操作系统：Linux/<strong>Windows</strong>/BSD</p>
<p>XEN-HVM完全虚拟化技术，SolusVM控制面板，可自行加载ISO镜像，安装各种版本的Linux，Windows 2003和2008。</p>
<p><a href="http://item.taobao.com/item.htm?id=6127840508" target="newwindow">立即购买</a></p>
<p>如果只需要运行Linux系统，推荐XEN-PV型的VPS，不能安装Windows，性能较XEN-HVM稍好。</p>
<p><a href="http://item.taobao.com/item.htm?id=6878595072" target="newwindow">立即购买</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lenghost.cn/vps/xen-vps-windows-vps-55rmb-a-month/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Windows2003启动出现错误“Server 服务在启动时暂停”</title>
		<link>http://www.lenghost.cn/tips/windows-2003-evid-7022/</link>
		<comments>http://www.lenghost.cn/tips/windows-2003-evid-7022/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:48:58 +0000</pubDate>
		<dc:creator>LeNgHoSt</dc:creator>
				<category><![CDATA[技巧收集]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[服务]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://www.lenghost.cn/tips/windows2003%e5%90%af%e5%8a%a8%e5%87%ba%e7%8e%b0%e9%94%99%e8%af%af%e2%80%9cserver-%e6%9c%8d%e5%8a%a1%e5%9c%a8%e5%90%af%e5%8a%a8%e6%97%b6%e6%9a%82%e5%81%9c%e2%80%9d/</guid>
		<description><![CDATA[这几天电脑又出现这个问题了，开机系统长时间不能正常访问文件目录和网络，等待10几分钟后，提示“在系统启动时至少有一个服务或驱动程序产生错误”，然后才能正常打开文件，运行程序，浏览网页等。
查看事件查看器，有两个错误：
1.Server 服务在启动时暂停。
2.与 Computer Browser 服务相依的 Server 服务因下列错误而无法启动:
  启动后，服务停留在启动暂停状态。
这个问题困扰了我好几年了，我系统用的很仔细，一般不需要重装，每次重装几乎都是碰到了这个问题。
这几年出现这个问题竟然一直没上网搜索解决方法-.-!!
今天baidu了一下，找到答案了。

因为Print Spooler 服务的启动方式设为自动，由于Print Spooler服务的依赖关系里没有Server服务（可能是安装某些软件时造成了注册表项丢失），从而试图抢先在Server服务启动之前启动Print Spooler服务造成的，在注册表里给Print Spooler服务增加依赖项LanmanServer，再把Print Spooler服务的启动方式改为自动，出错现象得到了解决。
相应的msdn英文说明如下：
Services do not start and Event ID 7022 is logged in the System log in Windows NT 4.0, Windows 2000, or Windows Server 2003View products that this article applies to.
Article ID : 319127
Last Review : October 26, 2005
Revision : 2.0 
This [...]]]></description>
			<content:encoded><![CDATA[<p>这几天电脑又出现这个问题了，开机系统长时间不能正常访问文件目录和网络，等待10几分钟后，提示“在系统启动时至少有一个服务或驱动程序产生错误”，然后才能正常打开文件，运行程序，浏览网页等。<br />
查看事件查看器，有两个错误：</p>
<blockquote><p>1.Server 服务在启动时暂停。<br />
2.与 Computer Browser 服务相依的 Server 服务因下列错误而无法启动:<br />
  启动后，服务停留在启动暂停状态。</p></blockquote>
<p>这个问题困扰了我好几年了，我系统用的很仔细，一般不需要重装，每次重装几乎都是碰到了这个问题。<br />
这几年出现这个问题竟然一直没上网搜索解决方法-.-!!<br />
今天baidu了一下，找到答案了。</p>
<p><span id="more-640"></span></p>
<blockquote><p>因为Print Spooler 服务的启动方式设为自动，由于Print Spooler服务的依赖关系里没有Server服务（可能是安装某些软件时造成了注册表项丢失），从而试图抢先在Server服务启动之前启动Print Spooler服务造成的，在注册表里给Print Spooler服务增加依赖项LanmanServer，再把Print Spooler服务的启动方式改为自动，出错现象得到了解决。</p></blockquote>
<blockquote><p>相应的msdn英文说明如下：</p>
<p>Services do not start and Event ID 7022 is logged in the System log in Windows NT 4.0, Windows 2000, or Windows Server 2003View products that this article applies to.<br />
Article ID : 319127<br />
Last Review : October 26, 2005<br />
Revision : 2.0 </p>
<p>This article was previously published under Q319127<br />
Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:<br />
256986 (http://support.microsoft.com/kb/256986/) Description of the Microsoft Windows registry<br />
SYMPTOMSYou may experience the following symptoms:   When you start your computer, you may receive a message that states that one or more services did not start.<br />
  If other users try to access your computer over the network, they may not be able to locate your computer.<br />
  The following events may be logged in the System log:<br />
Event ID: 7022<br />
Source: Service Control Manager<br />
Type: Error<br />
Description: Server service hung on startup.</p>
<p>Event ID: 26<br />
Source: Application Popup<br />
Type: Information<br />
Description: Application popup: Service Control Manager: At least one service or driver failed during system startup.</p>
<p>Event ID: 7001<br />
Source: Service Control Manager<br />
Type: Error<br />
Description: The Computer Browser service depends on the Server service which failed to start because of the following error: After starting, the service hung in a start-pending state.</p>
<p>Event ID: 7001<br />
Source: Service Control Manager<br />
Type: Error<br />
Description: The Distributed File System service depends on the Server service which failed to start because of the following error: After starting, the service hung in a start-pending state.</p>
<p>CAUSEThis issue may occur if the Spooler service tries to start before the Server service. This issue may occur if you installed either the Lexmark International Markvision (LexBce) service or the Hewlett-Packard JetAdmin port monitoring software on your computer.<br />
RESOLUTIONWarning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.</p>
<p>To resolve this issue, edit the registry to make the Spooler service dependent on the Server service. If you do so, the Spooler service does not start until the Server service is running.</p>
<p>To create this dependency: 1. Click Start, and then click Run.<br />
2. In the Open box, type regedt32, and then click OK.<br />
3. Locate and click the following registry key:<br />
HKLM\SYSTEM\CurrentControlSet\Services\Spooler<br />
4. Click Add Value on the Edit menu.<br />
5. Type DependOnService in the Value Name box.<br />
6. Click REG_MULTI_SZ in the Data Type box, and then click OK.<br />
7. Type LanmanServer in the Data box, and then click OK.<br />
8. Click Exit on the Registry menu to quit Registry Editor.<br />
9. Restart your computer.</p></blockquote>
<p>奇怪，竟然和Print Spooler服务有关系，但问了下其他用xp系统的朋友，他们Print Spooler的服务并不依赖与Server，可能Windows 2003这里和XP有区别。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lenghost.cn/tips/windows-2003-evid-7022/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8款精心挑选的强大的资源管理器插件</title>
		<link>http://www.lenghost.cn/software/8-explorer-plugin/</link>
		<comments>http://www.lenghost.cn/software/8-explorer-plugin/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 05:48:52 +0000</pubDate>
		<dc:creator>LeNgHoSt</dc:creator>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://godaddy.lenghost.cn/lenghost.cn/?p=54</guid>
		<description><![CDATA[原文：7 Windows Explorer Addons for Power Users
译文：8款精心挑选的强大的资源管理器插件
译者：LiGht
大家都经常要用到Windows自带的资源管理器(Windows Explorer)，如果只是一些平常的应用，资源管理器自然能够出色完成任务，不过当需要完成一些复杂的任务时就会有些棘手了。这儿有八款精心挑选的资源管理器插件
，可以让资源管理器更加强大、实用。
1. Folder Size
资源管理器不会显示文件夹的大小，这是一大缺憾。

不过没关系，安装Folder Size后就一切OK了：

下载 FolderSize

2. QT Tab Bar
QT Tab Bar 为资源管理器加入了标签功能，让文件管理更加方便、快捷。

下载 QT Tab Bar &#038; 详细介绍
3. InfoTag Magic
当鼠标指向某一文件或文件夹时，可以查看更多的预览信息。

下载 InfoTag Magic &#038; 详细介绍
4. TeraCopy
替换了 Windows XP 中的复制工具，让复制大文件更加高速。

下载 TeraCopy
5.Piky Basket
通过右键菜单添加文件，最后一次性复制到目标文件夹。当需要复制的文件来自不同文件夹时特别有用。

下载 PikyBasket  &#124; 小众软件相关介绍
6. Clickie Path Name Copier
为右键菜单添加了两个选项。其一为复制选定文件/文件夹路径，其二为用DOS打开当前目录。

下载 Clickie
7. Drive Icon
这个小工具既实用又漂亮——
在XP下模拟Vista，使其显示硬盘使用情况。

下载 Drive Icon
8. Y’z Toolbar
Y’z Toolbar 允许你给资源管理器换皮肤和图标。

下载 Y’z Toolbar
]]></description>
			<content:encoded><![CDATA[<p>原文：<a target="_blank" href="http://www.makeuseof.com/tag/7-windows-explorer-addons-for-power-users/">7 Windows Explorer Addons for Power Users</a><br />
译文：<a target="_blank" href="http://www.weborn.org/8-windows-explorer-addons-for-power-users-444/">8款精心挑选的强大的资源管理器插件</a><br />
译者：<a target="_blank" href="http://www.lightory.net/">LiGht</a></p>
<p>大家都经常要用到Windows自带的资源管理器(Windows Explorer)，如果只是一些平常的应用，资源管理器自然能够出色完成任务，不过当需要完成一些复杂的任务时就会有些棘手了。这儿有八款精心挑选的资源管理器插件<br />
，可以让资源管理器更加强大、实用。</p>
<p><strong>1. Folder Size</strong><br />
资源管理器不会显示文件夹的大小，这是一大缺憾。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/folder_size1.png" border="0" alt=""/><br />
不过没关系，安装Folder Size后就一切OK了：<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/folder_size2.png" border="0" alt=""/><br />
<a target="_blank" href="http://foldersize.sourceforge.net/">下载 FolderSize</a></p>
<p><span id="more-54"></span><br />
<strong>2. QT Tab Bar</strong><br />
QT Tab Bar 为资源管理器加入了标签功能，让文件管理更加方便、快捷。<br />
<img src="http://makeuseof.com/dir/images/win-explorer-qt.png" border="0" alt=""/><br />
<a target="_blank" href="http://www.weborn.org/qt-tabbar-v1101-133/">下载 QT Tab Bar &#038; 详细介绍</a></p>
<p><strong>3. InfoTag Magic</strong><br />
当鼠标指向某一文件或文件夹时，可以查看更多的预览信息。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/InfoTagMagic.gif" border="0" alt=""/><br />
<a target="_blank" href="http://www.weborn.org/infotag-magic-437/">下载 InfoTag Magic &#038; 详细介绍</a></p>
<p><strong>4. TeraCopy</strong><br />
替换了 Windows XP 中的复制工具，让复制大文件更加高速。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/teracopy.png" border="0" alt=""/><br />
<a target="_blank" href="http://www.codesector.com/teracopy.php">下载 TeraCopy</a></p>
<p><strong>5.Piky Basket</strong><br />
通过右键菜单添加文件，最后一次性复制到目标文件夹。当需要复制的文件来自不同文件夹时特别有用。<br />
<img src="http://makeuseof.com/images/piky-basket.png" border="0" alt=""/><br />
<a target="_blank" href="http://www.conceptworld.com/Piky/piky_features.asp">下载 PikyBasket</a>  | <a target="_blank" href="http://www.appinn.com/piky-basket/">小众软件相关介绍</a></p>
<p><strong>6. Clickie Path Name Copier</strong><br />
为右键菜单添加了两个选项。其一为复制选定文件/文件夹路径，其二为用DOS打开当前目录。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/clickie_thumb.gif" border="0" alt=""/><br />
<a target="_blank" href="http://defoort.free.fr/clickie/">下载 Clickie</a></p>
<p><strong>7. Drive Icon</strong><br />
这个小工具既实用又漂亮——<br />
<a target="_blank" href="http://www.weborn.org/xp-to-vista-50/">在XP下模拟Vista</a>，使其显示硬盘使用情况。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/drive_icon_thumb.png" border="0" alt=""/><br />
<a target="_blank" href="http://www.weborn.org/vista-hard-disk-for-xp-31/">下载 Drive Icon</a></p>
<p><strong>8. Y’z Toolbar</strong><br />
Y’z Toolbar 允许你给资源管理器换皮肤和图标。<br />
<img src="http://makeuseof.com/images/5AddonstousewithWindowsExplorer_82F7/yztoolbar_screenshot.png" border="0" alt=""/><br />
<a target="_blank" href="http://www.winmatrix.com/forums/index.php?showtopic=1161">下载 Y’z Toolbar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lenghost.cn/software/8-explorer-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FastPictureViewer 1.0.25.0</title>
		<link>http://www.lenghost.cn/software/fastpictureviewer-10250/</link>
		<comments>http://www.lenghost.cn/software/fastpictureviewer-10250/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 05:41:44 +0000</pubDate>
		<dc:creator>LeNgHoSt</dc:creator>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[工具]]></category>

		<guid isPermaLink="false">http://godaddy.lenghost.cn/lenghost.cn/?p=55</guid>
		<description><![CDATA[FastPictureViewer是个小巧、快速的看图软件,简洁的界面使我们未必能立即理解其设计目的:一切优化只为最快速地浏览整个文件夹的照片,相应的缩放锐化同时完成,快速将文件复制到指定文件夹,一键启用Adobe XMP(元数据框架)。这些使得FastPictureViewer成为最快最好的图像筛选工具,但它并不提供图像编辑、增强或分类归档的功能。可免费使用的家庭基础版支持JPG和新的微软高清图片格式(HD Photo *.hdp, *.wdp),包含Adobe XMP支持,Windows Vista photo rating 以及DirectX硬件加速(在被支持的显卡上)。
2004年Eamon Hickey在Rob Galbraith&#39;s DPI网站上撰文赞赏此软件对于促进体育画刊的创作效率促进。此文对于体育照片摄影师或者摄影发烧友都有所助益，它也能我们更多了解 FastPictureViewer的创作动机以及在业界获得的赞誉，在此郑重推荐。FastPictureViewer能帮助你更快更高效地工作，充分 地利用现代多核心CPU和高速图形卡的强大性能。我们自信地说，FastPictureViewer是现今PC平台上最快速的图像浏览器。
程序运行需要安装Window Imaging Component(WIC)。


更多的特性：
同意字符编码编码、多语言支持。
可用键盘，鼠标点击或鼠标滚轮进行快速翻页。
方面得浏览上万张图片，即便其处于各个深层子目录中。
在自适应窗口和原始大小间即时切换，可选高质量图像缩放。
可创建Adobe XMP sidecar文件（&#8230;..）
嵌入的JPEG元数据写入功能（Adobe XMP rating/labeling and Windows Vista rating）
50%-6400%的宽泛范围内缩放。
快速自动搜索浏览多个子目录（使得浏览整个驱动器的图像变得简便）
拖放支持，将你要浏览的目录拖到FastPictureViewer窗口中
单击鼠标或键盘即可在后台将图片复制到制定目录，不影响浏览
即时浏览即插即用的数码设备中的照片
与资源管理器集成，方便地浏览各个目录或盘符。
浏览时自动侦测目录中新添加的照片。
多显示器感知和超大显示器支持，一键切换到全屏显示。
官方网站：http://www.fastpictureviewer.com/
FastPictureViewer 1.0.25.0
Window Imaging Component(WIC)：
中文：http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_chs.exe
英文：http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe
]]></description>
			<content:encoded><![CDATA[<p>FastPictureViewer是个小巧、快速的看图软件,简洁的界面使我们未必能立即理解其设计目的:一切优化只为最快速地浏览整个文件夹的照片,相应的缩放锐化同时完成,快速将文件复制到指定文件夹,一键启用Adobe XMP(元数据框架)。这些使得FastPictureViewer成为最快最好的图像筛选工具,但它并不提供图像编辑、增强或分类归档的功能。可免费使用的家庭基础版支持JPG和新的微软高清图片格式(HD Photo *.hdp, *.wdp),包含Adobe XMP支持,Windows Vista photo rating 以及DirectX硬件加速(在被支持的显卡上)。<br />
2004年Eamon Hickey在Rob Galbraith&#39;s DPI网站上撰文赞赏此软件对于促进体育画刊的创作效率促进。此文对于体育照片摄影师或者摄影发烧友都有所助益，它也能我们更多了解 FastPictureViewer的创作动机以及在业界获得的赞誉，在此郑重推荐。FastPictureViewer能帮助你更快更高效地工作，充分 地利用现代多核心CPU和高速图形卡的强大性能。我们自信地说，FastPictureViewer是现今PC平台上最快速的图像浏览器。<br />
<strong>程序运行需要安装Window Imaging Component(WIC)。</strong><br />
<img src="http://www.fastpictureviewer.com/img/screenshot1.jpg" width=500px border="0" alt=""/></p>
<p><span id="more-55"></span><br />
<strong>更多的特性：</strong><br />
同意字符编码编码、多语言支持。<br />
可用键盘，鼠标点击或鼠标滚轮进行快速翻页。<br />
方面得浏览上万张图片，即便其处于各个深层子目录中。<br />
在自适应窗口和原始大小间即时切换，可选高质量图像缩放。<br />
可创建Adobe XMP sidecar文件（&#8230;..）<br />
嵌入的JPEG元数据写入功能（Adobe XMP rating/labeling and Windows Vista rating）<br />
50%-6400%的宽泛范围内缩放。<br />
快速自动搜索浏览多个子目录（使得浏览整个驱动器的图像变得简便）<br />
拖放支持，将你要浏览的目录拖到FastPictureViewer窗口中<br />
单击鼠标或键盘即可在后台将图片复制到制定目录，不影响浏览<br />
即时浏览即插即用的数码设备中的照片<br />
与资源管理器集成，方便地浏览各个目录或盘符。<br />
浏览时自动侦测目录中新添加的照片。<br />
多显示器感知和超大显示器支持，一键切换到全屏显示。</p>
<p>官方网站：http://www.fastpictureviewer.com/<br />
<a href="http://www.fastpictureviewer.com/bin/FastPictureViewer.msi" target="_blank">FastPictureViewer 1.0.25.0</a></p>
<p>Window Imaging Component(WIC)：<br />
中文：<a href="http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_chs.exe">http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_chs.exe</a><br />
英文：<a href="http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe">http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lenghost.cn/software/fastpictureviewer-10250/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

