Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,568
» Latest member: xbqrky
» Forum threads: 1,669
» Forum posts: 6,710
Full Statistics
|
Online Users |
There are currently 386 online users. » 0 Member(s) | 382 Guest(s) Baidu, Bing, Google, Yandex
|
Latest Threads |
Help $OEM$
Forum: Ventoy Discussion Forum
Last Post: venster
10-04-2025, 03:18 PM
» Replies: 2
» Views: 5,821
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
09-30-2025, 02:02 AM
» Replies: 2
» Views: 8,100
|
Lost ISO partition
Forum: Ventoy Discussion Forum
Last Post: abba
09-29-2025, 12:05 PM
» Replies: 0
» Views: 681
|
Remove Version Number
Forum: Ventoy Discussion Forum
Last Post: XxJourdanYxX
09-26-2025, 06:42 AM
» Replies: 2
» Views: 8,798
|
Install Ventoy with a dat...
Forum: Ventoy Discussion Forum
Last Post: odie
09-25-2025, 03:14 PM
» Replies: 0
» Views: 1,049
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
09-22-2025, 04:47 PM
» Replies: 3
» Views: 10,032
|
big discussion on OpenSUS...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
09-21-2025, 12:44 AM
» Replies: 0
» Views: 2,539
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-18-2025, 10:13 PM
» Replies: 29
» Views: 69,128
|
Current status of the ARM...
Forum: iVentoy Discussion Forum
Last Post: pioj
09-15-2025, 11:25 AM
» Replies: 0
» Views: 4,741
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: AlexBryansk
09-11-2025, 09:40 AM
» Replies: 1
» Views: 8,793
|
|
|
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
|
|
|
trying to install ventoy on internal HD |
Posted by: mufc - 12-31-2021, 02:58 PM - Forum: Ventoy Discussion Forum
- Replies (13)
|
 |
I have a 750Gb 2.5" drive that plugs into my computer that I would like to install ventoy on. it keeps failing. I though this might work. I could make a copy of a good ventoy USB drive with Macrium Reflect, then install it on the 750GB drive.Then adjust the partition sizes. Is it possible to install on an internal hard Drive that is not USB? I thought from reading that is possible but maybe I am missing something.
Thanks in advance.
|
|
|
keyboard fails often |
Posted by: mufc - 12-31-2021, 02:52 PM - Forum: Ventoy Discussion Forum
- Replies (11)
|
 |
When booting ventoy sometimes my keyboard works and other times it does not, meaning I have to keeping rebooting until it works. It works fine while I choose my boot option but fails when the ventoy menu comes up. it is a wireless USB keyboard but i have also tried a plugin in USB keyboard. I remember from years ago when using Acronis boot disk that I would have to use a PS2 keyboard but I no longer have that as an option. I should also mention that Easy2Boot is doing the same thing. i also have two USB sticks with ventoy on that exhibit the same symptoms.
|
|
|
|