Hi, I'm Canan
Oups ...
Never forget impossible is possible
:(
Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.
0% complete
For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION
Add Linux Terminals
Windows
Steps
Microsoft Windows Terminal
- Download and install "Microsoft Windows Terminal v1.2.2381" (or newer)
- Automatic: https://www.microsoft.com/fr-fr/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab
- Manuel: https://github.com/microsoft/terminal/releases
- Go to your "Turn Windows features on or off" menu and activate "Windows Subsystems for Linux"
- Restart as requested
- Go to the "Microsoft Store" and install "Ubuntu 18.04 LTS"
- Automatic: https://www.microsoft.com/fr-fr/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab
- Manuel: https://docs.microsoft.com/fr-fr/windows/wsl/install-manual
- Launch the Ubuntu console
It will ask you for a username and password
- /!\ The username must be the same as on your Windows!
- Execute the "uuidgen" command to retrieve the unique ID needed for the Windows Terminal
- Open the Windows Terminal
- Right click -> Settings
Added an entry as follows:
{
"guid" : "{__YOUR_GUID__}",
"name" : "Ubuntu",
"commandline" : "wsl.exe -d Ubuntu",
"hidden" : false,
"icon" : "__YOUR_ICO__",
"startingDirectory" : "__YOUR_PATH__"
}
- Save
GIT
- You can do the same for GIT (after installing it)
{
"guid" : "{__YOUR_GUID__}",
"name" : "Git Bash",
"commandline" : "\"C:/Program Files/Git/bin/bash.exe\" -i -l",
"hidden" : false,
"icon" : "__YOUR_ICO__",
"startingDirectory": "__YOUR_PATH__"
}
Find your Ubuntu files (on Windows)
Your whole tree is in:
C:\Users\__VOTRE_USERNAME__\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs
Access your Windows files (under Ubuntu)
cd /mnt/c (or /mnt/d)
ls
Update Ubuntu
sudo apt update
sudo apt upgrade