一键重装系统工具 | U盘启动盘制作工具 | 误删文件恢复软件 | 硬盘数据抢救专家 | 电脑蓝屏修复助手 | C盘空间清理神器 | 电脑驱动离线安装工具 | 微信聊天记录恢复工具 | 照片误格式化恢复 | 电脑密码破解清除工具 | 系统崩溃紧急救援盘 | 电脑加速优化大师 | 电脑开不了机怎么重装系统 | 回收站清空了怎么恢复 | 硬盘分区丢失数据恢复 | 电脑卡顿重装系统有用吗 | U盘插入提示格式化数据恢复 | 电脑中毒文件被隐藏恢复 | 忘记电脑开机密码怎么办 | 新硬盘分区对齐工具 | 旧电脑装Win10流畅工具 | SD卡照片删除恢复免费版 | 移动硬盘打不开提示损坏修复 | 电脑无故重启系统修复工具 | 电脑小白一键重装神器 | 程序员电脑环境配置助手 | 设计师电脑字体/素材恢复工具 | 网吧网管系统维护工具箱 | 财务人员电脑发票备份恢复 | 学生党免费电脑系统安装包 | 电脑维修师傅必备工具盘 | 游戏玩家电脑性能优化助手 | 办公白领误删文档恢复软件 | 自媒体视频素材恢复工具 | 网课录制视频损坏修复工具 | 最好的U盘PE系统排名 | 数据恢复软件哪个最强 | 免费电脑助手与收费版区别 | 国产装机工具哪款无广告 | 离线版驱动助手推荐 | 轻量级电脑优化工具对比 | 支持NVMe驱动的PE工具 | 带网络功能的应急启动盘 | 2026最新版万能装机工具 | 支持Win11 24H2的PE工具 | 最新免激活系统重装工具 | 2026数据恢复软件破解版合集 | 纯净无捆绑装机助手V3.0 | 支持苹果M芯片的电脑助手 | 秋季更新版系统维护工具箱 | 电脑系统崩了怎么用U盘把重要资料拷贝出来 | 重装系统前哪些文件夹必须备份 | 固态硬盘误格式化还能恢复数据吗 | 如何制作一个既带PE又能存数据的双分区U盘 | 电脑总是弹窗广告用什么助手彻底拦截 后台管理
📢 欢迎访问系统之家!所有资源均经过安全检测。

Network sharing issue.

发布时间:2026-09-11 | 浏览:2
📥 下载地址(文章开头)
装机神器,一键装机,安装任何系统。纯净版,原版,软件版,精简版,英文版。
So I have 3 computers on my home network. 2 almost identical mini computers and a laptop. I recently decided to start using file sharing but ran into a strange problem. I set up a shared folder on each. Read/write access was given to "everyone" on each folder. All 3 have Network discovery, file and print sharing, and public folder sharing turned on. All 3 have "set up network connected devices automatically" checked, and password protected sharing turned off. Mini1 can access the shared folder on Mini2 and the laptop, no issues. The laptop can access the folders on Mini1 and Mini2, no issues. Mini2, however, gets a Network Error window saying it cannot access either mini1 or the laptop when I click on their links. If I type in the location of the folders (ie: //LAPTOP/folder) it will bring up a windows security window asking for credentials to connect, but none of the passwords I try are working and it says "You can't access this shared folder because your organization's security policies block unauthenticated guest access" I have tried all the credentials I can, and still no luck. Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. Anonymous 2025-01-30T08:19:19+00:00 Hi to, I'm Sumit, here to answer your query at the Microsoft Community. Apologies for any inconvenience you are experiencing. I am happy to help you today. Some changes were made in Windows 11 24H2 for network drives which is causing this. https://www.yourwindowsguide.com/2025/01/mapped... Open the Windows search bar and type “powershell” Right-click on PowerShell and select “Run as administrator” Execute the following commands: Set-SmbClientConfiguration -RequireSecuritySignature $false Set-SmbClientConfiguration -EnableInsecureGuestLogons $true These commands will disable the requirement for security signatures and enable insecure guest logons, which should resolve issues with accessing mapped drives. Hope that helps, and rely on us for any further inquiries. All the best. A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically. 0 comments No comments I'm Sumit, here to answer your query at the Microsoft Community. Apologies for any inconvenience you are experiencing. I am happy to help you today. Some changes were made in Windows 11 24H2 for network drives which is causing this. https://www.yourwindowsguide.com/2025/01/mapped... Open the Windows search bar and type “powershell” Right-click on PowerShell and select “Run as administrator” Execute the following commands: Set-SmbClientConfiguration -RequireSecuritySignature $false
📥 下载地址(文章中间)
装机神器,一键装机,安装任何系统。纯净版,原版,软件版,精简版,英文版。
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true These commands will disable the requirement for security signatures and enable insecure guest logons, which should resolve issues with accessing mapped drives. Hope that helps, and rely on us for any further inquiries. All the best. A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically. Anonymous 2025-02-01T02:55:53+00:00 Thank you. The requiresecurity parameter does not need a space after "-" which is the root cause why command does not work. Notice the star. Set-SmbClientConfiguration -*RequireSecuritySignature $false 0 comments No comments The requiresecurity parameter does not need a space after "-" which is the root cause why command does not work. Notice the star. Set-SmbClientConfiguration -*RequireSecuritySignature $false Anonymous 2025-01-31T21:00:59+00:00 This is what I got. 0 comments No comments This is what I got. Anonymous 2025-02-01T06:25:13+00:00 Thanks for that. I thought I tried it, but will try again tomorrow. I am using this forum from my phone, so the misunderstanding came from your original post looking like this: 0 comments No comments Thanks for that. I thought I tried it, but will try again tomorrow. I am using this forum from my phone, so the misunderstanding came from your original post looking like this: Anonymous 2025-01-31T13:14:47+00:00 This didn't exactly work, but led me to what did. I have no idea what I was doing wrong, but Powershell with admin cred would not accept my commands. I got an error every time I tried. It said that "-" wasn't recognized. I tried all sorts of approaches with the command (dashes with spaces, dashes without spaces, just spaces, commas etc) and it would not work. I could type set-smbclientconfiguration and it recognized that, saying I needed to specify what I wanted, but as soon as I tried adding the rest, it didn't work. I had no trouble using get-smbclientconfiguration to see all the values. Luckily, the requiresecuritysignature was already off and I ran the gpedit.msc to turn the insecure guest login on. Would love to know what I was doing wrong in powershell though. Thanks 0 comments No comments This didn't exactly work, but led me to what did. I have no idea what I was doing wrong, but Powershell with admin cred would not accept my commands. I got an error every time I tried. It said that "-" wasn't recognized. I tried all sorts of approaches with the command (dashes with spaces, dashes without spaces, just spaces, commas etc) and it would not work. I could type set-smbclientconfiguration and it recognized that, saying I needed to specify what I wanted, but as soon as I tried adding the rest, it didn't work. I had no trouble using get-smbclientconfiguration to see all the values. Luckily, the requiresecuritysignature was already off and I ran the gpedit.msc to turn the insecure guest login on. Would love to know what I was doing wrong in powershell though.
📥 下载地址(文章结尾)
装机神器,一键装机,安装任何系统。纯净版,原版,软件版,精简版,英文版。