Get WinBastion for Windows
One MSI, no bundled extras, no account. It installs the service and the tray app, adds shortcuts, and keeps itself up to date.
Requirements
- Windows
- Windows 11 (Home, Pro, any build), Windows 10 version 22H2 (64-bit). Windows 11 Home is the reference machine.
- Runtime
- Nothing to install first. The MSI is self-contained and includes the .NET runtime. The dashboard uses the Microsoft Edge WebView2 runtime that ships with Windows 11.
- Rights
- An administrator account for installation. Day-to-day use does not need elevation; the service does the privileged work.
- Footprint
- Service about 30 MB idle, tray app 50–65 MB while the dashboard is open, installed size about 180 MB.
Install
- Run the MSI and follow the wizard. Choose a folder or keep
C:\Program Files\WinBastion. - The service starts immediately and the tray icon appears. Click it, or use the Start Menu or desktop shortcut, to open the dashboard.
- The first screen is Easy mode. Press Check now. Nothing is changed until you choose an action.
Silent install for IT use:
msiexec /i WinBastion-0.1.13.msi /qn /norestart
Verify the download
In PowerShell: Get-FileHash .\WinBastion-0.1.13.msi. The hash must match the SHA-256 shown above; the same value is published next to the installer on the release page.
Updates
The service checks the public release feed every six hours, verifies the SHA-256, installs the new version silently and restarts the tray. Turn automatic installs off in Settings if you prefer to be asked, and roll back to any earlier version from the Versions panel.
Uninstall
Settings > Apps > Installed apps > WinBastion > Uninstall, or the “Uninstall WinBastion” shortcut in the Start Menu. Changes you applied stay in place; switch them off in the Applied view first if you want Windows exactly as it was. Your journal and settings live in C:\ProgramData\WinBastion and are removed with the app.
Command line
Everything the dashboard does is also a command. winbastion.exe help lists them: status, plan, apply, undo, applied, service, app, disk, defrag, optimize, update.
Terms: Terms of Service. Data: what WinBastion stores and sends and the Privacy Policy.