You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploya is a little application for deploying Windows on a machine.
22
+
Dive (formally deploya) is a little application for deploying Windows on a machine.
23
23
24
-
- Deploy WIM-FIles on any drive.
25
-
-Auto initialize with AutoInit plugin + AutoDeploya
26
-
-Install applications like Firefox, Adobe Reader and Remote Management Control with winget.
24
+
- Deploy WIM-Files on any drive.
25
+
-Mass deploy Windows with AutoDive.
26
+
-Bypass Windows 11 Microsoft-Account compulsion
27
27
- Capture Windows installation
28
28
- Install Windows from the Cloud
29
29
30
-
⚠ **This tool is designed to use in a internal environment. If you want to use this tool as a "template" or just for testing, you will need to compile it for yourself.**
30
+
## 🔧 Usage
31
+
1. Download the latest version from [GitHub](https://github.com/valnoxy/dive/releases).
32
+
2. Use Rufus to extract the Dive-ISO to your USB flash drive.
33
+
3. Create a new Folder called "WIMs" on your USB flash drive.
34
+
4. Copy your WIM-Files to the "WIMs" Folder. You can extract the WIM file from every Windows iso between Windows Vista and higher.
35
+
36
+
> Note: In some cases, you will only find a ESD file instead. In that case, you'll need to convert the ESD file to a WIM file. You can follow [this guide](https://community.spiceworks.com/how_to/163540-convert-esd-to-wim) to do so.
37
+
38
+
## Screenshots
39
+

31
40
32
41
## ℹ️ Disclaimer
33
42
> This application will modify the system. I won't be responsible for any damage you've done yourself trying to use this application.
@@ -37,6 +46,6 @@ For compiling, you'll need ```Visual Studio 2022``` and ```.NET 6.0```.
37
46
Clone this source and restore the NUGET Packages.
38
47
39
48
## 🧾 License
40
-
deploya is licensed under [GNU GENERAL PUBLIC LICENSE](https://github.com/valnoxy/deploya/blob/main/LICENSE). So you are allowed to use freely and modify the application. I will not be responsible for any outcome. Proceed with any action at your own risk.
49
+
Dive is licensed under [GNU GENERAL PUBLIC LICENSE](https://github.com/valnoxy/dive/blob/main/LICENSE). So you are allowed to use freely and modify the application. I will not be responsible for any outcome. Proceed with any action at your own risk.
41
50
42
51
```Copyright (c) 2018 - 2022 valnoxy. By Jonas G. <[email protected]> ```
0 commit comments