How to remove administrative shares in Windows Server or 2012

Source: Internet
Author: User

  1. Click Start, and then click
    Run.

  2. In the Open box, type
    regedit, and then click OK.

  3. Locate, and then click the following registry subkey:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\AutoShareServer

    Note The registry subkey AutoShareServer must be set as type REG_DWORD. When the this value was set to 0 (zero), the Windows does not automatically create administrative shares. Be aware that this does not apply to the ipc$ share or shares so you create manually.

  4. On the Edit menu, click
    Modify. In the Value data box, type
    0, and then click OK.

  5. Exit Registry Editor.

  6. Stop and then start the Server service. To does this, follow these steps:

  7. Click Start, and then click
    Run.

  8. In the Open box, type
    cmd, and then click OK.

  9. At the command prompt, type the following lines. Press Enter after all line:

    net stop server
    NET start server

  10. Type exit to close the Command Prompt window.


How to remove administrative shares in Windows Server or 2012

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.