<?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>DailyInfoByte.com</title>
	<atom:link href="http://dailyinfobyte.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailyinfobyte.com</link>
	<description>Lets create a beautiful world!!</description>
	<lastBuildDate>Sun, 13 May 2012 07:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Disabling print screen using vbscript</title>
		<link>http://dailyinfobyte.com/2012/05/13/disabling-print-screen-using-vbscript/</link>
		<comments>http://dailyinfobyte.com/2012/05/13/disabling-print-screen-using-vbscript/#comments</comments>
		<pubDate>Sun, 13 May 2012 07:46:38 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Disabling print screen using vbscript]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 2003]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://dailyinfobyte.com/?p=838</guid>
		<description><![CDATA[Copy and paste the below code in notepad, =========================================================== &#8216;Disable Print Screen Function const HKEY_LOCAL_MACHINE = &#38;H80000002 strKeyPath = &#8220;SYSTEM\CurrentControlSet\Control\Keyboard Layout&#8221; strComputer = &#8220;.&#8221; BinaryValueName = &#8220;Scancode Map&#8221; iValues = Array(&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H03,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H37,&#38;He0,&#38;H00,&#38;H00,&#38;H54,&#38;H00,&#38;H00,&#38;H00,&#38;H00,&#38;H00) Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!\\&#8221; &#38; strComputer &#38; &#8220;\root\default:StdRegProv&#8221;) ps=oReg.SetBinaryValue(HKEY_LOCAL_MACHINE,strKeyPath,BinaryValueName,iValues) =========================================================== Then save file as .vbs file. after runing the script , you need to reboot the  machine to take effect.]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2012/05/13/disabling-print-screen-using-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Print screen using registry File</title>
		<link>http://dailyinfobyte.com/2012/05/12/disabling-print-screen-using-registry-file/</link>
		<comments>http://dailyinfobyte.com/2012/05/12/disabling-print-screen-using-registry-file/#comments</comments>
		<pubDate>Sat, 12 May 2012 16:07:00 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Disabling Print screen using registry File]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 2003]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Registry Editor Version 5.00]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://dailyinfobyte.com/?p=832</guid>
		<description><![CDATA[Copy n paste the below code in a note pad. ================================================================== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] &#8220;Scancode Map&#8221;=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,37,e0,00,00,54,00,\ 00,00,00,00 ================================================================== Then save the file as PSDisable.reg. The above code works with windows 7, vista,XP,2k3,2k8 NOTE: For windows 98, ME, NT 4.0, [also works with XP and 2k] replace the first line with REGEDIT4 &#160;]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2012/05/12/disabling-print-screen-using-registry-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable remote desktop in windows 7 from system properties</title>
		<link>http://dailyinfobyte.com/2012/04/30/how-to-enable-remote-desktop-in-windows-7-from-system-properties/</link>
		<comments>http://dailyinfobyte.com/2012/04/30/how-to-enable-remote-desktop-in-windows-7-from-system-properties/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:38:13 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Allow connections from computer running any version of remote desktop with NLA]]></category>
		<category><![CDATA[Allow connections from computers running any version of remote desktop ( Less secure)]]></category>
		<category><![CDATA[By default]]></category>
		<category><![CDATA[How to enable remote desktop in windows 7 from system properties]]></category>
		<category><![CDATA[remote desktop connection is disabled]]></category>
		<category><![CDATA[sysdm.cpl]]></category>

		<guid isPermaLink="false">http://dailyinfobyte.com/?p=822</guid>
		<description><![CDATA[How to enable remote desktop in windows 7? 1)      Go to Run by typing Windows Logo Key and R 2)      Then type sysdm.cpl which will open the system properties [Fig 1] &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Fig 1 &#160; 3)     Click on the remote Tab 4)      By default, remote desktop connection is disabled. (Fig 2) &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; (Fig 2) 5)      Select the option Allow connections from &#8230; <a class="more-link" href="http://dailyinfobyte.com/2012/04/30/how-to-enable-remote-desktop-in-windows-7-from-system-properties/">More -></a>]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2012/04/30/how-to-enable-remote-desktop-in-windows-7-from-system-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Commands for Windows 7</title>
		<link>http://dailyinfobyte.com/2012/04/30/run-commands-for-windows-7/</link>
		<comments>http://dailyinfobyte.com/2012/04/30/run-commands-for-windows-7/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:00:15 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Accessories commands]]></category>
		<category><![CDATA[Administrative Tools commands]]></category>
		<category><![CDATA[Computer Management commands]]></category>
		<category><![CDATA[Conrtol Panel commands]]></category>
		<category><![CDATA[Run Commands for Windows 7]]></category>
		<category><![CDATA[winodws 7 run commands]]></category>

		<guid isPermaLink="false">http://dailyinfobyte.com/?p=819</guid>
		<description><![CDATA[List of Run Commands for Windows 7 Windows logo key + R  Administrative Tools Administrative Tools = control admintools Authorization Manager = azman.msc Component Services = dcomcnfg Certificate Manager = certmgr.msc Direct X Troubleshooter = dxdiag Display Languages = lpksetup ODBC Data Source Administrator = odbcad32 File Signature Verification Tool = sigverif Group Policy Editor = gpedit.msc Add Hardware Wizard = hdwwiz.cpl iSCSI Initiator = iscsicpl Iexpress Wizard = iexpress Local Security Settings = secpol.msc Microsoft Support Diagnostic Tool = &#8230; <a class="more-link" href="http://dailyinfobyte.com/2012/04/30/run-commands-for-windows-7/">More -></a>]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2012/04/30/run-commands-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Message: Unable to open the service ‘Tomcat6’</title>
		<link>http://dailyinfobyte.com/2012/03/06/error-message-unable-to-open-the-service-tomcat6/</link>
		<comments>http://dailyinfobyte.com/2012/03/06/error-message-unable-to-open-the-service-tomcat6/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 06:45:32 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[admin access]]></category>
		<category><![CDATA[Unable to open the service Tomcat6]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://dailyinfobyte.com/?p=815</guid>
		<description><![CDATA[While accessing “Configure Tomcat” or “Monitor Tomcat”, If you get the following error message, then please use the option “Run as Administrator” option. Error Message: Unable to open the service ‘Tomcat6’  Please note this is applicable for Windows 7 and you should have admin access in the machine. &#160;]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2012/03/06/error-message-unable-to-open-the-service-tomcat6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

