Skip to content

FAQ

Questions

TIP

  • Encountering any problem, please first clear $Profile, only keep Import-Module PSCompletions
  • This can check if it is a problem with PSCompletions itself, as sometimes it may be other modules/scripts/etc. external influence.

WARNING

  • Some completions may be garbled due to encoding errors.
  • You may need to set the output encoding to UTF-8.
powershell
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new()

Tools

Tips