<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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 to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx</link><description>PSMDTAG:FAQ: H ow do I set the title of my console window? ANSWER: $Host.UI.RawUI.WindowTitle = "PowerShell ROCKS" 
 Jeffrey Snover [MSFT] Windows PowerShell/Aspen Architect Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#673550</link><pubDate>Fri, 21 Jul 2006 09:57:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:673550</guid><dc:creator>MSDNArchive</dc:creator><description>The location of the profile is stored in $profile so you can use that (i have an alias that does nothing more than gvim $profile).&lt;br&gt;&lt;br&gt;Also, given how common the request is, I'd ask Jeffrey to (pretty-please) also include in this post a prompt function that sets the title to include pwd.&lt;br&gt;&lt;br&gt;More elaborate prompt functions are certainly possible, of course - for example &lt;a rel="nofollow" target="_new" href="http://mshforfun.blogspot.com/2006/05/perfect-prompt-for-windows-powershell.html"&gt;http://mshforfun.blogspot.com/2006/05/perfect-prompt-for-windows-powershell.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=673550" width="1" height="1"&gt;</description></item><item><title>re: How to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#670298</link><pubDate>Wed, 19 Jul 2006 02:35:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:670298</guid><dc:creator>lb</dc:creator><description>thank you eric and thank you monadblog person.&lt;br&gt;&lt;br&gt;asking questions on other peoples blogs is so much easier than just reading the help documentation myself. ;-)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=670298" width="1" height="1"&gt;</description></item><item><title>re: How to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#669925</link><pubDate>Tue, 18 Jul 2006 20:43:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669925</guid><dc:creator>dontBotherMeWithSpam</dc:creator><description>default Profile files reside in&lt;br&gt;$ALLUSERSPROFILE\Documents\PSConfiguration\&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=669925" width="1" height="1"&gt;</description></item><item><title>re: How to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#669726</link><pubDate>Tue, 18 Jul 2006 17:50:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669726</guid><dc:creator>Eric</dc:creator><description>Find profile.ps1 (can't recall where it lives) and add that line to your prompt function. &amp;nbsp;Make any additional changes, then save and restart powershell.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=669726" width="1" height="1"&gt;</description></item><item><title>re: How to I set the title of my Console Window?</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#669404</link><pubDate>Tue, 18 Jul 2006 10:45:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669404</guid><dc:creator>lb</dc:creator><description>nice.&lt;br&gt;&lt;br&gt;now what if you want that change to be persisted across sessions? &lt;br&gt;&lt;br&gt;similarly, what if i want to change the prompt function, and then have it retain this new value next time i open a powershell console?&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=669404" width="1" height="1"&gt;</description></item><item><title>How to set the title of my Console Window</title><link>http://blogs.msdn.com/b/powershell/archive/2006/07/17/how-to-i-set-the-title-of-my-console-window.aspx#668791</link><pubDate>Mon, 17 Jul 2006 23:49:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:668791</guid><dc:creator>Ron Crumbaker at myITforum.com, Inc.</dc:creator><description>The PowerShell team's blog&amp;amp;amp;nbsp;posted this great script on their blog today.&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/powershell/archive/2006/07/17/How_to_I_set_the_title_of_my_Console_Window.aspx"&gt;http://blogs.msdn.com/powershell/archive/2006/07/17/How_to_I_set_the_title_of_my_Console_Window.aspx&lt;/a&gt;...&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=668791" width="1" height="1"&gt;</description></item></channel></rss>