Because using docker can sometimes cause ownership issues if not properly configured in your docker-compose.yml, I just added an alias to ~/.zshrc to rectify that.
-edit- Only run this script in your user owned directories, e.g. anything from ~/ (or /home/<your_username>) you might otherwise cause ownership issues for your system.
## Set ownership of files/folders recursively to current user
alias iownyou="sudo chown -R $USER:$GROUP"
It’s probably Windows update “fixing” you drivers by updating them to the Windows version because it is newer. I had to turn off Windows driver updates, because it kept updating my already fully working 5.1 Dolby digital driver to a newer one that only has dual channel audio, and it also broke the optional optical out my sound card supports (and has installed).