Update the Javinizer module

Javinizer updates via the native PowerShell cmdlet Update-Module.

To update, run the following command:

Update-Module Javinizer -Force

In the case that you forgot to copy your previous settings, don't worry! Updating the module does not fully remove the previous version.

To open your parent Javinizer module directory, run the following command:

Invoke-Item (Get-Item (Get-InstalledModule Javinizer).InstalledLocation).Parent

Last updated