<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: Replace Command Prompt with PowerShell in WinX Power Menu of Windows 10	</title>
	<atom:link href="https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Sun, 07 Jul 2024 11:44:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: kodie		</title>
		<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-33040</link>

		<dc:creator><![CDATA[kodie]]></dc:creator>
		<pubDate>Sat, 19 Apr 2014 15:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=71086#comment-33040</guid>

					<description><![CDATA[my windows updates never install]]></description>
			<content:encoded><![CDATA[<p>my windows updates never install</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RyanBeesley		</title>
		<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28457</link>

		<dc:creator><![CDATA[RyanBeesley]]></dc:creator>
		<pubDate>Tue, 09 Jul 2013 00:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=71086#comment-28457</guid>

					<description><![CDATA[Not everything you can run under CMD can be run under PS. Case in point:

PS %USERPROFILE%&#062; mklink
mklink : The term &#039;mklink&#039; is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ mklink
+ ~~~~~~
+ CategoryInfo          : ObjectNotFound: (mklink:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS %USERPROFILE%&#062; cmd
Microsoft Windows [Version 6.3.9431]
(c) 2013 Microsoft Corporation. All rights reserved.

%USERPROFILE%&#062;mklink
Creates a symbolic link.

MKLINK [[/D] &#124; [/H] &#124; [/J]] Link Target
/D      Creates a directory symbolic link.  Default is a file
symbolic link.
/H      Creates a hard link instead of a symbolic link.
/J      Creates a Directory Junction.
Link    specifies the new symbolic link name.
Target  specifies the path (relative or absolute) that the new link
refers to.

Most things work, and if PowerShell was a drop-in replacement, I&#039;d use it all the time. Instead I still occasionally need a CMD prompt.]]></description>
			<content:encoded><![CDATA[<p>Not everything you can run under CMD can be run under PS. Case in point:</p>
<p>PS %USERPROFILE%&gt; mklink<br />
mklink : The term &#8216;mklink&#8217; is not recognized as the name of a cmdlet, function, script file, or operable program.<br />
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.<br />
At line:1 char:1<br />
+ mklink<br />
+ ~~~~~~<br />
+ CategoryInfo          : ObjectNotFound: (mklink:String) [], CommandNotFoundException<br />
+ FullyQualifiedErrorId : CommandNotFoundException</p>
<p>PS %USERPROFILE%&gt; cmd<br />
Microsoft Windows [Version 6.3.9431]<br />
(c) 2013 Microsoft Corporation. All rights reserved.</p>
<p>%USERPROFILE%&gt;mklink<br />
Creates a symbolic link.</p>
<p>MKLINK [[/D] | [/H] | [/J]] Link Target<br />
/D      Creates a directory symbolic link.  Default is a file<br />
symbolic link.<br />
/H      Creates a hard link instead of a symbolic link.<br />
/J      Creates a Directory Junction.<br />
Link    specifies the new symbolic link name.<br />
Target  specifies the path (relative or absolute) that the new link<br />
refers to.</p>
<p>Most things work, and if PowerShell was a drop-in replacement, I&#8217;d use it all the time. Instead I still occasionally need a CMD prompt.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Onofrei Iulian		</title>
		<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28415</link>

		<dc:creator><![CDATA[Onofrei Iulian]]></dc:creator>
		<pubDate>Wed, 03 Jul 2013 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=71086#comment-28415</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28414&quot;&gt;Anand Khanse&lt;/a&gt;.

you&#039;re welcome :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28414">Anand Khanse</a>.</p>
<p>you&#8217;re welcome :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anand Khanse		</title>
		<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28414</link>

		<dc:creator><![CDATA[Anand Khanse]]></dc:creator>
		<pubDate>Wed, 03 Jul 2013 17:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=71086#comment-28414</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28413&quot;&gt;Onofrei Iulian&lt;/a&gt;.

LOL, Thanks, correcting it ...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28413">Onofrei Iulian</a>.</p>
<p>LOL, Thanks, correcting it &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Onofrei Iulian		</title>
		<link>https://www.thewindowsclub.com/replace-command-prompt-with-powershell-in-winx-power-menu-in-windows-8-1#comment-28413</link>

		<dc:creator><![CDATA[Onofrei Iulian]]></dc:creator>
		<pubDate>Wed, 03 Jul 2013 16:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=71086#comment-28413</guid>

					<description><![CDATA[you highlighted the wrong option in the Properties windows printscreen]]></description>
			<content:encoded><![CDATA[<p>you highlighted the wrong option in the Properties windows printscreen</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
