<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.r512.com/index.php?action=history&amp;feed=atom&amp;title=Windows_Command_Line_Goodies</id>
	<title>Windows Command Line Goodies - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.r512.com/index.php?action=history&amp;feed=atom&amp;title=Windows_Command_Line_Goodies"/>
	<link rel="alternate" type="text/html" href="https://www.r512.com/index.php?title=Windows_Command_Line_Goodies&amp;action=history"/>
	<updated>2026-05-08T15:20:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://www.r512.com/index.php?title=Windows_Command_Line_Goodies&amp;diff=2272&amp;oldid=prev</id>
		<title>Bacchas: Created page with &quot;==Windows Command Line Goodies == &lt;pre&gt; **Ping with varying payload  This works on Mac  Ping -s 6000 ipaddress  This works on windows  ping -i 6000 ipaddress  ***See list of computers in your workgroup  Windows:  net view  find out MAC address  Windows and Mac  arp -a  sc command (command prompt)sililar to the services.svc (windows run)  nslookup www.website.com // this will give you the ipaddress  **** mapping drives at the command prompt  net use driveletter: \\server-...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.r512.com/index.php?title=Windows_Command_Line_Goodies&amp;diff=2272&amp;oldid=prev"/>
		<updated>2022-05-18T15:32:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Windows Command Line Goodies == &amp;lt;pre&amp;gt; **Ping with varying payload  This works on Mac  Ping -s 6000 ipaddress  This works on windows  ping -i 6000 ipaddress  ***See list of computers in your workgroup  Windows:  net view  find out MAC address  Windows and Mac  arp -a  sc command (command prompt)sililar to the services.svc (windows run)  nslookup www.website.com // this will give you the ipaddress  **** mapping drives at the command prompt  net use driveletter: \\server-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Windows Command Line Goodies ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
**Ping with varying payload&lt;br /&gt;
&lt;br /&gt;
This works on Mac&lt;br /&gt;
&lt;br /&gt;
Ping -s 6000 ipaddress&lt;br /&gt;
&lt;br /&gt;
This works on windows&lt;br /&gt;
&lt;br /&gt;
ping -i 6000 ipaddress&lt;br /&gt;
&lt;br /&gt;
***See list of computers in your workgroup&lt;br /&gt;
&lt;br /&gt;
Windows:&lt;br /&gt;
&lt;br /&gt;
net view&lt;br /&gt;
&lt;br /&gt;
find out MAC address&lt;br /&gt;
&lt;br /&gt;
Windows and Mac&lt;br /&gt;
&lt;br /&gt;
arp -a&lt;br /&gt;
&lt;br /&gt;
sc command (command prompt)sililar to the services.svc (windows run)&lt;br /&gt;
&lt;br /&gt;
nslookup www.website.com // this will give you the ipaddress&lt;br /&gt;
&lt;br /&gt;
**** mapping drives at the command prompt&lt;br /&gt;
&lt;br /&gt;
net use driveletter: \\server-name\sharename&lt;br /&gt;
net use driveletter: /deletenet use /? for options&lt;br /&gt;
you can create a batch file to map drives also&lt;br /&gt;
in notepad&lt;br /&gt;
net use x: /delete # delete mapped drive&lt;br /&gt;
net use x: \\servername\share # will map drive&lt;br /&gt;
save file with the .bat extension, then you can doubble click on it to map the drive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; Changing the color of the command prompt &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 color help&lt;br /&gt;
a bunch of color codes will appear &amp;lt;br&amp;gt;&lt;br /&gt;
 color followed by the color code: color 02&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; Create a Wifi Hotspot &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 netsh wlan set hostednetwork mode=allow ssid=HotSpotName key=password&lt;br /&gt;
To Start:&lt;br /&gt;
 netsh wlan start hostednetwork&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; Pipe output from the command line to the clipboard &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 ipconfig | clip&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Get a list of installed programs &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 wmic product get name&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Uninstall a program from the command line&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 wmic product where &amp;quot;name like iTunes&amp;quot; call uninstall /noninteractive&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Windows| Category]]&lt;/div&gt;</summary>
		<author><name>Bacchas</name></author>
	</entry>
</feed>