Type pwsh
like you would type any language ๐.
Open powershell
or pwsh
and type:
Install-Module -Name Type-Pwsh -Repository PSGallery -Scope CurrentUser -Verbose
If prompted to trust the repository, hit Y
and enter
.
Import-Module Type-Pwsh
# Let's try to find out what something is
what is 240,159,144,145
# Let's try and find out more
tell me what is 240,159,144,145
tell me what could be 240,159,144,145
# And even more
explain what is 240,159,144,145
# X.X