Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███████╗██╗   ██╗███████╗███████╗ ██████╗ ██████╗  ██████╗ ███████╗
██╔════╝╚██╗ ██╔╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝
███████╗ ╚████╔╝ ███████╗█████╗  ██║   ██║██████╔╝██║  ███╗█████╗  
╚════██║  ╚██╔╝  ╚════██║██╔══╝  ██║   ██║██╔══██╗██║   ██║██╔══╝  
███████║   ██║   ███████║██║     ╚██████╔╝██║  ██║╚██████╔╝███████╗
╚══════╝   ╚═╝   ╚══════╝╚═╝      ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝

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.

Features

  • 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

Getting started

Running from precompiled (.exe) from Releases:

  1. Download the latest .zip archive from Releases section.
  2. Extract is and save it anywhere in your computer.
  3. Double-click the SysForge.exe file or run it via Command Prompt:
./SysForge.exe
  1. The console application will run and show the main menu

Running from source (after cloning the repository):

  1. Clone the repositroy
git clone https://github.com/JaatrovyKnedlicek/SysForge.git
cd SysForge
  1. Make sure you have .NET 9 installed
  2. Build the project
dotnet build
  1. Run the project
dotnet run
  1. The console app will start and show the main menu

Development

  • Written in C# using .NET 9
  • Uses System.Diagnostics.Process to execute Windows built-in commands and PowerShell commands
  • Menus handled via Console.WriteLine
  • Public IP uses https://api.ipify.org

Roadmap

Im planing to add more features

Contributions

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.

License

This project is licensed under the MIT License — see the LICENSE file for details.

Contact

  • Created by Ján Repka Github: JaatrovyKnedlicek.
  • E-mail: jankorepka888@gmail.com
  • Discord: @jankogranko123
  • Feel free to reach out for questions or suggestions.

About

SysForge is a lightweight Windows console tool that provides a menu-based interface for running hundreds of useful system commands and admin tasks. From system settings and network tools to diagnostics and automation, it centralizes control and simplifies daily system management.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages