<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.wiki.tuturutu.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.wiki.tuturutu.eu/feed.php">
        <title>The Book - microsoft:cli</title>
        <description></description>
        <link>http://www.wiki.tuturutu.eu/</link>
        <image rdf:resource="http://www.wiki.tuturutu.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T20:50:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:add_user_to_group&amp;rev=1457532312&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-mountvol&amp;rev=1654586407&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reagentc&amp;rev=1654586450&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reference&amp;rev=1508400371&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-sc&amp;rev=1678431403&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:cpl-msc&amp;rev=1692870838&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:error_codes&amp;rev=1676631363&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:intro&amp;rev=1692870439&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:proxy_check&amp;rev=1488965360&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:service_stop_start&amp;rev=1633497125&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:slmgr&amp;rev=1488533138&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_adapter&amp;rev=1633505467&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connect&amp;rev=1633507231&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connection_stop&amp;rev=1633506209&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_driver&amp;rev=1633505229&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_mng&amp;rev=1633522566&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_networks&amp;rev=1633522965&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_delete&amp;rev=1633506352&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_export&amp;rev=1633506756&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile&amp;rev=1633503126&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_report&amp;rev=1633507072&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_security&amp;rev=1633505594&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.wiki.tuturutu.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>The Book</title>
        <link>http://www.wiki.tuturutu.eu/</link>
        <url>http://www.wiki.tuturutu.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:add_user_to_group&amp;rev=1457532312&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-09T14:05:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>add_user_to_group</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:add_user_to_group&amp;rev=1457532312&amp;do=diff</link>
        <description>Add User to Group - CLI

http://www.windows-commandline.com/add-user-to-group-from-command-line/

In Windows computer we can add users to a group from command line. We can use net localgroup command for this. net localgroup group_name UserLoginName /add

For example to add a user to administrators group, we can run the below command. In the below example I have taken username as John.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-mountvol&amp;rev=1654586407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-07T07:20:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command-line-mountvol</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-mountvol&amp;rev=1654586407&amp;do=diff</link>
        <description>Mountvol - Creates, deletes, or lists a volume mount point


Creates, deletes, or lists a volume mount point.

MOUNTVOL [drive:]path VolumeName
MOUNTVOL [drive:]path /D
MOUNTVOL [drive:]path /L
MOUNTVOL [drive:]path /P
MOUNTVOL /R
MOUNTVOL /N
MOUNTVOL /E
MOUNTVOL drive: /S

    path        Specifies the existing NTFS directory where the mount
                point will reside.
    VolumeName  Specifies the volume name that is the target of the mount
                point.
    /D          Removes…</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reagentc&amp;rev=1654586450&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-07T07:20:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command-line-reagentc</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reagentc&amp;rev=1654586450&amp;do=diff</link>
        <description>Reagentc - Recovery Agent Configuration


Configures the Windows Recovery Environment (Windows RE) and system reset.

REAGENTC.EXE &lt;command&gt; &lt;arguments&gt;

The following commands can be specified:

  /info             - Displays Windows RE and system reset configuration
                      information.
  /setreimage       - Sets the location of the custom Windows RE image.
  /enable           - Enables Windows RE.
  /disable          - Disables Windows RE.
  /boottore         - Configures the sy…</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reference&amp;rev=1508400371&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-19T08:06:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command-line-reference</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-reference&amp;rev=1508400371&amp;do=diff</link>
        <description>Command-line reference A-Z

&lt;https://technet.microsoft.com/en-us/library/bb490890.aspx&gt;</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-sc&amp;rev=1678431403&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-10T06:56:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command-line-sc</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:command-line-sc&amp;rev=1678431403&amp;do=diff</link>
        <description>Find and delete the service

A rugue DHCP is running on my PC as a service. Let&#039;s find the service name, stop and delete it
First let&#039;s find the service with name containing “dhcp”...
wmic service where &quot;name like &#039;dhcp%&#039;&quot; list status

