<?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>Nenad Vijatov &#187; Windows</title>
	<atom:link href="http://blog.vijatov.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vijatov.com</link>
	<description>xor %ecx,%ecx</description>
	<lastBuildDate>Thu, 05 Aug 2010 23:14:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sinergija 09</title>
		<link>http://blog.vijatov.com/2009/10/11/sinergija-09/</link>
		<comments>http://blog.vijatov.com/2009/10/11/sinergija-09/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 20:57:11 +0000</pubDate>
		<dc:creator>Nenad Vijatov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[BitLocker to Go]]></category>
		<category><![CDATA[Sinergija 09]]></category>
		<category><![CDATA[Windows 7 Security]]></category>

		<guid isPermaLink="false">http://blog.vijatov.com/?p=110</guid>
		<description><![CDATA[I will have a technical speak at Sinergija 09 about BitLocker &#038; BitLocker to Go in Windows 7. Title of presentation is Fighting stealers with BitLocker.]]></description>
			<content:encoded><![CDATA[<p>I will have a technical speak at <a href="http://www.mssinergija.net">Sinergija 09</a> about <a href="http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx#bitlocker">BitLocker &#038; BitLocker to Go in Windows 7</a>.<br />
Title of presentation is <a href="http://www.mssinergija.net/en/agenda_dyn.aspx"><em>Fighting stealers with BitLocke</em>r</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vijatov.com/2009/10/11/sinergija-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sinergija 08</title>
		<link>http://blog.vijatov.com/2008/11/25/sinergija-08/</link>
		<comments>http://blog.vijatov.com/2008/11/25/sinergija-08/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 14:11:40 +0000</pubDate>
		<dc:creator>Nenad Vijatov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAP]]></category>
		<category><![CDATA[Network Access Protection]]></category>

		<guid isPermaLink="false">http://vijatov.com/blog/?p=23</guid>
		<description><![CDATA[Well, I finally uploaded my conference speak presentation for this year&#8217;s Sinergija 08. Presentation was about Microsoft NAP and it&#8217;s benefits.]]></description>
			<content:encoded><![CDATA[<p>Well, I finally uploaded my conference speak <a href="http://www.vijatov.com/download/Nenad Vijatov-NAP.zip" target="_blank">presentation</a> for this year&#8217;s <a href="http://www.mssinergija.net" target="_blank">Sinergija 08</a>. Presentation was about <a href="http://technet.microsoft.com/en-us/network/bb545879.aspx" target="_blank">Microsoft NAP</a> and it&#8217;s benefits.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vijatov.com/2008/11/25/sinergija-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reg delete /f</title>
		<link>http://blog.vijatov.com/2008/01/08/reg-delete-f/</link>
		<comments>http://blog.vijatov.com/2008/01/08/reg-delete-f/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 08:46:30 +0000</pubDate>
		<dc:creator>Nenad Vijatov</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Reg delete]]></category>
		<category><![CDATA[Windows Security]]></category>

		<guid isPermaLink="false">http://vijatov.com/blog/?p=6</guid>
		<description><![CDATA[Today, I have one problem &#8230; very strange problem and I didn&#8217;t find solution on Internet. Have you ever try to use reg delete KeyName /v and to add /f switch? I think it&#8217;s not possible in Windows XP?! My solution is &#8230; Use VB script to do that: &#8216;&#8211; script begin &#8211; Const HKEY_LOCAL_MACHINE [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt;">Today, I have one problem &#8230; very strange problem and I didn&#8217;t find solution on Internet.</p>
<p>Have you ever try to use reg delete KeyName /v and to add /f switch?</p>
<p>I think it&#8217;s not possible in Windows XP?!</p>
<p>My solution is &#8230;<br />
Use VB script to do that:</p>
<p><span id="more-6"></span>&#8216;&#8211; script begin &#8211;<br />
Const HKEY_LOCAL_MACHINE = &amp;H80000002</p>
<p>strComputer = &#8220;.&#8221;</p>
<p>Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!&#8221; &amp; _<br />
strComputer &amp; &#8220;rootdefault:StdRegProv&#8221;)</p>
<p>strKeyPath = &#8220;your_path &#8211; ex. SYSTEMControlSet001 &#8230;&#8221;<br />
strDWORDValueName = &#8220;Value that you want to delete&#8221;</p>
<p>oReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPath,strDWORDValueName</p>
<p>MsgBox &#8220;The End&#8221;</p>
<p>&#8216;&#8211; script end –</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vijatov.com/2008/01/08/reg-delete-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
