Windows Server Management Tools repo uses Git submodules. It can reduce the load of non-essential projects you don't want to load. That means you can clone each repo of a part of a submodule, instead of cloning the whole project repo.
To contribute, you may need Visual Studio 2022. Required Visual Studio 2022 SDKs:
- .NET 4.8 SDK and targeting pack
- C++ Windows XP Support for VS 2017 (v141) Tools
- Windows 10 SDK (10.0.18362.0)
- Windows Universal C Runtime
In GitHub Desktop, consider using Clone Repository\URL
, then enter this URL of git repo
https://github.com/TheFlightSims/windowsserver-mgmttools.git
All submodules will be updated automatically. You don't need to use Git CLI.
To clone this project using the Git command line, you need to clone all its base and submodules, following these commands:
git clone https://github.com/TheFlightSims/windowsserver-mgmttools.git
cd windowsserver-mgmttools # Make sure the repo is cloned successfully
git submodule update --init --recursive
Otherwise, you can do other ways:
- Review Wiki Page
- Submit bugs and feature requests in GitHub
- Review source codes
- Review and commit pull requests