Please select your language to continue
請選取你的語言以繼續 | 请选择你的语言以继续
MSPCManagerHelper
is a utility tool designed to complement Microsoft PC Manager
. It aims to provide users with efficient and convenient solutions for resolving issues they may encounter.
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 repository
git clone https://github.com/Goo-aw233/MSPCManagerHelper.git
cd MSPCManagerHelper
- Create and activate a virtual environment
- Windows:
cd <path\to\MSPCManagerHelper>
python.exe -m venv .venv
.venv\Scripts\activate
- macOS / Linux:
cd <path/to/MSPCManagerHelper>
python3 -m venv .venv
source .venv/bin/activate
- Install the pip packages
pip install -r requirements.txt
pip install requests
python -m pip install --upgrade pip
Or by running install_requirements.bat
.
You can also activate the virtual environment and install pip packages with install_requirements_.venv.bat
.
- Build the EXE
Build yourself by running build.bat
or build_.venv.bat
directly from the root directory.