| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 13,989
» Latest member: xavi
» Forum threads: 1,680
» Forum posts: 6,745
Full Statistics
|
| Online Users |
There are currently 685 online users. » 0 Member(s) | 681 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 91,038
|
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 945
|
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 26,867
|
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 2,512
|
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 3,925
|
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 56,875
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,188
|
Need a working configurat...
Forum: iVentoy Discussion Forum
Last Post: anku7
01-23-2026, 12:41 PM
» Replies: 0
» Views: 734
|
QEMU + Ventoy USB: UEFI b...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
01-22-2026, 08:29 PM
» Replies: 0
» Views: 636
|
Project: Booting Ventoy f...
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
01-20-2026, 03:33 AM
» Replies: 2
» Views: 1,576
|
|
|
| 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
|
|
|
|