How to get laravel storage link working on windows

I’ve tried many solutions to fix the dreaded

php artisan storage:link

on windows 10

The only solution that worked for me was to run Git Bash as an administrator, navigate to the root of the laravel app and run:

php artisan storage:link