Disable Web environment
flutter config --no-enable-web
Disable MacOS environment
flutter config --no-enable-macos-desktop
Get-ChildItem "." | ForEach-Object { Compress-Archive -path $_.Name -destinationPath "$($_.Basename).zip"} |
On Powershell in administrator mode Run the following:
Set-SmbClientConfiguration -RequireSecuritySignature $false
And then this one
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true