From a3301fbf690956973c85631ad7c7f39fc32c0c71 Mon Sep 17 00:00:00 2001 From: Badal Singh Date: Mon, 12 Aug 2024 16:46:35 +0530 Subject: [PATCH] Fix small typo in the path in method 3 (Ventoy Plugson) (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f314a87..bd512e3 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ In short, you need to include the `autounattend.xml` answer file on your Windows - Select the `Auto Install Plugin` menu from the list. - Click on the `Add` button. - Select [parent] to make the whole Windows ISO folder benefit from the plugin. - - In the Directory Path, paste in the absolute path to your `ISO` folder.
example: `F:\ISO\Windows` (Replace `F` with your drive letter.) + - In the Directory Path, paste in the absolute path to your `Windows` folder.
example: `F:\ISO\Windows` (Replace `F` with your drive letter.) - In the Template Path, paste in the absolute path to your `autounattend.xml` file.
example: `F:\Templates\autounattend.xml` (Replace `F` with your drive letter.)
(PSA: If you have more `autounattend.xml` files, you can add them later on!) - Click on `OK` and you should see a message saying that the configuration has been saved successfully. - Close the VentoyPlugson browser window and stop the VentoyPlugson application.