Code Monkey home page Code Monkey logo

Comments (1)

Admentus64 avatar Admentus64 commented on July 21, 2024 1

There's no need to build the tool. At least not on Windows. It's coded in PowerShell. And the code is simply executed by running the .ps1 script. Windows 10 comes natively with it installed. On Windows 7/8 you will need to install PowerShell separately.

As for those who use Linux or Mac. I honestly have no idea. You're probably out of luck. You should try if you can install PowerShell on those platforms, but it probably won't do much good since the tool is heavily based on it's use of System.Windows.Forms for it's GUI design which probably is Windows exclusive.

These were the instructions to install PowerShell separately on Windows 7:

--- How to install PowerShell on Windows 7 ---

  1. Install Windows Framework .NET 4.5 or above:
    https://go.microsoft.com/fwlink/?linkid=2088631

  2. Install Windows Management Framework 5.1:
    https://www.microsoft.com/en-us/download/details.aspx?id=54616

  • For X86/32bits: Download Win7-KB3191566-x86.zip and run Win7-KB3191566-x86.msu
  • For X86_X64/64bits: Download Win7AndW2K8R2-KB3191566-x64.zip and run Win7AndW2K8R2-KB3191566-x64.msu
  1. Run PowerShell 5.1 and run $PSVersionTable, you should get this image:
    PS

  2. If PowerShell refuses to run Patcher64+ with a message about scripts being disabled on your machine:

  • Open PowerShell's terminal as "Run as Administrator" (or run Start-Process powershell -Verb runAs)
  • Run Set-ExecutionPolicy -ExecutionPolicy Unrestricted
  • Permissions are unlocked now for the whole system

from patcher64plus-tool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.