ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
513 stars 303 forks source link

Test-Connection errors #48

Open ceramicv opened 2 months ago

ceramicv commented 2 months ago

After installation, first there was no cove.zip in the directory I executed the command from.

Now whenever I launch a new Powershell window I get the following error:

Test-Connection : A parameter cannot be found that matches parameter name 'TimeoutSeconds'. At C:\Users\xlt\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:5 char:66

Skipping profile update check due to GitHub.com not responding within 1 second. Skipping PowerShell update check due to GitHub.com not responding within 1 second. oh-my-posh : The term 'oh-my-posh' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Users\xlt\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:260 char:1

Loading personal and system profiles took 1109ms.

excreal1 commented 2 months ago

Did you get a solution?

alipayan commented 2 months ago

Upgrading your PowerShell will solve the problem. TimoutSeconds introduce in PowerShell version 6. @ceramicv