CMD replies:</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:cpl-msc&amp;rev=1692870838&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-24T09:53:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cpl-msc</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:cpl-msc&amp;rev=1692870838&amp;do=diff</link>
        <description>Get all your Control Panel and Management Console shortcuts

 ...in corresponding desktop folders, for easy administration

First, create get_cpl_shortcuts.cmd in your favorite text editor...


@echo off
md %userprofile%\desktop\cplfiles
SET count=1
FOR /f &quot;tokens=*&quot; %%G IN (&#039;dir c:\windows\system32\*.cpl /b&#039;) DO (call :sub &quot;%%G&quot;)
GOTO :eof

:sub
mklink %userprofile%\desktop\cplfiles\%1 c:\windows\system32\%1
GOTO :eof</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:error_codes&amp;rev=1676631363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-17T10:56:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>error_codes</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:error_codes&amp;rev=1676631363&amp;do=diff</link>
        <description>Error Codes

	*  0x0000011</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:intro&amp;rev=1692870439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-24T09:47:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>intro</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:intro&amp;rev=1692870439&amp;do=diff</link>
        <description>Command Line Interface

	*  Add user to group from CLI
	*  Managing services from CLI
	*  License Operations
	*  Check for Proxy
	*  Managing wireless networks on Windows 10
	*  Command-line reference A-Z
	*  Reagentc - Recovery Agent Configuration
	*  Mountvol - Creates, deletes, or lists a volume mount point
	*  SC / wmic - Find and delete the service
	*  Get all your Control Panel and Management Console shortcuts</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:proxy_check&amp;rev=1488965360&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-08T09:29:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>proxy_check</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:proxy_check&amp;rev=1488965360&amp;do=diff</link>
        <description>Check for Proxy

If you are using proxy on your network and want to know its IP and port, type:
reg query &quot;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings&quot; | find /i &quot;proxyserver&quot;
You can also get the automatic configuration file</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:service_stop_start&amp;rev=1633497125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T05:12:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>service_stop_start</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:service_stop_start&amp;rev=1633497125&amp;do=diff</link>
        <description>Managing services from CLI

1. 
To get a list of the running services enter the command
net startnet stop &lt;service name&gt;
net start &lt;service name&gt;
A full list of the exact services is found in the registry (run regedit.exe) under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:slmgr&amp;rev=1488533138&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-03T09:25:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>slmgr</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:slmgr&amp;rev=1488533138&amp;do=diff</link>
        <description>License Operations

How to Use Slmgr to Change, Remove, or Extend Your Windows License

&lt;https://www.howtogeek.com/245445/how-to-use-slmgr-to-change-remove-or-extend-your-windows-license/&gt;

Open an Administrator Command Prompt Window

To use this tool, you’ll want to launch a Command Prompt with Administrator access. To do so on Windows 8 or 10, either right-click the Start button or press Windows+X. Click the “Command Prompt (Admin)” option in the menu that appears. On Windows 7, search the Sta…</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_adapter&amp;rev=1633505467&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:31:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_adapter</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_adapter&amp;rev=1633505467&amp;do=diff</link>
        <description>View Wi-Fi network adapter settings

To check the wireless adapter settings, use these steps:

	*      Open Start.
	*      Search for Command Prompt, right-click the top result, and select the Run as administrator option.

	*      Type the following command to view wireless settings and press Enter:</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connect&amp;rev=1633507231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T08:00:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_connect</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connect&amp;rev=1633507231&amp;do=diff</link>
        <description>Connect to wireless Network

1. Start Command Prompt window (cmd.exe)...

2. type:
netsh wlan show interfaces

...write down “interface name”...

3. type
netsh wlan show profiles

...write down “profile name” and type

netsh wlan connect name=&quot;chosen profile&quot; interface=&quot;interface_name&quot;</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connection_stop&amp;rev=1633506209&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:43:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_connection_stop</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_connection_stop&amp;rev=1633506209&amp;do=diff</link>
        <description>Stop Wi-Fi network automatic connection

Sometimes, you may have a device configured to connect to different wireless networks automatically, but then, you realize that it always connects to the access point even when it offers poor connectivity or the network is out of range. For those cases, you can run a command to stop connecting to known networks automatically.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_driver&amp;rev=1633505229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:27:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_driver</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_driver&amp;rev=1633505229&amp;do=diff</link>
        <description>View Wi-Fi network driver info

To view the wireless adapter driver information, use these steps:

	*  Open Start.
	*      Search for Command Prompt, right-click the top result, and select the Run as administrator option.

	*      Type the following command to view the wireless network profiles saved on your PC and press Enter:</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_mng&amp;rev=1633522566&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T12:16:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_mng</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_mng&amp;rev=1633522566&amp;do=diff</link>
        <description>Managing wireless networks from CLI

We only focus on the most common commands, but you can always use the netsh wlan command to view all the available options.

	*  View Currently visible networks
	*  View Wi-Fi network profiles
	*  View Wi-Fi network driver info
	*  View Wi-Fi network adapter settings
	*  View Wi-Fi network security key
	*  Stop Wi-Fi network automatic connection
	*  Delete Wi-Fi network profile
	*  Export / Import Wi-Fi network profiles
	*  Wi-Fi network adapter report
	*  Co…</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_networks&amp;rev=1633522965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T12:22:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_networks</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_networks&amp;rev=1633522965&amp;do=diff</link>
        <description>View Currently visible networks

	*  Start Command Prompt window (cmd.exe) as administrator…

	*  Type: 
netsh wlan show networks


	*  Once you complete the steps, the command will output currently visible networks at your location.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_delete&amp;rev=1633506352&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:45:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_profile_delete</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_delete&amp;rev=1633506352&amp;do=diff</link>
        <description>Delete Wi-Fi network profile

When you no longer need to connect to a particular wireless network, the access point is no longer available, or you need to reset the network profile settings, you can use the netsh command-line tool to delete any profile stored on your computer.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_export&amp;rev=1633506756&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:52:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_profile_export</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile_export&amp;rev=1633506756&amp;do=diff</link>
        <description>Export and Import Wi-Fi network profiles

There was an option in Control Panel in previous versions of Windows to export and import wireless network profiles. However, the feature was then removed on Windows 8.1 and Windows 10 in favor of the new feature to sync these settings using a Microsoft account. But it is still possible to export and import the Wi-Fi settings using the</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile&amp;rev=1633503126&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T06:52:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_profile</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_profile&amp;rev=1633503126&amp;do=diff</link>
        <description>View Wi-Fi network profiles

	*  Start Command Prompt window (cmd.exe) as administrator…

	*  Type: 
netsh wlan show profiles


(Optional) Type the following command to view the saved profiles for a specific interface and press Enter:
netsh wlan show profiles interface=&quot;WLAN-INTERFACE-NAME&quot;</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_report&amp;rev=1633507072&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:57:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_report</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_report&amp;rev=1633507072&amp;do=diff</link>
        <description>Wireless network report

If you need to troubleshoot the wireless connectivity to an access point, netsh also includes a command to create a detailed report with many important details.

To create a wireless report, use these steps:

	*      Open Start.</description>
    </item>
    <item rdf:about="http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_security&amp;rev=1633505594&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-06T07:33:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wlan_security</title>
        <link>http://www.wiki.tuturutu.eu/doku.php?id=microsoft:cli:wlan_security&amp;rev=1633505594&amp;do=diff</link>
        <description>View Wi-Fi network security key

To find out the wireless security key (also known as the Wi-Fi password), use these steps:

	*      Open Start.
	*      Search for Command Prompt, right-click the top result, and select the Run as administrator option.</description>
    </item>
</rdf:RDF>
