From 85b1e22d973c15c1d5c44cce8376f2042901a2d1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 21 Nov 2021 11:53:19 +0000 Subject: [PATCH] chore: remove (accidental) wsl.bak --- wsl.bak/install.ps1 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 wsl.bak/install.ps1 diff --git a/wsl.bak/install.ps1 b/wsl.bak/install.ps1 deleted file mode 100644 index f255d97..0000000 --- a/wsl.bak/install.ps1 +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env pwsh - -curl.exe -s "https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi" -o "$Env:USERPROFILE\Downloads\webi\wsl_update_x64.msi" -msiexec /a "$Env:USERPROFILE\Downloads\webi\wsl_update_x64.msi" /qb TARGETDIR="C:\temp" -copy C:\temp\System32\lxss\tools\kernel C:\Windows\System32\lxss\tools\ - -dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart -dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart - -Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux - -wsl --set-default-version 2 - -# TODO -#Set-VMProcessor -VMName -ExposeVirtualizationExtensions $true -- 2.25.1