Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianis58/WindowsIsoDownloader
Tool to programatically download Windows 11 ISO from Microsoft servers
https://github.com/ianis58/WindowsIsoDownloader
Last synced: about 2 months ago
JSON representation
Tool to programatically download Windows 11 ISO from Microsoft servers
- Host: GitHub
- URL: https://github.com/ianis58/WindowsIsoDownloader
- Owner: ianis58
- License: mit
- Created: 2023-02-27T16:30:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T15:39:37.000Z (11 months ago)
- Last Synced: 2024-01-04T11:43:32.062Z (10 months ago)
- Language: C#
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Iso Downloader
Windows Iso Downloader is a tool that allows to programatically download the latest Windows 11 ISO file from Microsoft servers.
It can be usefull in projects that allows you to build a custom installer for Windows 11, to reduce manual actions.## Building
You'll need the dotnet 6 SDK installed to build it.
Then run:
```
dotnet build
```## Run it
1. Build it with above instructions or download it from the releases section.
2. Open a terminal as administrator
3. cd to the right folder then run:
```
./WindowsIsoDownloader.exe
```
4. Sit back and relax. 😎 The result will be a windows11.iso file in C:\windows11.iso