| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 300 online users. » 0 Member(s) | 295 Guest(s) Baidu, Bing, Facebook, Google, Twitter
|
| Latest Threads |
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: longpanda
8 hours ago
» Replies: 8
» Views: 13,718
|
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 78
|
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 231
|
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 685
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 100,428
|
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 155
|
iVentoy stuck on new firm...
Forum: iVentoy Discussion Forum
Last Post: roy
04-20-2026, 02:46 PM
» Replies: 3
» Views: 418
|
Ventoy Tuxedo OS with per...
Forum: Ventoy Discussion Forum
Last Post: Bear
04-20-2026, 07:55 AM
» Replies: 0
» Views: 151
|
华为RH2288H V2服务器上无法启动
Forum: Ventoy Discussion Forum
Last Post: hxpro
04-15-2026, 08:21 AM
» Replies: 0
» Views: 270
|
iVentoy 1.0.26 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-12-2026, 01:12 AM
» Replies: 0
» Views: 339
|
|
|
| Win7 PE - driver incection |
|
Posted by: Nierewa - 01-24-2022, 12:42 PM - Forum: Ventoy Plugin Forum
- Replies (18)
|
 |
Hi,
I have a Win7PE boot.wim file wich be loades with ventoy.
But I can't use either mouse nor keyboard.
How can I add USB3 driver? With injection plugin it doesn't work?
Code: "injection": [
{
"image": "/iso/Win7PE/boot1.wim",
"archive": "/driver/Intel_USB3_Win7.zip"
}
]
Folderstructur within Intel_USB3_Win7.zip:
sources
|-$OEM$
|-Win7
|-x64
|-usb.inf
|-x86
- usb.inf
Or using VentoyAutoRun.bat?
Need some help/tutorial. Thanks
|
|
|
| New Ventoy user questions |
|
Posted by: 2020 - 01-24-2022, 03:20 AM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
Hi im new to Ventoy
I've been using Rufus which is very solid but wanted to try a good multi boot option ive used YUFI in the past, I had some questions.
Since I've been using Rufus ii was wondering if ventoy had - image options, standard, Extended installation support (Disables TPM/Secure Boot Windows To Go.
Can you create Windows To Go with ventoy like you can with rufus and Disables TPM/Secure Boot, if not how could i do this or can I still just use rufus ?
can ventoy do everything rufus and Easy2Boot can if not what are the missing features ?
I can see you dont have Legacy support so cant run things like windows xp would this fix the issue
Link
Can I still run portable apps ?
|
|
|
Sharing a code for creating "windows_injection.zip" |
|
Posted by: Matthew Wai - 01-15-2022, 12:44 PM - Forum: Ventoy Plugin Forum
- No Replies
|
 |
https://github.com/ventoy/WinInjection/b...ection.zip
The above ZIP file contains the script "pack.bat", which uses 7-Zip to create "windows_injection.7z".
I have written the following code, which uses PowerShell to create "windows_injection.zip", which also works with Ventoy Injection Plugin. As PowerShell is a Windows built-in app, the third-party apps "7za32.exe" and "7za64.exe" are not needed. Just copy the following code into a CMD/batch script, which can then be used in place of "pack.bat". The "internal" folder, which contains the said third-party apps, can simply be deleted.
Code: @echo off & CD /d "%~dp0" & Set "[ZIP]=windows_injection"
If exist "%[ZIP]%.zip" Del "%[ZIP]%.zip"
PowerShell Compress-Archive """X\*""" """%[ZIP]%"""
Mode con cols=72 lines=10 & color 17 & Echo.
Echo ======================================================================
If exist "%~dp0%[ZIP]%.zip" (Echo.
Echo The following file has been created in the current working directory.
Echo. & Echo "%[ZIP]%.zip") else (Echo.
Echo The operation has failed for some reason.)
Echo.
Echo ======================================================================
Pause>nul
|
|
|
|