$ClientIPv4Address = $(Get-NetIPConfiguration | Where-Object {
$_.NetProfile -and $_.NetProfile.PSObject.Properties['IPv4Connectivity'] -and $_.NetProfile.IPv4Connectivity -eq 'Internet'
}).IPV4Address[0].IPAddress
<pre style="color: white; margin: 0;">Hello World!</pre><pre style="color: red; margin: 0;">Hello World!</pre>
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --install -d Ubuntu
subprocess.call(["python3", filedir], shell=False)
@$dom->loadHTML(mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'));