IPC$ share
-
Hello All, I am trying to enable IPC$ share on my Windows host. I am confused whether I need netbios(or netbios over tcp/ip) to be enabled on the system or turning on "file and network sharing", is enough? Can some experts help! I need this on XP, Windows 7 and Windows 8. Thanks!
-
Hello All, I am trying to enable IPC$ share on my Windows host. I am confused whether I need netbios(or netbios over tcp/ip) to be enabled on the system or turning on "file and network sharing", is enough? Can some experts help! I need this on XP, Windows 7 and Windows 8. Thanks!
-
I disabled netbios over tcp/ip and enable "turn on file and network sharing" on my win 7, and it seems to be enough. Can I reliably say netbios is not needed for IPC$, for XP and onwards Windows? "file and network sharing" is enough?
-
I disabled netbios over tcp/ip and enable "turn on file and network sharing" on my win 7, and it seems to be enough. Can I reliably say netbios is not needed for IPC$, for XP and onwards Windows? "file and network sharing" is enough?
-
See https://www.google.com/search?q=ipc%24+file+sharing[^]. Also note this has nothing to do with Windows API.
Use the best guess
Could you help me which forum this message belongs, I saw it fit for WIN32 programming forum but could not find any such forums here. Thanks for your help.
-
Could you help me which forum this message belongs, I saw it fit for WIN32 programming forum but could not find any such forums here. Thanks for your help.
Look at your question. It is about setting up shares on Windows, which has nothing to do with programming, let alone the Windows API. These forums are primarily for programming questions, although you may get some assistance in http://www.codeproject.com/Forums/1644/System-Admin.aspx[^].
Use the best guess
-
Look at your question. It is about setting up shares on Windows, which has nothing to do with programming, let alone the Windows API. These forums are primarily for programming questions, although you may get some assistance in http://www.codeproject.com/Forums/1644/System-Admin.aspx[^].
Use the best guess
You are right. Enabling IPC$ itself may be an admin thing. Why I want to use IPC$ enabling? For sharing named pipes across remote hosts and named pipe communication between two remote processes need IPC$ to be enabled. Thanks for your help again!