@ -2,7 +2,7 @@
. SYNOPSIS
. SYNOPSIS
Default preset file for " Windows 10 Sophia Script "
Default preset file for " Windows 10 Sophia Script "
Version : v5 . 11
Version : v5 . 11 . 1
Date : 12 . 07 . 2021
Date : 12 . 07 . 2021
Copyright ( c ) 2014 – 2021 farag
Copyright ( c ) 2014 – 2021 farag
@ -71,7 +71,7 @@ param
Clear-Host
Clear-Host
$Host . UI . RawUI . WindowTitle = " Windows 10 Sophia Script v5.11 | Made with $( [char] :: ConvertFromUtf32 ( 0x1F497 ) ) of Windows | $( [char] 0x00A9 ) farag & Inestic, 2014–2021 "
$Host . UI . RawUI . WindowTitle = " Windows 10 Sophia Script v5.11.1 | Made with $( [char] :: ConvertFromUtf32 ( 0x1F497 ) ) of Windows | $( [char] 0x00A9 ) farag & Inestic, 2014–2021 "
Remove-Module -Name Sophia -Force -ErrorAction Ignore
Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot \ Manifest \ Sophia . psd1 -PassThru -Force
Import-Module -Name $PSScriptRoot \ Manifest \ Sophia . psd1 -PassThru -Force
@ -883,13 +883,24 @@ RestartDeviceAfterUpdate -Enable
#endregion System
#endregion System
#region WSL
#region WSL
# Install the Windows Subsystem for Linux (WSL) ###
# Install the Windows Subsystem for Linux (WSL)
# Установить подсистему Windows для Linux (WSL)
# Установить подсистему Windows для Linux (WSL)
# WSL -Enable
# WSL -Enable
# Uninstall the Windows Subsystem for Linux (WSL)
# Uninstall the Windows Subsystem for Linux (WSL)
# Удалить подсистему Windows для Linux (WSL)
# Удалить подсистему Windows для Linux (WSL)
# WSL -Disable
# WSL -Disable
<#
Download and install the Linux kernel update package
Set WSL 2 as the default version when installing a new Linux distribution
Run the function only after WSL installed and PC restart
Скачать и установить пакет обновления ядра Linux
Установить WSL 2 как версию по умолчанию при установке нового дистрибутива Linux
Выполните функцию только после установки WSL и перезагрузки ПК
#>
# EnableWSL2
#endregion WSL
#endregion WSL
#region Start menu
#region Start menu