<?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>Syrian Developers &#187; visualbasic.net</title>
	<atom:link href="http://dev-sy.com/category/visualbasic-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev-sy.com</link>
	<description>The City of knowledge</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:45:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Disable Windows Update</title>
		<link>http://dev-sy.com/2009/10/21/disable-windows-update/</link>
		<comments>http://dev-sy.com/2009/10/21/disable-windows-update/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:07:49 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[visualbasic.net]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=157</guid>
		<description><![CDATA[Public Sub DisableWindowsUpdate(ByVal Enable As Boolean) Select Case Enable Case True My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoWindowsUpdate", "0", Microsoft.Win32.RegistryValueKind.DWord) Case False My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoWindowsUpdate", "1", Microsoft.Win32.RegistryValueKind.DWord) End Select End Sub]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/10/21/disable-windows-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Owner Name</title>
		<link>http://dev-sy.com/2009/10/21/change-owner-name/</link>
		<comments>http://dev-sy.com/2009/10/21/change-owner-name/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:02:39 +0000</pubDate>
		<dc:creator>moustafa farhat</dc:creator>
				<category><![CDATA[visualbasic.net]]></category>

		<guid isPermaLink="false">http://dev-sy.com/?p=155</guid>
		<description><![CDATA[Public Sub ChangeOwnerName(ByVal name As String) If Name = Nothing Then MsgBox("You dont select name:", MsgBoxStyle.Critical, "Error") Else My.Computer.Registry.SetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion", "RegisteredOwner", Name) End If End Sub]]></description>
		<wfw:commentRss>http://dev-sy.com/2009/10/21/change-owner-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
