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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSPCManagerHelper

🖹 Choose Your Language

Please select your language to continue

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

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

👏 Introduction

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.

💻 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.exe -m venv .venv
.venv\Scripts\activate
  • 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

Or by running install_requirements.bat. You can also activate the virtual environment and install pip packages with install_requirements_.venv.bat.

  1. Build the EXE

Build yourself by running build.bat or build_.venv.bat directly from the root directory.

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

  •  
  •  
  •  
  •