<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Do I Install PowerShell on Windows 7 and Other Questions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/07/how-do-i-install-powershell-on-windows-7-and-other-questions.aspx</link><description>Summary: Learn how to install Windows PowerShell on Windows 7, how to detect 32-bit PowerShell, or how to read an offline registry. 
 
 In this post: 
 
 Install Windows PowerShell on Windows 7 
 Detect 32-bit PowerShell 
 Read an Offline Registry</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Do I Install PowerShell on Windows 7 and Other Questions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/07/how-do-i-install-powershell-on-windows-7-and-other-questions.aspx#3564167</link><pubDate>Mon, 08 Apr 2013 18:35:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3564167</guid><dc:creator>mbourgon</dc:creator><description>&lt;p&gt;Hey Scripting Guy, now that a couple of years have passed, how do I put Powershell 3 on my Win 7 x64 box?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3564167" width="1" height="1"&gt;</description></item><item><title>re: How Do I Install PowerShell on Windows 7 and Other Questions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/07/how-do-i-install-powershell-on-windows-7-and-other-questions.aspx#3379103</link><pubDate>Sat, 08 Jan 2011 21:35:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3379103</guid><dc:creator>Kazun</dc:creator><description>&lt;p&gt;Detect 32-bit PowerShell&lt;/p&gt;
&lt;p&gt;1)64-bit OS run from $env:windir\system32\windowspowershell&lt;/p&gt;
&lt;p&gt;[IntPtr]::Size &lt;/p&gt;
&lt;p&gt;8&lt;/p&gt;
&lt;p&gt;2)$env:windir\SysWOW64\WindowsPowerShell\v1.0&lt;/p&gt;
&lt;p&gt;[IntPtr]::Size &lt;/p&gt;
&lt;p&gt;4&lt;/p&gt;
&lt;p&gt;$a = new-object -comobject MSScriptControl.ScriptControl&lt;/p&gt;
&lt;p&gt;$a.language = &amp;quot;vbscript&amp;quot;&lt;/p&gt;
&lt;p&gt;$a.addcode(&amp;quot;function getInput() getInput = inputbox(`&amp;quot;Message box prompt`&amp;quot;,`&amp;quot;Message Box Title`&amp;quot;) end function&amp;quot; )&lt;/p&gt;
&lt;p&gt;$b = $a.eval(&amp;quot;getInput&amp;quot;)&lt;/p&gt;
&lt;p&gt;Is work fine ,if start from $env:windir\SysWOW64\WindowsPowerShell\v1.0&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3379103" width="1" height="1"&gt;</description></item></channel></rss>