Ustalık

Məhsul kodu: 5056

  • 24 AZN
  • 19.2 AZN


Müəllif
Robert Greene
Kateqoriya
Fərdi inkişaf-Motivasiya , Araşdırma , Elmi-Kütləvi
Nəşriyyat
Altın Kitaplar
Səhifə
416
Tərcümə
Füsun Doruker
Təmin edilmə
7-10 İş günü
Stock
73

Get-ChildItem "C:\Users\$env:USERNAME\AppData\Local\Packages" -Filter "*ext4.vhdx" -Recurse -ErrorAction SilentlyContinue Inside your WSL distro, run:

C:\Users\JohnSmith\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc\LocalState\ext4.vhdx Method 1: Via PowerShell (Easiest) Open PowerShell as Administrator and run:

If you’ve installed WSL (Windows Subsystem for Linux) and started filling up your $HOME directory with projects, you might suddenly realize your C: drive is shrinking. By default, WSL stores its virtual hard disks ( .vhdx files) on your Windows drive.

# In Windows PowerShell (Admin) Optimize-VHD -Path D:\wsl\Ubuntu\ext4.vhdx -Mode Full Now you can keep your C: drive breathing room while your Linux environment lives happily on a larger SSD or HDD. Have questions or another WSL tip? Drop a comment below!

Wsl Distro Location |verified| -

Get-ChildItem "C:\Users\$env:USERNAME\AppData\Local\Packages" -Filter "*ext4.vhdx" -Recurse -ErrorAction SilentlyContinue Inside your WSL distro, run:

C:\Users\JohnSmith\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc\LocalState\ext4.vhdx Method 1: Via PowerShell (Easiest) Open PowerShell as Administrator and run:

If you’ve installed WSL (Windows Subsystem for Linux) and started filling up your $HOME directory with projects, you might suddenly realize your C: drive is shrinking. By default, WSL stores its virtual hard disks ( .vhdx files) on your Windows drive.

# In Windows PowerShell (Admin) Optimize-VHD -Path D:\wsl\Ubuntu\ext4.vhdx -Mode Full Now you can keep your C: drive breathing room while your Linux environment lives happily on a larger SSD or HDD. Have questions or another WSL tip? Drop a comment below!