<?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>LifeLog with sage &#187; windows</title>
	<atom:link href="http://withsage.net/blog/archives/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://withsage.net/blog</link>
	<description>여기는 현철군의 블로그(IT, 영화, 사진, 음악, 책, ... )</description>
	<lastBuildDate>Wed, 07 Sep 2011 22:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Performance Tools Kit-2편</title>
		<link>http://withsage.net/blog/archives/396</link>
		<comments>http://withsage.net/blog/archives/396#comments</comments>
		<pubDate>Sun, 24 Feb 2008 15:39:38 +0000</pubDate>
		<dc:creator>플럿</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[개발]]></category>
		<category><![CDATA[분석]]></category>
		<category><![CDATA[비스타]]></category>
		<category><![CDATA[성능]]></category>
		<category><![CDATA[유틸리티]]></category>
		<category><![CDATA[컴퓨터]]></category>

		<guid isPermaLink="false">http://withsage.net/blog/?p=396</guid>
		<description><![CDATA[Windows Performance Tools Kits 을 설치 해서 사용해봤습니다!! ^^
자세히는 안써보고 일단, 설치해서 어떻게 쓰나~ 봤는데,
상세한 정보를 많이 보여줍니다. ^^
 일단, Windows Server 2008 과 Windows Vista 에서는 동작하는데,
다른 플랫폼은 지원이 되는지 모르겠네요.
기본적인 사용방법은 다음과 같습니다. (Quick Start 참고해서 정리)
1. WPT 설치
2. 명령창(cmd.exe)을 &#8216;관리자모드&#8217;로 실행
3.  다음 명령을 입력하면 windows Kernel event provider 에 의해
 performance 정보가 기본 로그 [...]]]></description>
		<wfw:commentRss>http://withsage.net/blog/archives/396/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Performance Tools Kit, V.4.1.1 (QFE)</title>
		<link>http://withsage.net/blog/archives/395</link>
		<comments>http://withsage.net/blog/archives/395#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:35:24 +0000</pubDate>
		<dc:creator>플럿</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DDK]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[개발]]></category>
		<category><![CDATA[컴퓨터]]></category>

		<guid isPermaLink="false">http://withsage.net/blog/?p=395</guid>
		<description><![CDATA[Windows Performance Tools kit (이하 WPT)이 업데이트되었습니다.
MS에서도 이런 툴이 있었군요.
왜 진작 몰랐을까나.. 흐흐흐흐..
Windows server 2008과 .net Framework 3.5 SDK를 위한 성능 분석도구가 포함되어있다고 합니다.
드라이버, 어플리케이션 개발자들에게 유용할것 같습니다.
비스타와 서버 2008 이후 버전의 Windows 에서 시스템과 응용프로그램의 성능을 분석하는데 도움이 될거라는군요.
4.1.1 는 Windows Server 2008 SDK 에 포함되어있던 WPT 4.1.0 의 버그 픽스버전이라고 합니다.
자세한 내용은 여기 [...]]]></description>
		<wfw:commentRss>http://withsage.net/blog/archives/395/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>알려지지 않은 Pooltag를 사용하는 드라이버 찾는법!!!! FindStr</title>
		<link>http://withsage.net/blog/archives/371</link>
		<comments>http://withsage.net/blog/archives/371#comments</comments>
		<pubDate>Wed, 28 Nov 2007 10:24:59 +0000</pubDate>
		<dc:creator>플럿</dc:creator>
				<category><![CDATA[Windbg]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[컴퓨터]]></category>

		<guid isPermaLink="false">http://withsage.net/blog/?p=371</guid>
		<description><![CDATA[PoolMon 을 보거나.. !poolused를 써서.. 메모리릭을 추적하다보면
낯선 Tag 들이 간간히 보입니다.
과연.. 이 Tag를 이용해서 Pool 을 쓴녀석이 누굴까!!! 찾는 Tip 입니다.
명령창에서  findstr /m /i tag *.sys 를 해보면 알 수 있습니다.
예를들어.
명령창켜고 ~
%systemroot%\system32\drivers 에서
findstf /m /I hTCPt *.sys
를 실행하면 하면 TCPip.sys 가 튀어나올것이고요~ ^^
findstr /m /l hCPnp *.sys
를 하면~~
Classpnp.sys 또는 Acpiec.sys 가 나타날것입니다.
&#8230;.
물론&#8230; 탐색기의 검색기능을 이용하는 [...]]]></description>
		<wfw:commentRss>http://withsage.net/blog/archives/371/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 95 에서 SoftIce 가 실행되지 않을때~</title>
		<link>http://withsage.net/blog/archives/368</link>
		<comments>http://withsage.net/blog/archives/368#comments</comments>
		<pubDate>Mon, 19 Nov 2007 10:27:44 +0000</pubDate>
		<dc:creator>플럿</dc:creator>
				<category><![CDATA[Windbg]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Softice]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows95]]></category>
		<category><![CDATA[winsock]]></category>
		<category><![CDATA[개발]]></category>

		<guid isPermaLink="false">http://withsage.net/blog/?p=368</guid>
		<description><![CDATA[Windwos95 에서 소프트아이스는 그냥 설치해도 실행되지 않더군요. T.T 
Windows 95 용 Winsock2 이 필요합니다. 
http://support.microsoft.com/?kbid=182108
에서 관련정보를 찾을 수 있고
http://download.microsoft.com/download/0/e/0/0e05231b-6bd1-4def-a216-c656fbd22b4e/W95ws2setup.exe
에서 다운로드 받을수 있습니다.
]]></description>
		<wfw:commentRss>http://withsage.net/blog/archives/368/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA , Game Development Framework.</title>
		<link>http://withsage.net/blog/archives/330</link>
		<comments>http://withsage.net/blog/archives/330#comments</comments>
		<pubDate>Thu, 09 Aug 2007 03:40:46 +0000</pubDate>
		<dc:creator>플럿</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[개발]]></category>
		<category><![CDATA[게임]]></category>

		<guid isPermaLink="false">http://withsage.net/blog/?p=330</guid>
		<description><![CDATA[깨워라! 창작 혼!!
.NET frame work 기반의 게임 개발 프레임웍!!
MS 에서 제공하는 게임개발 자원이라면!! Direct X 만 알고 있었는데,
Microsoft 의 XNA 를 이용하면 PC 와 XBOX 용 게임 개발을 유연하게 작성할수 있단다~
여기를 가보면~~ XNA creators club 을 시작하기위한 동영상이 제공됩니다.
XNA 를 시작해볼까나~  ^^
당장 시작하고 싶다면,~~
이곳에서 XNA game studio 를 다운받아봅시다~~ ^^
아차차차..Visual Studio 2005 Express 버전도필요하다는 [...]]]></description>
		<wfw:commentRss>http://withsage.net/blog/archives/330/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

