I installed the Powershell module (posh-git) using PS-Get, but found that it was rather slow. I want to delete it, but using Remove-Module posh-gitonly removes it from my current session, but I would like to make it permanent.
Remove-Module posh-git
This is an open issue for PS-GET: https://github.com/psget/psget/issues/164 :
It must be a function. You must currently remove it manually from the directory C:\Users\[yourUser]\Documents\WindowsPowerShell\modules.
C:\Users\[yourUser]\Documents\WindowsPowerShell\modules
Source: https://habr.com/ru/post/1606283/More articles:WebRTC - change device / camera in real time - deviceКак определить массив перечислений в проекте API - apiblueprintExtract serialization of default values in protobuf-net - c #error with unicode and plain xml - xmlWhy dumping a Dataframe into an Avro file does not allow converting bytearray to Python? - pythonAsynchronous concurrent requests are executed sequentially - javascriptR: функция применения Anova для разных подмножеств одного набора данных и сбора данных - rHow to use the GET method for Invoke-WebRequest to build a query string - jsonКак выполнить параллельное асинхронное несколько запросов одновременно с Promises в Node - javascriptStructuring GraphQL types - graphqlAll Articles