IPC$ Share


  1. Posts : 11
    Windows Se7en
       #1

    IPC$ Share


    Does anyone know how to permanantly disable the IPC$ share without interrupting remote system processes ? Is this possible ?
      My Computer


  2. Posts : 5,747
    7600.20510 x86
       #2

    If you disable the ipc$ share, windows will automatically re-enable it upon next boot. So, you can set a batch file to start up with your system to take care of that. You can also add system drives that are defaulted to share normally, too. Here is an example. Edit to your needs (add or remove lines corresponding to drive letters.) Copy and paste into notepad, then save the file as .txt. Rename it to disableshares.bat after. Then move it to your startup folder.

    Code:
    net share c$ /delete
    net share d$ /delete
    net share e$ /delete
    net share ipc$ /delete
    net share admin$ /delete
      My Computer


  3. Posts : 1,557
    XP, Seven, 2008R2
       #3

    Good tip torrentg

    afaik Windows 7 no longer shares all of your drives by default unless your computer is part of a domain. Even so, I think this old registry hack would take care of it.

    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters]
    "AutoShareServer"=dword:0
    "AutoShareWks"=dword:0

    It doesn't disable ipc$ however. Only the administrative shares.
      My Computer


  4. Posts : 5,747
    7600.20510 x86
       #4

    Hey, thank you Sup3rsprt. I think though, that Windows 7 still shares the drives by default because I am not on a domain and when I type "net share" into the command prompt, it shows C$, D$...etc.

    Yeah, good tip from you too. I'm fairly certain that reg hack you posted will work as in previous windows versions, too.
      My Computer


  5. Posts : 5,642
    Windows 10 Pro (x64)
       #5

    Btw, if you disable Administrative shares, Previous Versions (and maybe Shadow Copies in general) are inaccessible. But why the need to remove it?
      My Computer


  6. Posts : 1,557
    XP, Seven, 2008R2
       #6

    torrentg said:
    I think though, that Windows 7 still shares the drives by default
    You're right. I must have disabled the admin shares but forgot about it

    Sorry about that.
      My Computer


  7. Posts : 1
    Windows 7
       #7

    i also try to disable the Disable Administrative Shares but i can't i am joined to the domain and it made very alot of problem it from regedit but i can't find any thing and also i try the old reditrections but it now works
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:20.
Find Us