A lightweight Windows Forms application (C# / .NET) that simulates the classic printer control panel from Windows XP and 7, for quick and efficient management of installed printers on modern systems (Windows 10/11).
- 📜 Displays a list of all installed printers
- 🖱️ Right-click menu with:
- Open Print Queue
- Printer Preferences
- Set as Default Printer
- Printer Properties
- 🔁 Reload printers list
- 🧹 Spooler Tools (with admin rights prompt only when needed):
- Restart Print Spooler
- Clear Spooler Folder
Windows 11's printer settings are often slow and hidden behind multiple menus.
This tool restores a minimal and fast interface for technicians and system administrators.
The app will only request admin privileges when needed, using UAC elevation:
- Restarting the spooler
- Clearing the spooler folder
No need to run the whole app as administrator.
- Language: C#
- Framework: .NET 8.0 (WinForms)
- Visual Studio 2022
- Open the solution in Visual Studio 2022+
- Set configuration to Release
- Build the project
- Run the
.exe
The application is fully portable and does not require installation.
All dependencies are embedded in the .exe
.
MIT License – feel free to use, modify and redistribute.