Hello a7bredbull,
Thank you for posting in Q&A forum.
To create a Windows 10 installation USB drive without using Media Creation Tool (MCT) or other tools that require administrator privileges, you can try the following method:
- Download the Windows 10 ISO file: Visit the official Microsoft website and download the Windows 10 ISO file.
- Prepare the USB drive: Insert a USB drive with at least 8GB of space and ensure that the data on the USB drive is backed up, as the following steps will format the USB drive.
- Use command line tools: Without administrator privileges, you can use command line tools to create a bootable USB drive. Here are the specific steps:
• Open Command Prompt (no administrator privileges needed).
• Type diskpart and press Enter.
• Type list disk and press Enter to find the disk number of your USB drive.
• Type select disk X (replace X with the disk number of your USB drive) and press Enter.
• Type clean and press Enter to clear all data on the USB drive.
• Type create partition primary and press Enter.
• Type select partition 1 and press Enter.
• Type active and press Enter.
• Type format fs=ntfs quick and press Enter.
• Type assign and press Enter.
• Type exit and press Enter to exit the Diskpart tool.
- Copy files: Extract the downloaded Windows 10 ISO file and copy all the files to the USB drive.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.