DevEnv Studio is a Windows utility for backing up and restoring development environments through a simple graphical interface.
- Development environment backup
- Restore from ZIP archives
- Automatic backup detection
- Desktop backup storage
- PowerShell automation
- WinForms graphical interface
- Portable standalone executable
- Digital signature support
- C#
- .NET
- PowerShell
- WinForms
- Download the latest release from the Releases page.
- Run
DevEnvStudio.exe - Grant administrator permissions if requested.
- Use the interface to create or restore backups.
- ZIP archive creation
- Automatic backup search
- Restore system support
- Environment migration support
Requirements:
- Visual Studio 2022
- .NET SDK
- Windows SDK
Clone repository:
git clone https://github.com/Skretchati132/DevEnvStudio.gitOpen the solution in Visual Studio and build using:
- Release
- x64
configuration.
This project is licensed under the MIT License.
See the LICENSE file for details.
Skretchati132