How do I install PCSX Powershell module?

前端 未结 5 2030
忘掉有多难
忘掉有多难 2021-02-13 11:28

I\'m running Windows 7 with PowerShell 2 installed.

I\'ve downloaded version 2.1 from here - http://pscx.codeplex.com/releases

The Release notes say

    <
5条回答
  •  南方客
    南方客 (楼主)
    2021-02-13 12:12

    I hadn't actually completed the last step of my above question completely which turned out to be the answer.

    Here is that answer for completeness

    • Unblock the zip file you have downloaded
    • extract the zip file - this will likely give a folder structure of Pscx-2.1.0/Pscx-2.1.0/{lots of files}
    • rename the child folder to Pscx - ie - Pscx-2.1.0/Pscx/{lots of files}
    • In Powershell prompt run (Get-ChildItem Env:\PSModulePath).Value and note the modules folder location.
    • Copy the child Pscx folder to the Modules folder location given above.
    • In Powershell prompt run Get-Module -ListAvailable to see the Pscx module available.

提交回复
热议问题