F5F Stay Refreshed Software Operating Systems Error encountered while trying to access the Linux shell.

Error encountered while trying to access the Linux shell.

Error encountered while trying to access the Linux shell.

O
Oldart
Member
63
11-07-2021, 10:15 AM
#1
WSL is set up and restarted. The PowerShell window appears but Ubuntu isn't visible. It's Windows 11. You're planning to bring your PC outside with a bat—good luck!
O
Oldart
11-07-2021, 10:15 AM #1

WSL is set up and restarted. The PowerShell window appears but Ubuntu isn't visible. It's Windows 11. You're planning to bring your PC outside with a bat—good luck!

K
Kaaady
Member
171
11-09-2021, 01:49 PM
#2
I used WSL1 on Windows 10 a while ago. I’m not sure how the interface changed in WSL2 or Windows 11, but if you installed it from the Microsoft Store, you should be able to reach it there. You might see an option to add it to the start menu if you want. I remember it was available in the start menu with WSL1/W10.
K
Kaaady
11-09-2021, 01:49 PM #2

I used WSL1 on Windows 10 a while ago. I’m not sure how the interface changed in WSL2 or Windows 11, but if you installed it from the Microsoft Store, you should be able to reach it there. You might see an option to add it to the start menu if you want. I remember it was available in the start menu with WSL1/W10.

X
Xo_PVP_Girl_oX
Senior Member
500
11-09-2021, 03:24 PM
#3
Yes, you can use the right command to navigate to a specific folder. Try typing `cd path/to/folder` in your terminal. If you're unsure, let me know the folder name and I can suggest the exact command.
X
Xo_PVP_Girl_oX
11-09-2021, 03:24 PM #3

Yes, you can use the right command to navigate to a specific folder. Try typing `cd path/to/folder` in your terminal. If you're unsure, let me know the folder name and I can suggest the exact command.

O
orkola
Junior Member
4
11-09-2021, 05:09 PM
#4
You're asking about setting a default destination in Windows Explorer or PowerShell, likely to save frequently accessed files in a specific folder like /home/user. It seems you want to avoid repeating manual navigation. You might consider using commands such as 'cd C:\path\to\folder' or writing a script to automate the process.
O
orkola
11-09-2021, 05:09 PM #4

You're asking about setting a default destination in Windows Explorer or PowerShell, likely to save frequently accessed files in a specific folder like /home/user. It seems you want to avoid repeating manual navigation. You might consider using commands such as 'cd C:\path\to\folder' or writing a script to automate the process.

B
boke2002
Junior Member
39
11-09-2021, 06:05 PM
#5
Verify if Windows Terminal offers a way to access the Linux distribution menu.
B
boke2002
11-09-2021, 06:05 PM #5

Verify if Windows Terminal offers a way to access the Linux distribution menu.

P
ParadoxOnLSD
Member
108
11-18-2021, 11:56 AM
#6
Confirming our approach: Navigate to the "Windows Features" section, check the box for "Virtual Machine Platform," click OK, and restart if prompted. Launch the Store app, search for Ubuntu, and install it. In the Start menu, select "All apps," choose "Ubuntu" for the first setup. When opening the Windows Terminal, under the arrow next to "+", find the option labeled "Ubuntu." If available, selecting it will launch Ubuntu. In the Windows Explorer, go to Settings to modify font and size; you can also set it as default instead of PowerShell. To reach Ubuntu, use the shortcut "explorer.exe" or type \\wsl.localhost\ or \\wsl$ in the address bar. In WSL, the file explorer should display "Linux" in its navigation pane if installed correctly. Remember, accessing Linux files outside the root path can corrupt data—avoid paths like C:\Users\... unless you're certain. If issues persist, consider adding the WSL shortcut to quick links for easier access.
P
ParadoxOnLSD
11-18-2021, 11:56 AM #6

Confirming our approach: Navigate to the "Windows Features" section, check the box for "Virtual Machine Platform," click OK, and restart if prompted. Launch the Store app, search for Ubuntu, and install it. In the Start menu, select "All apps," choose "Ubuntu" for the first setup. When opening the Windows Terminal, under the arrow next to "+", find the option labeled "Ubuntu." If available, selecting it will launch Ubuntu. In the Windows Explorer, go to Settings to modify font and size; you can also set it as default instead of PowerShell. To reach Ubuntu, use the shortcut "explorer.exe" or type \\wsl.localhost\ or \\wsl$ in the address bar. In WSL, the file explorer should display "Linux" in its navigation pane if installed correctly. Remember, accessing Linux files outside the root path can corrupt data—avoid paths like C:\Users\... unless you're certain. If issues persist, consider adding the WSL shortcut to quick links for easier access.