Skip to content

A utility for Microsoft PC Manager that allows users to quickly resolve problems encountered during use

License

Notifications You must be signed in to change notification settings

Goo-aw233/MSPCManagerHelper

Repository files navigation

MSPCManagerHelper

🖹 Choose Your Language

Please select your language to continue

請選取你的語言以繼續 | 请选择你的语言以继续

繁體中文 (臺灣) | 简体中文 (中国大陆)

👏 Introduction

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.

💻 Development

  1. Download Python 3.11 from Python

  2. Clone the Repository

git clone https://github.com/Goo-aw233/MSPCManagerHelper.git
cd MSPCManagerHelper
  1. 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
  1. 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.

  1. 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.

About

A utility for Microsoft PC Manager that allows users to quickly resolve problems encountered during use

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •