Releases: IT-BAER/admin-toolbox
Releases · IT-BAER/admin-toolbox
v1.1.1
v1.1.0
Changed
- Migrated UI framework from ModernWpfUI 0.9.6 (unmaintained) to WPF UI (Lepo) 4.2.0
- Windows now use FluentWindow with native title bar controls (minimize, maximize, close)
- Updated theme resources to WPF UI ThemesDictionary and ControlsDictionary
Added
- Single-instance enforcement — launching the shortcut while the app is already running (even when minimized to tray) brings the existing window to the foreground instead of opening a new process
- Remember last used username across sessions
- Double-click protection on tool tiles — buttons are temporarily disabled for 2 seconds after click to prevent duplicate launches
v1.0.0 - Initial Release
Admin Toolbox v1.0.0
Added
- WPF desktop dashboard with Fluent Design (ModernWpfUI) for launching Windows admin tools
- Domain admin credential vault using SecureString with in-memory-only storage
- P/Invoke
CreateProcessWithLogonWfor launching MMC snap-ins under alternate credentials - 10 RSAT tools: AD Users & Computers, AD Domains & Trusts, AD Sites & Services, DHCP, DNS, Group Policy Management, Print Management, Certificate Authority, Certification Authority Web Enrollment, File Server Resource Manager
- 11 built-in Windows admin tools: Computer Management, Disk Management, Event Viewer, Services, Task Scheduler, Performance Monitor, Device Manager, Local Security Policy, Windows Firewall, Hyper-V Manager, iSCSI Initiator
- Dynamic tool detection based on installed
.mscsnap-ins - Refresh button to re-scan available tools at runtime
- System tray integration with lock and exit controls
- Smooth lerp-based scrolling for tool tile list
- Inno Setup 6 installer with selectable RSAT feature checkboxes
- Silent installation support via
/VERYSILENT /TASKS=...switches - PowerShell RSAT capability installer script
- UAC elevation via application manifest (
requireAdministrator) - Build script for automated publish and installer generation
Full Changelog: https://github.com/IT-BAER/admin-toolbox/blob/main/CHANGELOG.md