Reload ~/.vimrc by typing the following command:
:so $MYVIMRC
create c:\Users\xxxxx\.vim\bundle\
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
put _vimrc in c:\Users\xxxxx\
Launch vim and run :PluginInstall
mkdir .vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
put _vimrc in c:\Users\xxxxx\
Launch vim and run :PluginInstall