I’ve a new laptop used as remote. I couldn’t access ROCK as I could via my former Win 11 Laptop. Thus, I found this Can’t access NUC with Rock Post. Within the post I found this link. On the link I found the following instructions:
8. If you’re running Windows 11 Home edition, the guest fallback option is still enabled by default, so you’re probably not reading this blog post. But if for some reason it is on, or you need to turn off SMB signing due to some third-party NAS, you will need to use PowerShell to configure your machine because there is no gpedit tool by default. To do this:
a. On the Start Menu search, type powershell then under the Windows PowerShell app, click Run as administrator. Accept the elevation prompt.
b. To disable SMB signing requirement, type:
Set-SmbClientConfiguration -RequireSecuritySignature $falsed. Hit enter, then hit Y to accept.
c. To disable guest fallback, type:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $truee. Hit enter, then hit Y to accept.
OK, I did as instructed and
I can access my ROCK NUC via Windows Explorer.
With that said and done: has some sort of security flaw been opened, for which there should be a concern?