Welcome Steven Maguire,
Thank you for reaching out to Microsoft Q&A forum.
I understand you want Windows File Explorer to stop remembering your Synology NAS credentials, so you are prompted to enter them again when accessing the NAS share. To speed up the resolution, please confirm the following:
- Are you connecting to the NAS using a mapped network drive, or by browsing to it under Network / entering a UNC path?
- Does this happen for all NAS shares on that device, or only one specific shared folder?
Regarding your case, I can see that QA Assist has already provided some helpful troubleshooting steps. You could also look into the following options
Option 1: Disconnect existing NAS connections in the current Windows session
- Open Command Prompt (admin) by searching on Strat menu > run
net use - If you see an entry for your NAS, delete it using
net use \NASName /deleteornet use \NAS_IP /delete
Option 2: Remove any cached credentials via Command Prompt
- In Command Prompt (admin) by searching on Start menu > run
cmdkey /list - If you see targets that match your NAS name or IP, remove them using
cmdkey /delete:TargetName
Option 3: Remove and recreate the mapped drive without saving credentials
- In File Explorer, right-click the mapped drive to the NAS (if present) and select Disconnect
- Restart the PC, then map the drive again
- When prompted for credentials, do not select the option to remember credentials
Option 4: Force a fresh authentication prompt by reconnecting using different credentials
- Map the NAS share again and select the option to connect using different credentials
- Enter the NAS username and password when prompted, and keep the remember option unchecked
Option 5: If Windows still signs in automatically, try connecting using the NAS IP instead of the NAS name
- In File Explorer address bar, enter
\NAS_IP\ShareNameand check whether it prompts for credentials
I really hope that the information I gave above was helpful to you. Please feel free to reply below and let me know if you have further concern on this matter.
P.S: If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.