<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>PCbanter</title>
		<link>http://www.pcbanter.net</link>
		<description>A Windows XP forum covering all aspects of Windows XP problems acting as a webgateway with the finest Microsoft Windows newsgroups</description>
		<language>en</language>
		<lastBuildDate>Sat, 25 May 2013 07:39:06 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.pcbanter.net/images/002/misc/rss.jpg</url>
			<title>PCbanter</title>
			<link>http://www.pcbanter.net</link>
		</image>
		<item>
			<title>How do I connect my Computer to my TV</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087730&amp;goto=newpost</link>
			<pubDate>Sat, 25 May 2013 07:17:13 GMT</pubDate>
			<description><![CDATA[I"ve got a computer running Win7 with media center.  I'm on Cox cable.
The cable modem goes to a wireless router.  A cat5 cable goes from the
wireless router...]]></description>
			<content:encoded><![CDATA[<div>I&quot;ve got a computer running Win7 with media center.  I'm on Cox cable.<br />
The cable modem goes to a wireless router.  A cat5 cable goes from the<br />
wireless router to my win7 computer.  The wireless part I use with<br />
laptops.<br />
<br />
My question is... is there a simple way to &quot;connect&quot; my computer to my<br />
TV so that whatever I would otherwise watch on my computer monitor<br />
gets sent to my TV?  My thought is some kind of box so The TV input<br />
would be from that &quot;box&quot; that would get the data from the computer,<br />
over the wireless, and then run that thru and  HDMI port into the TV.<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator><![CDATA[Ashton Crusher[_2_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087730</guid>
		</item>
		<item>
			<title>powershell script on entire directory</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087729&amp;goto=newpost</link>
			<pubDate>Sat, 25 May 2013 06:03:56 GMT</pubDate>
			<description><![CDATA[So I'm looking to rename all the files in a directory appending the
date / time.

I found the powershell script at 
http://ss64.com/ps/syntax-stampme.html...]]></description>
			<content:encoded><![CDATA[<div>So I'm looking to rename all the files in a directory appending the<br />
date / time.<br />
<br />
I found the powershell script at <br />
<a href="http://ss64.com/ps/syntax-stampme.html" target="_blank">http://ss64.com/ps/syntax-stampme.html</a> :<br />
<br />
#StampMe.ps1<br />
param( [string] $fileName)<br />
<br />
# Check the file exists<br />
if (-not(Test-Path $fileName)) {break}<br />
<br />
# Display the original name<br />
&quot;Original filename: $fileName&quot;<br />
<br />
$fileObj = get-item $fileName<br />
<br />
# Get the date<br />
$DateStamp = get-date -uformat &quot;%Y-%m-%d@%H-%M-%S&quot;<br />
<br />
$extOnly = $fileObj.extension<br />
<br />
if ($extOnly.length -eq 0) {<br />
   $nameOnly = $fileObj.Name<br />
   rename-item &quot;$fileObj&quot; &quot;$nameOnly-$DateStamp&quot;<br />
   }<br />
else {<br />
   $nameOnly = $fileObj.Name.Replace( $fileObj.Extension,'')<br />
   rename-item &quot;$fileName&quot; &quot;$nameOnly-$DateStamp$extOnly&quot;<br />
   }<br />
<br />
# Display the new name<br />
&quot;New filename: $nameOnly-$DateStamp$extOnly&quot;<br />
<br />
But this doesn't appear to work on a batch basis, ie<br />
<br />
powershell ./stampme.ps1 G:\test\*.*<br />
(or G:\test ).<br />
<br />
Am I missing something obvious? This is Windows 8 if it matters.<br />
(Yes, I realize this is a Win7 group but I beleve the PS is the same)<br />
Thanks.<br />
-- <br />
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator><![CDATA[Evan Platt[_2_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087729</guid>
		</item>
		<item>
			<title>Wireless streaming</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087727&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 20:02:29 GMT</pubDate>
			<description><![CDATA[This really isn't necessarily Win 7 but... it could apply in some instances. 
I posted this on the Internet newsgroup and I'm pasting it here.

FWIW.  I have a...]]></description>
			<content:encoded><![CDATA[<div>This really isn't necessarily Win 7 but... it could apply in some instances. <br />
I posted this on the Internet newsgroup and I'm pasting it here.<br />
<br />
FWIW.  I have a 3D TV in my living room and my modem/router was across my<br />
house in my computer room.  I had connected my router to my computer<br />
directly with an ethernet cable and also wirelessly.  My 3D TV accessed the<br />
internet wirelessly only from my router.   Everything worked fine, even<br />
wirelessly streaming Netflix movies to my TV.  But when I tried wirelessly<br />
streaming 3D TV I kept getting messages that my network speed was too slow<br />
and I had numerous pauses while more data loaded and then played.  I'm on<br />
COX cable and called them and they suggested I buy a higher speed network<br />
connection which I did.<br />
<br />
That didn't solve the problem so I moved my modem/router to the living room<br />
right next to my TV and used an ethernet cable to go from my router to the<br />
LAN input on my 3D TV.  Bingo!  Problem solved.  And the wireless speed back<br />
to my computer is fast enough for all the Win 7 activity I do with my <br />
computer.<br />
Most of you probably already knew this would improve things but I thought<br />
I'd post it here for reference. <br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator><![CDATA[Panic[_3_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087727</guid>
		</item>
		<item>
			<title>Fake shutdown?</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087726&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 17:05:06 GMT</pubDate>
			<description>What is this I heard (I think Paul mentioned) about Windows 8 not 
shutting down completely? After shutting down, sometimes I turn off 
the voltage regulator...</description>
			<content:encoded><![CDATA[<div>What is this I heard (I think Paul mentioned) about Windows 8 not <br />
shutting down completely? After shutting down, sometimes I turn off <br />
the voltage regulator that cuts off all power to the computer. Later <br />
when my computer is turned on, something about the BIOS fails. It <br />
just requires waiting about a minute longer for Windows to start, but <br />
it is annoying. I suspect it's related to the Windows 8 fake shutdown <br />
situation. Is their an easy way to force windows to shut down <br />
normally?<br />
<br />
Thanks.<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=50">Windows 8 Help Forum</category>
			<dc:creator>John Doe</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087726</guid>
		</item>
		<item>
			<title>Passwords</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087725&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 22:53:21 GMT</pubDate>
			<description><![CDATA[What is the file that holds all of the passwords when you check "save my 
password" on a website? I think I need to delete the file and start fresh 
because my...]]></description>
			<content:encoded><![CDATA[<div>What is the file that holds all of the passwords when you check &quot;save my <br />
password&quot; on a website? I think I need to delete the file and start fresh <br />
because my passwords never get saved! Suggestions ? <br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=18">General XP issues or comments</category>
			<dc:creator>JanG</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087725</guid>
		</item>
		<item>
			<title>Internet Explorer has stopped working</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087724&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:37:22 GMT</pubDate>
			<description><![CDATA[Using IEi0
'Every couple of minutes I get the popup that IE has stopped working.  It
doesn't matter whether I'm in a program or a browser.  Very irritating. ...]]></description>
			<content:encoded><![CDATA[<div>Using IEi0<br />
'Every couple of minutes I get the popup that IE has stopped working.  It<br />
doesn't matter whether I'm in a program or a browser.  Very irritating.  Had<br />
this happen before but don't know how it got fixed.<br />
  -----<br />
Ray<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>rbarone@nwi.net</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087724</guid>
		</item>
		<item>
			<title>OT Adobe Pro Writer on Win 7</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087723&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 06:45:47 GMT</pubDate>
			<description>Hopefully some of you are using Adobe Pro Writer to create PDFs of 
web-pages.  I am running on Win 7 Pro.  This problem started within the 
last few months. ...</description>
			<content:encoded><![CDATA[<div>Hopefully some of you are using Adobe Pro Writer to create PDFs of <br />
web-pages.  I am running on Win 7 Pro.  This problem started within the <br />
last few months.  When I try to print a webpage I get some good text <br />
and I also get some garbage text.  If I go into Adobe during the Print <br />
dialog and change through Preferences one of the settings the page will <br />
print correctly.   I cannot find a place to make this change permanent.<br />
<br />
The setting is Preferences - Rely on system fonts only, do not use <br />
document fonts.<br />
<br />
If I un-check this I get a good rendering.<br />
But how to make this permanent so I do not have to go in every time and <br />
change this?<br />
<br />
Anyone know why this has changed and how to fix it?<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>BeeJ</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087723</guid>
		</item>
		<item>
			<title>Web Cam Compression</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087722&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 06:34:10 GMT</pubDate>
			<description>Win XP Pro with laptop and USB webcam.
Webcam res goes to 1080P.
Slow window webcam image update as expected due to limit of USB2 speed.
When recoding there...</description>
			<content:encoded><![CDATA[<div>Win XP Pro with laptop and USB webcam.<br />
Webcam res goes to 1080P.<br />
Slow window webcam image update as expected due to limit of USB2 speed.<br />
When recoding there are compression choices available.<br />
<br />
1) For the standard Win XP Pro setup, what is the best video <br />
compression to use?<br />
Suggestions please.<br />
<br />
2) is there other better add on compression available to install into <br />
Win XP and what are they and where found?<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=18">General XP issues or comments</category>
			<dc:creator>BeeJ</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087722</guid>
		</item>
		<item>
			<title>Hide file names in compressed file</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087721&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 04:29:55 GMT</pubDate>
			<description>I know you can use encryption to compress files, but is there a way to not show the file names within the archive without a password ?

Vielen Dank,
          ...</description>
			<content:encoded><![CDATA[<div>I know you can use encryption to compress files, but is there a way to not show the file names within the archive without a password ?<br />
<br />
Vielen Dank,<br />
              Andy<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=18">General XP issues or comments</category>
			<dc:creator><![CDATA[Andy[_16_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087721</guid>
		</item>
		<item>
			<title>IE stopped working</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087720&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 19:15:39 GMT</pubDate>
			<description>No matter what program I am using, every few seconds I get a popup saying
Internet Explorer has stopped working.  I have searched MS Fixit and tried a
virus...</description>
			<content:encoded><![CDATA[<div>No matter what program I am using, every few seconds I get a popup saying<br />
Internet Explorer has stopped working.  I have searched MS Fixit and tried a<br />
virus search but don't find anything related.  Is there a fix for this?<br />
<br />
-----<br />
Ray<br />
-----<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>Ray Barone</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087720</guid>
		</item>
		<item>
			<title>Where is it now?</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087719&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 16:25:29 GMT</pubDate>
			<description>New Win 7 Pro PC.
Came preinstalled Win 7 Pro.
I want to make several partitons out of the only drive.

Where do I find this in the newer Win 7 pro?
Old Win 7...</description>
			<content:encoded><![CDATA[<div>New Win 7 Pro PC.<br />
Came preinstalled Win 7 Pro.<br />
I want to make several partitons out of the only drive.<br />
<br />
Where do I find this in the newer Win 7 pro?<br />
Old Win 7 Pro had a switch to old style Control Panel, this one has <br />
only new style.<br />
<br />
any suggestions on creating the partitions?<br />
e.g. C: size?  where Win 7 resides.<br />
Want three partitions.<br />
C: Win<br />
D: Data (largest)<br />
E: Win Image<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>BeeJ</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087719</guid>
		</item>
		<item>
			<title>Nexus 7 connection</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087717&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 15:24:04 GMT</pubDate>
			<description><![CDATA[Hello all
I have just bought a Nexus 7 32Gb tablet and am trying to copy files
from my pc, XP Pro SP3.
I have 6 usb 2 ports on my pc, one of which 'feeds' a...]]></description>
			<content:encoded><![CDATA[<div>Hello all<br />
I have just bought a Nexus 7 32Gb tablet and am trying to copy files<br />
from my pc, XP Pro SP3.<br />
I have 6 usb 2 ports on my pc, one of which 'feeds' a Belkin hub.<br />
When I connect the Nexus to the pc throught one of the usb ports, I<br />
never know which one will actually work. Sometimes it is the hub,<br />
sometimes one of the free ports on the pc, and sometimes I have to<br />
unplug the printer and use that port.<br />
When the Nexus eventually connects I am told that it is connected as a<br />
media device and it shows in Windows Explorer as My Computer/Nexus 7<br />
wih the storage as Internal storage.<br />
I have created a folder into which I want to copy the files from my<br />
pc, but when I try to copy them the copy proceeds for a minute or so<br />
and then stops. I the receive a dialogue<br />
Error Copying File<br />
Cannot copy ......: The device has eother stopped responding or has<br />
been disconnected.<br />
This happens every time.<br />
Can anyone advise me as to what is going on ?<br />
TIA<br />
<br />
remove fred before emailing<br />
Registered Linux User 490858<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=18">General XP issues or comments</category>
			<dc:creator><![CDATA[scbs29[_2_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087717</guid>
		</item>
		<item>
			<title><![CDATA[Remote UserName & Password]]></title>
			<link>http://www.pcbanter.net/showthread.php?t=1087718&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 15:05:56 GMT</pubDate>
			<description>Win7 Pro on two PCs in the same WorkGroup on a Home LAN.

In Windows Explorer I see the other PC by the name I gave the PC.
If I click on the name I get a...</description>
			<content:encoded><![CDATA[<div>Win7 Pro on two PCs in the same WorkGroup on a Home LAN.<br />
<br />
In Windows Explorer I see the other PC by the name I gave the PC.<br />
If I click on the name I get a request to enter a UserName and <br />
Password.<br />
But the remote PC has no user name and password for bootup user as it <br />
boots directly to the desktop.  Both PCs are like that.<br />
<br />
1) where and how do I turn off the remote asking or is it the local PC <br />
asking for this?<br />
<br />
2) where and how do I set the username and password if i want to use <br />
this feature?<br />
<br />
3) there is some other feature between Win7 PCs that allows <br />
interaction. what is this and where can I find info on setting it up <br />
and using?<br />
<br />
Thank you.<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>W7 Newbie</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087718</guid>
		</item>
		<item>
			<title>making icons for folders</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087716&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 00:07:38 GMT</pubDate>
			<description>Is there a way to make icons from jpg photos?
If so how would you do it?
Thank you for any help.</description>
			<content:encoded><![CDATA[<div>Is there a way to make icons from jpg photos?<br />
If so how would you do it?<br />
Thank you for any help.<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator><![CDATA[thewiz[_3_]]]></dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087716</guid>
		</item>
		<item>
			<title>How To Play On TV</title>
			<link>http://www.pcbanter.net/showthread.php?t=1087715&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 20:21:19 GMT</pubDate>
			<description>Samsung TV shows
DLNA1 LinkStation
DLNA2 MyPC7:Username

LinkStation is a NAS
MyPC7 is a Windows 7 Pro laptop.

I have two other Win 7 Pro laptops on the LAN...</description>
			<content:encoded><![CDATA[<div>Samsung TV shows<br />
DLNA1 LinkStation<br />
DLNA2 MyPC7:Username<br />
<br />
LinkStation is a NAS<br />
MyPC7 is a Windows 7 Pro laptop.<br />
<br />
I have two other Win 7 Pro laptops on the LAN but these do not show.<br />
Is there something that needs to be enabled on these PCs?<br />
<br />
I tried playing a Video and was surprised that some played and some did <br />
not.  The ones that did not had a message about a missing CODEC.<br />
<br />
Some Video were recorded by Windows Media Center and others by WinTV.<br />
Where are the codecs, on the TV or PC?<br />
<br />
When I dive in on the TV I see the Windows Media Player icon/logo.<br />
<br />
Where do I put files on the PC so they are visible on the TV?<br />
Where do I put files on the NAS so they are visible on the TV?<br />
<br />
Is there a link that talks about how to do all of this?<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.pcbanter.net/forumdisplay.php?f=48">Windows 7 Forum</category>
			<dc:creator>BeeJ</dc:creator>
			<guid isPermaLink="true">http://www.pcbanter.net/showthread.php?t=1087715</guid>
		</item>
	</channel>
</rss>
