8000 GitHub - lboulard/powershell-recipes: Scripts and files for download and installation of a few software packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lboulard/powershell-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts and extras for Windows

Purposes:

  • Fetch latest version of software using PowerShell (via CMD.EXE/BAT launchers)
  • Custom installation for a few software
  • Silent installation for a few software
  • Registry files to restore defaults install parameters for Vim and MSYS2
  • Registry files to configure windows behaviors

Usages

Running scripts requires installation of PowerShell modules inside modules folder.

Install repository PowerShell modules

You can copy modules to Documents\WindowsPowerShell\Modules of user.

Or modify environment variable PSModulePath by adding modules path of this repository.

If variable is not defined for user, a quick solution is to use SETX inside a CMD prompt as user.

REM I suppose you are in repository root
SETX PSModulePath ^%PSModulePath^%;"%CD%\modules"

About

Scripts and files for download and installation of a few software packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0