chocolatey not known, not the name of a Cmdlet, function or otherwise ; pulled windows updates previously
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
### What You Are Seeing?
Upon executing `choco` in powershell:
```
choco : Die Benennung "choco" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines
ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern
enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ choco outdated
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (choco:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
```
(german)
This is also true when calling `C:\ProgramData\chocolatey\choco.exe`.
### What is Expected?
Chocolatey behaving "normal".
### How Did You Get This To Happen? (Steps to Reproduce)
Updated windows to version 10.0.19043.1237.
It had _worked_ before the windows update because I just used it.
Contributor guide
Assessment
This issue has not been assessed yet.