<?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>Windows 8 Forums - Windows 8 Support</title>
		<link>http://windows8forums.com/</link>
		<description>Share solutions and problems with other Windows 8 users in these forums.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 11:30:19 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://windows8forums.com/images/misc/rss.png</url>
			<title>Windows 8 Forums - Windows 8 Support</title>
			<link>http://windows8forums.com/</link>
		</image>
		<item>
			<title>Trying to write a script to play a sound, need help!</title>
			<link>http://windows8forums.com/windows-8-support/22799-trying-write-script-play-sound-need-help.html</link>
			<pubDate>Tue, 18 Jun 2013 22:25:04 GMT</pubDate>
			<description><![CDATA[Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason". 
 
Hi Guys 
 
I'm trying...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Sub title &quot;How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason&quot;.<br />
<br />
Hi Guys<br />
<br />
I'm trying to write a script to play a sound at Windows 8 startup.<br />
I want to do this by placing the .vbs script file in the Startup Folder.<br />
<br />
I read that this can be done, and I've researched it a bit.<br />
<br />
I'll link to the research and the end of this post.<br />
<br />
Here's my script.<br />
<br />
<br />
strSoundFile = &quot;C:\My Windows Sounds\Hello Michael Brit.wav&quot;<br />
Set objShell = CreateObject(&quot;Wscript.Shell&quot;)<br />
strCommand = &quot;C:\Small Player\splayer.exe&quot; /play /close &quot;C:\Windows\My Windows Sounds\Hello Michael Brit.wav&quot;<br />
objShell.Run strCommand, 0, True<br />
<br />
<br />
Writing scripts is not something I do, I quit after .bat files. LOL<br />
I just can't stand to let Microsoft win!!!<br />
<br />
I have the 64 bit version of Small Player installed at the location shown, C:\Small Player\splayer.exe.  <br />
<br />
My sound is in C:\Window\My Windows Sounds.<br />
<br />
The file is named Hello Michael Brit.wav.<br />
<br />
I've verified that the sound does play in Small Player, etc.<br />
<br />
If anyone who understands this stuff can identify what I'm doing wrong I'd appreciate it.<br />
<br />
I'm getting the error message...<br />
<br />
Line 3, Char: 57  Error Expected end of statement.<br />
Code 800A0401<br />
<br />
I have no idea what that means.<br />
<br />
Thanks <br />
<br />
Mike<br />
<br />
Here's the research.<br />
<br />
<a href="http://blogs.technet.com/b/heyscriptingguy/archive/2004/11/03/how-can-i-play-a-sound-from-within-a-script.aspx" target="_blank">How Can I Play a Sound From Within a Script? - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs</a><br />
<br />
And this post...<br />
<br />
As R Sully said, you can make the sounds in question re-appear, but they do not re-sound. For those like me who were stumped by this issue (I'm running Windows 8 Build 9200), I propose a simple solution that works fine for me: Create a script and put it in your (not All users/public) Startup folder. <br />
<br />
It's in a hidden folder under your User root called AppData. This script is located at the following website: please paste this link into your address bar-my ability to link is compromised right now.<br />
<br />
<a href="http://blogs.technet.com/b/heyscriptingguy/archive/2004/11/03/how-can-i-play-a-sound-from-within-a-script.aspx" target="_blank">How Can I Play a Sound From Within a Script? - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs</a><br />
<br />
There's something you should know-sndrec32.exe is no longer in windows 8 and the new SoundRecorder.exe, located in the system32 folder, is unable to run from there because it's 64-bit and cannot launch from a 32-bit container. <br />
<br />
I suggest smallplayer portable, available from Softpedia via this link: you need to paste it-I cannot link for some reason...<br />
<a href="http://www.softpedia.com/get/PORTABLE-SOFTWARE/Multimedia/Audio/Small-Player.shtml" target="_blank">Small Player Free Download - OGG Players</a><br />
<br />
When you compose the script (using notepad), make sure you replace the sndrec32.exe path with the file location of smallpayer0.74. <br />
<br />
To copy a path, simply use the command on File explorer when the file is highlighted. Then highlight the path for sndrec32, and paste the link over it. <br />
<br />
Delete any quotation marks that are not outside the total path, arguments included (e.g. /play /close) otherwise the script will fail, showing you a dialog that says where the error is in the script, e.g. Line 3, Char 31. <br />
<br />
For the sound you want to play, simply highlight the preset path from quote-to-quote, switch windows to look for a file, then when you find it, copy the file path using the same method you used to copy smallplayer0.74's path. <br />
<br />
Then switch back to notepad, and use Ctrl+V to paste, and the path that was there previously will be replaced by what you pasted. <br />
<br />
If the file looks similar to what The Scripting Guy displays (besides the edits I've mentioned), save as All files, and name the document with a .vbs extension (the name is up to you).<br />
<br />
From there, copy and paste the .vbs file into your startup folder, located in %OS%\Users\%YOURUSER%\AppData\Microsoft\Windows\St  art Menu\Programs\Startup\. You may need to &quot;show Hidden Files and Folders.&quot;<br />
<br />
I hope this works for anyone who's suffered the same frustration I had.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>MikeHawthorne</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22799-trying-write-script-play-sound-need-help.html</guid>
		</item>
		<item>
			<title>Random CPU spikes + Proccess disappears once I open the task manager.</title>
			<link>http://windows8forums.com/windows-8-support/22790-random-cpu-spikes-proccess-disappears-once-i-open-task-manager.html</link>
			<pubDate>Tue, 18 Jun 2013 04:10:18 GMT</pubDate>
			<description><![CDATA[I'm having random CPU spikes that I notice because the fans of my laptop start up. 
This has happened while browing the web, chatting through skype,...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm having random CPU spikes that I notice because the fans of my laptop start up.<br />
This has happened while browing the web, chatting through skype, using photoshop and sometimes while idling even. <br />
<br />
This laptop is new (a month and a half old), 8GB RAM, drivers up to date. Those programs should not stress it that much. <br />
<br />
I open the task manager to see CPU usage of 50%+.<br />
But the thing is, right as I open the task manager the program(s) that are taking up so much close and my CPU usage goes back to normal, 2%-5%.<br />
<br />
I'm pretty sure it's a virus, though Avast is not detecting it. <br />
<br />
I am not sure what to do DX<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>Inkmancer</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22790-random-cpu-spikes-proccess-disappears-once-i-open-task-manager.html</guid>
		</item>
		<item>
			<title>Sharing a Windows 8 laptop</title>
			<link>http://windows8forums.com/windows-8-support/22789-sharing-windows-8-laptop.html</link>
			<pubDate>Tue, 18 Jun 2013 01:33:50 GMT</pubDate>
			<description>Hello, I will be sharing my Windows 8 laptop with my brother.  I would like to log into my laptop with my microsoft account while my bro will use a...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello, I will be sharing my Windows 8 laptop with my brother.  I would like to log into my laptop with my microsoft account while my bro will use a local account with his own user ID and password.  I understand that signing in with a microsoft account will sync all my online details such as skype, skydrive, hotmail to my PCs.  In this case, will my bro be able to access my emails and all personal stuff if he logs into my laptop using his own local account?<br />
<br />
Thanks.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>botfly</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22789-sharing-windows-8-laptop.html</guid>
		</item>
		<item>
			<title>How do I view something  on webistes that use flashplayer with a system that doies not have a touch screen?  I know I had the updated version for win 8, but nothing shows</title>
			<link>http://windows8forums.com/windows-8-support/22766-how-do-i-view-something-webistes-use-flashplayer-system-doies-not-have-touch-screen-i-know-i-had-updated-version-win-8-but-nothing-shows.html</link>
			<pubDate>Sat, 15 Jun 2013 14:22:38 GMT</pubDate>
			<description><![CDATA[I had flashplayer update version for win 8 and adobe told me to uninstall it and reinstall it. I uninstalled it and now I can't get to the reinstall...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I had flashplayer update version for win 8 and adobe told me to uninstall it and reinstall it. I uninstalled it and now I can't get to the reinstall screen.  What is it about windows 8 that makes it SO difficult.  I'm thinking of going back to win 7.  I also do NOT have a touchscreen.  All of this used to be so easy with win 7.  I don't care for the embedding of flashplayer because I can't view many websites now.  VERY frustrated with this system.<br />
<br />
Bobster2013<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>bobster2013</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22766-how-do-i-view-something-webistes-use-flashplayer-system-doies-not-have-touch-screen-i-know-i-had-updated-version-win-8-but-nothing-shows.html</guid>
		</item>
		<item>
			<title>Internet Explorer Hijacked</title>
			<link>http://windows8forums.com/windows-8-support/22755-internet-explorer-hijacked.html</link>
			<pubDate>Fri, 14 Jun 2013 05:17:32 GMT</pubDate>
			<description>I have Dell inspirion 15R and my problem is that whenever I open internet explorer form start screen and type my search directly into address bar it...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have Dell inspirion 15R and my problem is that whenever I open internet explorer form start screen and type my search directly into address bar it redirects to en.ezanel.com/search.../... and I want that Google should search my input not ezanel.I have tried the following steps for removing ezanel. Especially step 3 worked for Google chrome but it can<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>Ashesh Kumar</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22755-internet-explorer-hijacked.html</guid>
		</item>
		<item>
			<title>Regaining access to previously installed apps</title>
			<link>http://windows8forums.com/windows-8-support/22628-regaining-access-previously-installed-apps.html</link>
			<pubDate>Tue, 11 Jun 2013 14:02:39 GMT</pubDate>
			<description>When changing file ownership to allow me access to a hidden log file, something happened that removed installed apps from the app store.  They are...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->When changing file ownership to allow me access to a hidden log file, something happened that removed installed apps from the app store.  They are not on the start menu, nor are they shown among &quot;All Apps&quot;.  I did some digging around and managed to find the folders these apps are stored in, but have no idea which file launches each app. I went to the App Store to reinstall them, but in each case the App Store told me I already have it installed. Any information as to what I need to do to gain access to these apps would be much appreciated.<br />
<br />
Thanks!<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>pegweaver</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22628-regaining-access-previously-installed-apps.html</guid>
		</item>
		<item>
			<title>How to select Driver Updater tool?</title>
			<link>http://windows8forums.com/windows-8-support/22596-how-select-driver-updater-tool.html</link>
			<pubDate>Sat, 08 Jun 2013 09:52:46 GMT</pubDate>
			<description>I find there are lots of driver updater tools available now, but how to select the best one?  
Yesterday, IObit Driver Booster was released, it said...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I find there are lots of driver updater tools available now, but how to select the best one? <br />
Yesterday, IObit Driver Booster was released, it said the easiest, one click &quot;update&quot; all outdated drivers.<br />
It's free version, but I don't know whether this free software are better. thanks for your advice.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>alicehh</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22596-how-select-driver-updater-tool.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't Modify Networked HDD Need Help Please]]></title>
			<link>http://windows8forums.com/windows-8-support/22561-cant-modify-networked-hdd-need-help-please.html</link>
			<pubDate>Thu, 06 Jun 2013 23:52:05 GMT</pubDate>
			<description>Just got a new pc that has W8, came from XP.  I have a popcorn hour NMT with an internal HDD that I have networked and was working fine with my old...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Just got a new pc that has W8, came from XP.  I have a popcorn hour NMT with an internal HDD that I have networked and was working fine with my old pc.  The drive is mapped and is visible in windows explorer and I can even upload files to it with Filezilla.  When I try to modify a file through w explorer it shows the drive as read only.  Below is what I have tried so far and nothing seems to work.  <br />
<br />
Installed &quot;take ownership&quot; program<br />
enabled hidden administrator account<br />
tried to take ownership through properties/security/advanced<br />
change permissions in properties (goes through all of the files and unchecks read only but when I close and open it again read only is checked)<br />
<br />
For some reason I can't seem to get a full administrator account to work.  I am the only user of the pc and I have an administrator account but it's standard.  Any help would be appreciated as I am clueless of what to try next.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>Sig32</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22561-cant-modify-networked-hdd-need-help-please.html</guid>
		</item>
		<item>
			<title>Can Rocksmith run and work correctly on Surface Pro/RT Windows 8 Tablet?</title>
			<link>http://windows8forums.com/windows-8-support/22505-can-rocksmith-run-work-correctly-surface-pro-rt-windows-8-tablet.html</link>
			<pubDate>Wed, 05 Jun 2013 21:34:07 GMT</pubDate>
			<description>*Can Rocksmith run and work correctly on Surface Pro/RT Windows 8 Tablet?* 
 
FYI: Rocksmith requires Steam to run. 
 
**Additional Questions**...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Can Rocksmith run and work correctly on Surface Pro/RT Windows 8 Tablet?</b><br />
<br />
FYI: Rocksmith requires Steam to run.<br />
<br />
<b>*Additional Questions*</b><br />
Which tablet is best for webcamming; like for Skype.<br />
Which tablet would have better video and audio playback quality?<br />
Which tablet would be best for Rocksmith if not Surface Pro/RT?<br />
<br />
<b>*Additional Details</b>*<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~…<br />
In order to run Rocksmith properly, your PC MUST meet or exceed these minimum requirements:<br />
<br />
Minimum System Requirements<br />
<br />
*Supported OS : Windows Vista (SP2) / Windows 7 (SP1)<br />
<br />
*Processor: 2.0 GHz Intel Core2 Duo E4400 or 2.0 GHz AMD Athlon64 X2  3800+ (2.6 GHz Intel Core2 Duo E6750 or 3.0 GHz AMD Athlon64 X2 6000+ or  better recommended)<br />
<br />
*RAM: 2 GB (4 GB recommended)<br />
<br />
*Video Card: 256 MB DirectX 10.0-compliant card with Shader Model 3.0 or higher (see supported list)<br />
<br />
*Sound Card: DirectX 9.0-compliant sound card<br />
<br />
*DVD-ROM: DVD-ROM drive<br />
<br />
*Hard Drive Space: 12 GB<br />
<br />
*Peripherals Supported: Windows-compatible keyboard, mouse, Rocksmith Real Tone Cable (USB 2.0 port required)<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>mission007</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22505-can-rocksmith-run-work-correctly-surface-pro-rt-windows-8-tablet.html</guid>
		</item>
		<item>
			<title>I am off to a very frustrating start...</title>
			<link>http://windows8forums.com/windows-8-support/22358-i-am-off-very-frustrating-start.html</link>
			<pubDate>Mon, 03 Jun 2013 20:06:44 GMT</pubDate>
			<description>I hope to gain a working understanding of Windows 8 that came on my new laptop.  I had no problems learning XP, Vista, Windows 7 and the earliest ...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><span style="font-family: Segoe UI"><font size="2">I hope to gain a working understanding of Windows 8 that came on my new laptop.  I had no problems learning XP, Vista, Windows 7 and the earliest  versions of Windows.  Windows 8 totally confounds me and makes me feel like the aged senior I am.  Everything seems “hidden” , the  color tiles seem to be useless to me (when I click on them I get taken to a big icon and nothing more), and I cannot figure out how to access my email through the mail tile as it is not clear how to configure this . When I go into desktop mode I constantly get into menus triggered by cursor moves by accident.  I read that this version is designed for touch tablets.  I have an android tablet and this does not seem to be anything like it. It is taking me so long to learn how this works and  how to navigate through it that I am quite frustrated.  I am used to just sitting down and being able to use new versions, but this is taking me ages.  I am short on time so this is a problem.</font></span><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>WinWoman</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22358-i-am-off-very-frustrating-start.html</guid>
		</item>
		<item>
			<title>HomeGroup</title>
			<link>http://windows8forums.com/windows-8-support/22284-homegroup.html</link>
			<pubDate>Sun, 02 Jun 2013 23:44:24 GMT</pubDate>
			<description><![CDATA[What is exactly a HomeGroup .. What's the purpose of it?  thanks]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->What is exactly a HomeGroup .. What's the purpose of it?  thanks<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>judyblueeyes</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22284-homegroup.html</guid>
		</item>
		<item>
			<title>I need Help Please Serious Problem</title>
			<link>http://windows8forums.com/windows-8-support/22275-i-need-help-please-serious-problem.html</link>
			<pubDate>Sun, 02 Jun 2013 03:57:47 GMT</pubDate>
			<description>Hello  
 
 
I Got A 1 hell problem here my netbook can connect to our home wifi but my acer laptop windows 8 cant connect it has an wireless bar...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello <br />
<br />
<br />
I Got A 1 hell problem here my netbook can connect to our home wifi but my acer laptop windows 8 cant connect it has an wireless bar thing in down right of my screen anyone please comment back :D<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>Darrell26</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22275-i-need-help-please-serious-problem.html</guid>
		</item>
		<item>
			<title>I need some serious help!</title>
			<link>http://windows8forums.com/windows-8-support/22272-i-need-some-serious-help.html</link>
			<pubDate>Sat, 01 Jun 2013 19:14:07 GMT</pubDate>
			<description><![CDATA[Ok, i think i really screwed up. I ran a disk check and when it was about 27% i thought it was stuck because it wouldn't move from there, so i hard...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Ok, i think i really screwed up. I ran a disk check and when it was about 27% i thought it was stuck because it wouldn't move from there, so i hard shut it down. (i should mention that it installed 11 updates when i restarted). When it restarted the prompt telling me to press any key to bypass the disk checked appeared, i pressed a button and it started to boot installing the updates. Then a message saying update failed showed up and it was rolling back changes or something and it restarted again. Now when it restarts it shows the windows 8 boot logo with the circles spinning under it. I've put in my windows 8 CD a and ran the trouble shoot, nothing in there could work for reasons like you have to choose a operating system to reboot, or this is locked and stuff like that. system restore, reset, restore pc even booting safe mode in command prompt. i've tried all of them. now im just waiting and letting it spin at the logo. do you think if i wait a couple hours it would fix? i haven't let it boot for over an hour without shutting it down and trying to fix it myself. <br />
please help, i can't afford to let this computer die on me.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>ricefieldboy</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22272-i-need-some-serious-help.html</guid>
		</item>
		<item>
			<title>Operation sistem thread suport</title>
			<link>http://windows8forums.com/windows-8-support/22263-operation-sistem-thread-suport.html</link>
			<pubDate>Sat, 01 Jun 2013 00:57:20 GMT</pubDate>
			<description>hi guys , i need to know how is the thread suport of the windows 8 operation sistem 
someone can tell me the details and how work in windows 8</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->hi guys , i need to know how is the thread suport of the windows 8 operation sistem<br />
someone can tell me the details and how work in windows 8<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>Luan Taguti Almeida</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22263-operation-sistem-thread-suport.html</guid>
		</item>
		<item>
			<title>fly-out menu strips and start menu self instigate</title>
			<link>http://windows8forums.com/windows-8-support/22239-fly-out-menu-strips-start-menu-self-instigate.html</link>
			<pubDate>Fri, 31 May 2013 16:41:56 GMT</pubDate>
			<description>My fly-out menu strips and start menu self instigate even when my mouse pointer is in the middle of the window. What, if anything, can be done to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->My fly-out <i>menu strips</i> and <i>start menu</i> self instigate even when my <i>mouse pointer</i> is in the middle of the window. What, if anything, can be done to adjust the sensitivity of Windows 8 menus, or could it be a problem with my laptop's pointing device?<br />
<br />
Thanks for considering this issue.<br />
Duane:rolleyes:<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://windows8forums.com/windows-8-support/">Windows 8 Support</category>
			<dc:creator>dcny</dc:creator>
			<guid isPermaLink="true">http://windows8forums.com/windows-8-support/22239-fly-out-menu-strips-start-menu-self-instigate.html</guid>
		</item>
	</channel>
</rss>
