<?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>Amar Kulo &#187; xps</title>
	<atom:link href="http://blog.amarkulo.com/tag/xps/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>System administration, photography and DIY projects</description>
	<lastBuildDate>Thu, 15 Jul 2010 08:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Finally &#8211; XP sound card driver for Dell XPS 430</title>
		<link>http://blog.amarkulo.com/xp-sound-card-driver-for-dell-xps-430</link>
		<comments>http://blog.amarkulo.com/xp-sound-card-driver-for-dell-xps-430#comments</comments>
		<pubDate>Fri, 15 May 2009 08:58:54 +0000</pubDate>
		<dc:creator>Amar Kulo</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[430]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[driverpacks]]></category>
		<category><![CDATA[driverpacks.net]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[xps]]></category>
		<category><![CDATA[xps 430]]></category>

		<guid isPermaLink="false">http://blog.amarkulo.com/?p=198</guid>
		<description><![CDATA[Finally thanks to driverpacks.net forum I have found sound card driver for my Dell XPS 430. Sadly but Dell has built driver for this card to works only on Windows Vista and on IDT site it&#8217;s impossible to download drivers because they have such agreement with OEMs that they cannot provide drivers by themselves. Pukkita [...]]]></description>
			<content:encoded><![CDATA[<p>
<div>Finally thanks to driverpacks.net forum I have found sound card driver for my Dell XPS 430.</div>
<p></p>
<div>Sadly but Dell has built driver for this card to works only on Windows Vista and on IDT site it&#8217;s impossible to download drivers because they have such agreement with OEMs that they cannot provide drivers by themselves.</div>
<p></p>
<div><a title="Pukkita's Digital Darkroom Corner" href="http://www.insflug.org/raw/article/89/windows-xp-audio-driver-for-dell-xps-430" target="_blank">Pukkita</a> has modified one of the IDT sound card drivers for Gateway and it works on my Dell.</div>
<p></p>
<div>Link for download you can find on <a title="Pukkita's Digital Darkroom Corner" href="http://www.insflug.org/raw/article/89/windows-xp-audio-driver-for-dell-xps-430" target="_blank">Pukkita&#8217;s blog</a> as well as Paypal Donations link.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/xp-sound-card-driver-for-dell-xps-430/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;&#8216;Agent XPs&#8217; component is turned off as part of the security configuration for this server.&#8221; error while creating maintenance plans on MsSQL server 2005</title>
		<link>http://blog.amarkulo.com/agent-xps-component</link>
		<comments>http://blog.amarkulo.com/agent-xps-component#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:18:51 +0000</pubDate>
		<dc:creator>Amar Kulo</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sp2]]></category>
		<category><![CDATA[subplan]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[xps]]></category>

		<guid isPermaLink="false">http://dzo.blogsite.org/?p=168</guid>
		<description><![CDATA[While trying to create some maintenance plans on MsSql server 2005 (default installation) with SP2 installed I have received this error message: 'Agent XPs' component is turned off as part of the security configuration for this server. While trying different solutions from Microsoft, MSDN and different forums I have found one that worked for me. [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to create some maintenance plans on MsSql server 2005 (default installation) with SP2 installed I have received this error message:</p>
<blockquote>
<pre>'Agent XPs' component is turned off as part of the security configuration for this server.</pre>
</blockquote>
<p>While trying different solutions from Microsoft, MSDN and different forums I have found one that worked for me. Open new query window, copy code below and hit F5 for executing. After this you can create plans.</p>
<blockquote>
<pre>sp_configure 'show advanced options', 1;

GO

RECONFIGURE;

GO

sp_configure 'Agent XPs', 1;

GO

RECONFIGURE

GO</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/agent-xps-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
