<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Windows%3A_netshell_wireless_profile</id>
	<title>Windows: netshell wireless profile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Windows%3A_netshell_wireless_profile"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Windows:_netshell_wireless_profile&amp;action=history"/>
	<updated>2026-04-21T09:05:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Windows:_netshell_wireless_profile&amp;diff=61332&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Sumber: https://www.serverwatch.com/server-tutorials/using-netsh-commands-for-wi-fi-management-in-windows-8.html   Thankfully there are at least the following Netsh, or networ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Windows:_netshell_wireless_profile&amp;diff=61332&amp;oldid=prev"/>
		<updated>2020-04-22T03:56:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sumber: https://www.serverwatch.com/server-tutorials/using-netsh-commands-for-wi-fi-management-in-windows-8.html   Thankfully there are at least the following Netsh, or networ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: https://www.serverwatch.com/server-tutorials/using-netsh-commands-for-wi-fi-management-in-windows-8.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thankfully there are at least the following Netsh, or network shell, WLAN commands that allow you to access the Wi-Fi profiles:&lt;br /&gt;
&lt;br /&gt;
Show the list of wireless profiles:&lt;br /&gt;
 netsh wlan show profiles&lt;br /&gt;
&lt;br /&gt;
Retrieve the stored key (WPA, WEP, etc) of a profile:&lt;br /&gt;
 netsh wlan show profiles name=[profile name] key=clear&lt;br /&gt;
&lt;br /&gt;
Delete a wireless profile:&lt;br /&gt;
 netsh wlan delete profile name=[profile name]&lt;br /&gt;
&lt;br /&gt;
Set a network’s priority:&lt;br /&gt;
 netsh wlan set profileorder name=[profile name]interface=[interface_name] priority=1&lt;br /&gt;
&lt;br /&gt;
Stop automatically connecting to a network:&lt;br /&gt;
 netsh wlan set profileparameter name=[profile name] connectionmode=manual&lt;br /&gt;
&lt;br /&gt;
Though you can’t actually make changes to the network profiles themselves, you can export a desired profile, make changes to the XML file, and then import the profile back onto the same machine or another one.&lt;br /&gt;
&lt;br /&gt;
In Windows 8, Microsoft also removed the ability to save/export the network profiles from the GUI in the Wireless Network Properties box under the Connection tab. However, it’s still possible via Netsh commands:&lt;br /&gt;
&lt;br /&gt;
Export a wireless network profile:&lt;br /&gt;
 netsh wlan export profile name=[profile name]&lt;br /&gt;
&lt;br /&gt;
Import a network profile:&lt;br /&gt;
 netsh wlan add profile filename=[path_and_filename.xml] interface=[interface_name]&lt;br /&gt;
&lt;br /&gt;
Creating an Ad Hoc Wireless Connection&lt;br /&gt;
&lt;br /&gt;
Starting with Windows 8, Microsoft also removed the ability to create ad hoc or peer-to-peer wireless networks. You won’t find the &amp;quot;Set up a wireless ad hoc option&amp;quot; under &amp;quot;Set up a new connection or network&amp;quot; anymore in the GUI. However, you can utilize what Microsoft calls Wireless Hosted Networks via Netsh commands:&lt;br /&gt;
&lt;br /&gt;
Configure the Wireless Hosted Network:&lt;br /&gt;
 netsh wlan set hostednetwork mode=allow ssid=[your_virtual_network_name] key=[your_network_password]&lt;br /&gt;
&lt;br /&gt;
Enable the Wireless Hosted Network:&lt;br /&gt;
 netsh wlan start hostednetwork&lt;br /&gt;
&lt;br /&gt;
Disable the Wireless Hosted Network:&lt;br /&gt;
 netsh wlan stop hostednetwork&lt;br /&gt;
&lt;br /&gt;
Retrieve the Wireless Hosted Network details:&lt;br /&gt;
 netsh wlan show hostednetwork&lt;br /&gt;
&lt;br /&gt;
Change the password:&lt;br /&gt;
 netsh wlan refresh hostednetwork YourNewNetworkPassword&lt;br /&gt;
&lt;br /&gt;
Before users on the ad hoc network can access the Internet via the Wireless Hosted Network, you must enable Internet Connection Sharing (ICS). Open the Network and Sharing Center, open the Network Connections, right-click the network adapter that’s connected to the Internet, and select Properties.&lt;br /&gt;
&lt;br /&gt;
Then select the Sharing tab, check Allow other network users to connect through this computer’s Internet connection, and then choose the Wireless Hosted Network Connection from the drop-down listbox, and click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://www.serverwatch.com/server-tutorials/using-netsh-commands-for-wi-fi-management-in-windows-8.html&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[Kali Linux]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>