As I mentioned earlier, going through local group set up seems to fix the the issue with file permissions being set to read only, without having to change all permissions manually or run everything as administrator.
If that doesn't work, try changing your log-on to "local" if it isn't already.
@Anduin I had 34.5gb of data in my documents folder when I discovered the problems I was having was due to this bug. It took Windows around 4 min7tes to set the flags of all documents and folders I have there
Comments
If that doesn't work, try changing your log-on to "local" if it isn't already.
Get-ChildItem -Path "C:\Users\username\Documents" -Recurse | % { $_.isreadonly = $false }
Microsoft need to abandon Windows and invent Doors... Least you can get somewhere using a door.
Microsoft users
Suckers