Skip to main content

Windows 8.1 Wi-fi Profiles

Pernahkan merasakan keinginan untuk mencoba merapihkan wifi profile pada windows 8.1? bila ya, pasti merasa kesulitan karena di windows 8.1 tidak ada wi-fi profile manager seperti yang terdapat pada windows 7 Bagaimana menghapus wi-fi profle pada windows 8.1? jika di windows 7 kita bisa masuk ke menu control panel dan disana disediakan sebuah applet yang bisa kita pakai untuk melihat dan mengontrol wifi profile yang kita sudah/belum punya.

jika di windows 8.1 menu ini tidak ada, cara nya adalah menggunakan command prompt. dengan menggunakan command NetSH kita akan bisa mengontrol wifi profile.



===================================================================

---------------------------------------------------------
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netsh
netsh>wlan
netsh wlan>show profile

Profiles on interface Wi-Fi:

Group policy profiles (read only)
---------------------------------


User profiles
-------------
All User Profile : 1033A
All User Profile : dd-wrt

===================================================================

netsh wlan>delete ?

The following commands are available:

Commands inherited from the netsh context:
delete helper - Removes a helper DLL.

Commands in this context:
delete filter - Remove a wireless network from the wireless allowed or blocked list.
delete profile - Delete a WLAN profile from one or multiple interfaces.

===================================================================

netsh wlan>add ?

The following commands are available:

Commands inherited from the netsh context:
add helper - Installs a helper DLL.

Commands in this context:
add filter - Add a wireless network into the wireless allowed or blocked list.
add profile - Add a WLAN profile to specified interface on the system.
netsh wlan>
===================================================================

semoga bermanfaat...

Comments