Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adgsenpai committed Aug 18, 2022
1 parent f46488a commit 7ca936f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# LinuxWin2USB

Creates a bootable Windows 11 USB drive from a Linux system. It also downloads the `Windows11.iso` file.

![usbboot](https://user-images.githubusercontent.com/45560312/185401576-c687b927-1224-4a68-a768-360567f7f38f.png)

![Screenshot 2022-08-18 150658](https://user-images.githubusercontent.com/45560312/185402335-19263df4-d527-42b2-8530-440c4cbc5601.png)

## Requirements
- PIP3
- Python3

## Installation

1. Clone repository

`git clone https://github.com/adgsenpai/LinuxWin2USB`

2. Install requirements

`sudo pip3 install -r requirements.txt`


## Usage

1. Run script

`sudo python3 tool.py`



2. Follow all the prompts. You will be asked to select a USB drive. Your data will be destroyed on the device you choose and will be formatted as NTFS.

3. Reboot to your USB drive for usage of the Windows11ISO

0 comments on commit 7ca936f

Please sign in to comment.