xp中如何通过名称从其他计算机访问共享文件夹

发布于 2024-10-12 05:57:07 字数 412 浏览 3 评论 0原文

我想通过在 Windows RUN 终端中输入 //tom 来访问我朋友的系统,现在我想输入他的完整 IP,例如 10.233.20.23 。我在哪里设置 //tom 。

我可以简化我的问题吗..(//10.233.20.23/music如何通过//tom/music调用)

注意:两台计算机位于同一本地网络中。 ( 在 win xp 中 )

alt text

如何将其更改为??????? ??

替代文本 谢谢和问候...

i want access my friends system by typing //tom in windows RUN terminal , now i want type his full ip like 10.233.20.23 . where i set //tom .

may i simplify my Questions.. ( //10.233.20.23/music how to call by //tom/music )

NB : both computer in same local network. ( in win xp )

alt text

how to change this to ?????????

alt text
thanks and regards...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情未る 2024-10-19 05:57:07

您可以编辑系统上的主机文件:
[Windows]\system32\drivers\etc\hosts

具有如下条目:
10.233.20.23 tom # 汤姆电脑
它应该有效...
-> # 开始一个注释来描述该条目。

You can edit the host file on your system:
[Windows]\system32\drivers\etc\hosts

With an entry like:
10.233.20.23 tom # Toms computer
it should work...
-> # starts a comment to describe the entry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文