Hi Ron,
If you've tried all the previous suggestions and are still experiencing issues with saving files and the "Read Only" checkmark, it's possible that there might be some underlying system or file permission issues. Since you've already tried most of the basic troubleshooting steps, let's focus on the read-only issue and administrative privileges. A few things to check:
- Reset Windows Network Stack (Winsock):
As you mentioned, you haven't tried this step yet. Resetting the Windows Network Stack can sometimes resolve network-related issues. To do this, open the Command Prompt as an administrator and run the following commands one by one:
```
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
```
After running these commands, restart your computer and see if the issue persists.
- Open File Explorer, right click on the folder you are trying to write to and go to Properties > Security. Make sure your user account has full control permissions.
- Check if the read-only attribute is being set at a higher folder level. The Properties > General tab will show if read-only is set. Clear it not just on the folder but parent folders.
- Open Command Prompt as Administrator (right click and Run as Administrator) and run:
attrib -r X:\Folder replacing Folder with the actual folder. This will remove read-only recursively.
- For admin privileges, open Command Prompt as Admin and run
net user administrator /active:yes to enable the built-in admin account. Log off and log back in as the administrator account and test saving files.
- If you don't have admin privileges, the above steps likely won't work. You'll need to either login as the user who installed Windows or reset permissions. Look up taking ownership of files/folders.
- Disable OneDrive Sync: If you have OneDrive syncing enabled on your Windows 11 laptop, it's possible that the sync is interfering with the file attributes. Try temporarily disabling OneDrive sync and check if you can save files without the "Read Only" attribute.
- Safe Mode: Booting your desktop computer into Safe Mode with Networking might help identify if any third-party software or drivers are causing the issue. In Safe Mode, Windows loads only essential drivers and services, which can help isolate the problem. Start your PC in safe mode in Windows - Microsoft Support
- Create a New User Account: If all else fails, you can try creating a new user account on your desktop computer and grant it administrative privileges. Then, try accessing and modifying the files from the new account to see if the issue persists. Create a local user or administrator account in Windows - Microsoft Support
If none of the above solutions work, it's possible that there might be a more complex issue with your Windows installation. As a last resort, you can take the desktop PC back to factory settings if you can't resolve the permission issues, but backup data first.
Let me know if any of those suggestions help or if you are still having issues taking control of the folder to remove read-only and write files.
Your Sincerely
Hahn - MSFT | Microsoft Community Support Specialist