I figured it out, finally! There is a NAS problem when the volume mounts. I have to go into DiskPart to get the info and clear the READONLY attrib. For some reason every time you boot it reverts the NAS to READONLY:
DISKPART
LIST VOLUME
SELECT VOLUME x
DETAIL VOLUME
ATTR VOLUME CLEAR READONLY