Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2024-08-20 07:43:57 +02:00
parent 2d13c858ad
commit 0c810a11bf

View File

@ -6,6 +6,12 @@
- `wsl --export Ubuntu-22.04 ubuntu_2.vhdx --vhd` - `wsl --export Ubuntu-22.04 ubuntu_2.vhdx --vhd`
- `wsl --install --no-distribution` - `wsl --install --no-distribution`
- `C:\Users\eckertms\wsl> wsl --import-in-place Ubuntu_22.04 .\Ubuntu-22.04.vhdx` - `C:\Users\eckertms\wsl> wsl --import-in-place Ubuntu_22.04 .\Ubuntu-22.04.vhdx`
- Inside the instance, as root, create/edit `/etc/wsl.conf` and add these lines:
- ```
[user]
default=username
```
- Then close it, run `wsl --terminate Ubuntu_22.04` in PowerShell, and restart it.
- Chrome - Chrome
- Verzeichnis `C:\Users\%username%\AppData\Local\Google` verschieben - Verzeichnis `C:\Users\%username%\AppData\Local\Google` verschieben
- Regedit `Computer\HKEY_CURRENT_USER\Software\Google\Chrome\PreferenceMACs` export und import - Regedit `Computer\HKEY_CURRENT_USER\Software\Google\Chrome\PreferenceMACs` export und import