Important
This repository will go into slow mode and there will be no updates for a short period of time unless there are major bugs, vulnerabilities, or Microsoft PC Manager updates that need to be adapted, etc.
Please select your language to continue
請選取你的語言以繼續 | 请选择你的语言以继续
MSPCManagerHelper
is a utility (PCM Assistant
, PCM Helper
or Microsoft PC Manager Helper
) that comes with Microsoft PC Manager
. This tool is designed to provide users with efficient and convenient solutions to quickly deal with problems they may encounter during use.
Visit https://pcmanager.microsoft.com to download and experience the latest version of Microsoft PC Manager and join our User Community! 😉
Important
This tool is not developed or endorsed by Microsoft Corporation or its subsidiaries. The authors are independent developers with no affiliation to Microsoft or its subsidiaries.
Note
Some features of MSPCManagerHelper
include references to third-party (non-Microsoft) web pages. While these pages may offer accurate and helpful information, they might also contain advertisements categorized as PUPs (Potentially Unwanted Products). Please exercise caution and thoroughly review any products or files before downloading or installing them.
-
Download Python 3.11 from Python
-
Clone the code
git clone https://github.com/Goo-aw233/MSPCManagerHelper.git cd MSPCManagerHelper
-
Create and Activate a Virtual Environment
-
Windows:
py -3.11 -m venv .venv .venv\Scripts\activate
The
install_requirements.sh
for macOS and Linux is no longer available-
macOS / Linux:
python3 -m venv .venv source .venv/bin/activate
-
-
Install the pip Packages
python -m pip install --upgrade pip pip install -r requirements.txt pip install requests
In the
scripts
directory, you can also runinstall_requirements.bat
directly to quickly complete the installation, or runinstall_requirements_.venv.bat
to activate the virtual environment and install the dependencies at the same time. -
Build the EXE
Run
build.bat
orbuild_.venv.bat
directly from thescripts\build
directory to build it yourself. Finally, the builtEXE file
will be stored in thedist
directory of the root directory and namedMSPCManagerHelper_... _vx.x.x.x.x.exe
.