Some notes on what I was testing...
Working on getting Commodore and Amiga BBS and terminals going.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install vim vim wget 7zip winvice-nightly fs-uae fs-uae-launcher -y
Set-ExecutionPolicy Unrestricted
if (-not (Test-Path $PROFILE)) { New-Item -ItemType File -Path $PROFILE }
$profileContent = Get-Content $PROFILE -Raw
$lineExists = $profileContent -match 'Remove-Item Alias:wget'
if (-not $lineExists) { Add-Content -Path $PROFILE -Value 'Remove-Item Alias:wget' }
. $profile
wget https://raw.githubusercontent.com/john-clark/tcpser/master/install_tcpser.ps1
wget https://raw.githubusercontent.com/john-clark/tcpser/master/com6.ps1
git clone https://github.com/john-clark/cnetbbs.git