function Get-WSLProcess{
$WSLrocess = Get-Process -Name 'vmmemWSL'
$WSLProcess.ProcessName
}
function Start-WSL { if ((Get-PlexProcess ) -ne $WSLName )
{ Start-Process -FilePath 'C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe' wsl
}}