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 Repository
git clone https://github.com/Goo-aw233/MSPCManagerHelper.git
cd MSPCManagerHelper
- Create and Activate a Virtual Environment
- Windows:
cd <path\to\MSPCManagerHelper>
python -m venv .venv
.venv\Scripts\activate
The install_requirements.sh
for macOS and Linux is no longer available
- 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
In the scripts
directory, you can also run install_requirements.bat
directly to quickly complete the installation, or run install_requirements_.venv.bat
to activate the virtual environment and install the dependencies at the same time.
- Build the EXE
Run build.bat
or build_.venv.bat
directly from the scripts\build
directory to build it yourself.
Finally, the built EXE file
will be stored in the dist
directory of the root directory and named MSPCManager_... _vx.x.x.x.x.exe
.