Add an exception for Windows Defender for %LOCALAPPDATA%\lxss to speed things up
Note-
On first bundle you may receive an error
ArgumentError: parent directory is world writable but not sticky
From: rubygems/bundler#4599 (comment)
find ~/.bundle/cache -type d -exec chmod 0755 {} +
Nice....