<?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>waynestorey.com Blog &#187; Windows 7</title>
	<atom:link href="http://waynestorey.com/blog/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://waynestorey.com/blog</link>
	<description>Hopefully a useful blog of technology issues, errors and fixes</description>
	<lastBuildDate>Mon, 02 Apr 2012 11:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Cannot Search Within File Contents of PDF Documents on Windows 7 64 bit</title>
		<link>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit</link>
		<comments>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 16:45:20 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[ifilter]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[windows search]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=454</guid>
		<description><![CDATA[Check to see if you have the iFilter installed: Open Control Panel and type in the search box &#8220;Change how windows searches&#8221; and click on the link shown: Select Advanced Then select the File Types Tab and scroll down to PDF and you will see &#8220;Registered iFilter is not found&#8221; Cancel and close out of [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/11/24/cannot-search-within-file-contents-of-pdf-documents-on-windows-7-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add printer IP port using Powershell</title>
		<link>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-printer-ip-port-using-powershell</link>
		<comments>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:17:01 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=450</guid>
		<description><![CDATA[The below will create a TCP/IP printer port using PowerShell: $server=&#8221;servername&#8221; $printerip=&#8221;1.1.1.1&#8243; $port = ([WMICLASS]&#8220;\\$server\ROOT\cimv2:Win32_TCPIPPrinterPort&#8221;).createInstance() $port.Name=&#8221;IP_10.25.128.31&#8243; $port.SNMPEnabled=$false $port.Protocol=1 $port.HostAddress=$printerip $port.Put() $port To Automate it somewhat you can feed the parameters into it using arguments, you can run the commands using excel and copy into a batch file. # This script requires 3 paramaters at the command [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2011/07/09/add-printer-ip-port-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving VPN Connections between Computers</title>
		<link>http://waynestorey.com/blog/2010/04/07/moving-vpn-connections-between-computers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=moving-vpn-connections-between-computers</link>
		<comments>http://waynestorey.com/blog/2010/04/07/moving-vpn-connections-between-computers/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 20:53:02 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=383</guid>
		<description><![CDATA[To move VPN connections created with the Windows Network and Sharing Center VPN wizard between computers on Windows 7 you will need to copy the following file from your user profile to the user account on the other computer. %userprofile%\Application Data\microsoft\Network\Connections\Pbk\rasphone.pbk %userprofile%\Appdata\Roaming\Microsoft\Network\Connections\rasphone.pbk]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/04/07/moving-vpn-connections-between-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete a VPN connection on Windows 7</title>
		<link>http://waynestorey.com/blog/2010/04/05/how-to-delete-a-vpn-connection-on-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-delete-a-vpn-connection-on-windows-7</link>
		<comments>http://waynestorey.com/blog/2010/04/05/how-to-delete-a-vpn-connection-on-windows-7/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 20:24:16 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=384</guid>
		<description><![CDATA[To delete a VPN connection created using the Network and Sharing Center VPN wizard on Windows 7 just open up Network and Sharing Center using windows search (click the start button and just start typing &#8220;network and sharing center&#8221;) or via your network icon in the tray. From here click on &#8220;Change adapter settings&#8221; on [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/04/05/how-to-delete-a-vpn-connection-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add a static route to Windows</title>
		<link>http://waynestorey.com/blog/2010/01/29/add-a-statuc-route-to-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a-statuc-route-to-windows</link>
		<comments>http://waynestorey.com/blog/2010/01/29/add-a-statuc-route-to-windows/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 19:07:45 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=362</guid>
		<description><![CDATA[To add a static route to windows you can use the route command: To view the existing routes on a machine. Open a command prompt and type the following: route print To add a static route: route add &#60;target&#62; mask &#60;netmask&#62; &#60;gateway IP&#62; metric &#60;metric cost&#62; if &#60;interface&#62; eg. route add 192.168.1.0 mask 255.255.255.0 10.10.1.1 [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/01/29/add-a-statuc-route-to-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Keyboard Shortcuts</title>
		<link>http://waynestorey.com/blog/2010/01/25/windows-7-keyboard-shortcuts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-keyboard-shortcuts</link>
		<comments>http://waynestorey.com/blog/2010/01/25/windows-7-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:34:03 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=357</guid>
		<description><![CDATA[Below are the Windows key shortcuts for Windows 7. Windows Key:   Opens and closes the start menu (use this for instant search) Windows Key + Ctrl + Tab:   Aero Flip 3D Windows Key + Down Arrow:   Minimises or restores the active window Windows Key + Up Arrow:   Maximises the active window Windows Key [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/01/25/windows-7-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Firefox from XP to Vista/Win7</title>
		<link>http://waynestorey.com/blog/2010/01/20/moving-firefox-from-xp-to-vistawin7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=moving-firefox-from-xp-to-vistawin7</link>
		<comments>http://waynestorey.com/blog/2010/01/20/moving-firefox-from-xp-to-vistawin7/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:49:52 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[profile]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=353</guid>
		<description><![CDATA[To migrate your firefox settings from XP to Windows Vista or Windows 7 you will need to copy the below folder with firefox closed. &#8220;c:\Documents and Settings\ProfileName\Application Data\Mozilla&#8221; to &#8220;C:\Users\ProfileName\AppData\Roaming&#8221;]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/01/20/moving-firefox-from-xp-to-vistawin7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Network Printers using VBScript</title>
		<link>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delete-network-printers-using-vbscript</link>
		<comments>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:05:26 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://waynestorey.com/blog/?p=345</guid>
		<description><![CDATA[The script below will delete all network printers  from the user profile but will not remove any of the local printers. This is quite useful if you have roaming profiles and want to remove mapped printers before running computer/OU specific scripts to map other printers. You will need to copy the below into a notepad [...]]]></description>
		<wfw:commentRss>http://waynestorey.com/blog/2010/01/08/delete-network-printers-using-vbscript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

