Hi TSink,
Welcome to the Microsoft Q&A forum.
Windows 11 Pro uses stricter network security rules than Windows 11 Home. Because of this, a connection can be blocked even when the username and password are correct, especially when connecting to devices such as instruments or scanners. This difference explains why the setup works on a Home PC but not on the Pro PC.
You can allow guest‑style access on the Pro PC to relax network restrictions with this method:
- Open PowerShell as Administrator
- Run:
Set-SmbClientConfiguration -EnableInsecureGuestLog
However, this is the most reliable setup that you can try:
1, Create a dedicated local account on the Windows 11 Pro PC
- Go to Settings > Accounts > Other users
- Add a local account (for example:
xrfshare) - Set a standard password (avoid PIN‑only or passwordless accounts)
2, Share the folder explicitly to that account
- Right‑click the target folder > Give access to > Specific people
- Add the local account you created
- Grant Read/Write access if files are transferred both ways
3, Use the correct username format
- When entering credentials on the instrument, use one of the following:
-
PCNAME\xrfshare - or
. \xrfshare
-
(This ensures the PC recognizes the account correctly.)
4, Confirm access from another Windows PC
- From a second PC, open:
\\<IP_of_Pro_PC>\<SharedFolder> - Sign in using the same username and password
If this works, the Windows setup is ready for the instrument. Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.