I used to use \"+y
to copy text to system\'s clipboard, but it doesn\'t work in vim of Bash on Windows.
If you want use vim that bundled within WSL, you can only use the Clipboard provided by vim itself, which means you can only copy & paste within vim only.
Or, you can try:
export DISPLAY=localhost:0
in your WSL Bash.