_partials/windows_settings.md
We need an easy way to transfer files from Windows to Ubuntu and vice versa.
In order to do that, let's create shortcuts to Ubuntu directories in the Windows File Explorer:
WIN + E)\\wsl$\ (or \\wsl$\Ubuntu if it does not work)Another option to move files around is to open the Windows File Explorer from the Ubuntu terminal:
explorer.exe . command (alternatively, use wslview .)wsl --shutdown in a Windows PowerShell and reopen an Ubuntu terminalYou might want to figure out the exact location of a Windows directory in the Ubuntu file system, or the other way around.
In order to convert a Windows path to and from an Ubuntu path:
wslpath "C:\Program Files" command in order to translate a Windows path into an Ubuntu pathwslpath -w "/home" command in order to translate an Ubuntu path into a Windows pathwslpath -w $(pwd) command returns the Windows path of the current Ubuntu directoryYou are going to use most of the apps you've installed today really often. Let's pin them to your taskbar so that they are just one click away!
To pin an app to your taskbar, launch the app, right-click on the icon in the taskbar to bring up the context menu and choose "Pin to taskbar".
You must pin: