███████╗██╗ ██╗███████╗███████╗ ██████╗ ██████╗ ██████╗ ███████╗
██╔════╝╚██╗ ██╔╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝
███████╗ ╚████╔╝ ███████╗█████╗ ██║ ██║██████╔╝██║ ███╗█████╗
╚════██║ ╚██╔╝ ╚════██║██╔══╝ ██║ ██║██╔══██╗██║ ██║██╔══╝
███████║ ██║ ███████║██║ ╚██████╔╝██║ ██║╚██████╔╝███████╗
╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝
SysForge is a powerful Windows console tool designed to simplify system administration tasks via a command-driven menu interface. It combines multiple system utilities and commands in one place for quick access and easy management of Windows system info, networking, users, disks, troubleshooting Windows errors and opening control panel and Microsoft Managment Console apps.
- Show informations about OS and hardware
- Config IP configuration
- Config DNS settings
- Ping, traceroute and nslookup servers
- Manage users and localgroups
- Defrag and check health of drives
- Manage servicess and processess
- Troubleshoot Windows errors
- Open control panel and MSC apps
- Download the latest
.ziparchive from Releases section. - Extract is and save it anywhere in your computer.
- Double-click the
SysForge.exefile or run it via Command Prompt:
./SysForge.exe
- The console application will run and show the main menu
- Clone the repositroy
git clone https://github.com/JaatrovyKnedlicek/SysForge.git
cd SysForge
- Make sure you have .NET 9 installed
- Build the project
dotnet build
- Run the project
dotnet run
- The console app will start and show the main menu
- Written in C# using .NET 9
- Uses
System.Diagnostics.Processto execute Windows built-in commands and PowerShell commands - Menus handled via
Console.WriteLine - Public IP uses https://api.ipify.org
Im planing to add more features
Contributions are very welcome! Please fork the repository, make your changes, and submit a pull request. When reporting issues, please provide detailed steps to reproduce.
This project is licensed under the MIT License — see the LICENSE file for details.
- Created by Ján Repka Github: JaatrovyKnedlicek.
- E-mail: jankorepka888@gmail.com
- Discord: @jankogranko123
- Feel free to reach out for questions or suggestions.