I found this:
https://www.windows-commandline.com/clear-archive-attribute-from-command/
So open Notepad, paste in:
for /F %i in ('dir /s /b directory_path ') do attrib -A %i
And replace directory_path with your drive letter. So if your sd card shows up as F: in my computer, it should look like...