Option 1:
Run the command prompt as an administrator, than
php artisan storage:link
Option 2: Run the command prompt as an administrator, than
mklink /D "C:\path\to\your\project\public\storage" "C:\path\to\your\project\storage\app\public"