1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 21:51:15 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
tiyn
6d14cd78e1 windows: changed and improved structure 2025-10-16 03:26:15 +02:00
tiyn
cb7f284264 ventoy: added troubleshooting 2025-10-16 03:25:43 +02:00
2 changed files with 40 additions and 15 deletions

View File

@@ -23,9 +23,28 @@ ventoy -i /dev/sdg
## Usage ## Usage
This section addresses the usage of Ventoy.
### Adding and Removing Boot Images
The most important steps to use a Ventoy stick is the adding and removal of image files to the The most important steps to use a Ventoy stick is the adding and removal of image files to the
stick. stick.
Unlike the usual flashing that is for example shown in the Unlike the usual flashing that is for example shown in the
[Linux ISO Image entry](/wiki/linux/iso_image.md) `.iso` or other image files can just be moved or [Linux ISO Image entry](/wiki/linux/iso_image.md) `.iso` or other image files can just be moved or
copied to the empty partition of a Ventoy installed USB stick. copied to the empty partition of a Ventoy installed USB stick.
Using this partition the image files can also be removed. Using this partition the image files can also be removed.
## Troubleshooting
This section will focus on errors and the fixing of errors of ventoy.
### `Error: Verification failed: (0x1A) Security Violation`
This section is based on a
[StackExchange comment by Pablo Bianchi](https://askubuntu.com/questions/1456460/verification-failed-0x1a-security-violation-while-installing-ubuntu).
When the message `Error: Verification failed: (0x1A) Security Violation` is shown after booting the
Ventoy stick it can easily be fixed.
For this press `OK`, then press any key to perform MOK management.
Select `Enroll key from disk`, `VTOYEFI` and `ENROLL_THIS_KEY_IN_MOKMANAGER.cer`.
Afterwards select `Continue`, `Yes` and finally reboot by selecting `Reboot`.
After performing these steps the Ventoy key should work as usual.

View File

@@ -3,9 +3,25 @@
[Windows](https://windows.com/) is an operating system developed by [Windows](https://windows.com/) is an operating system developed by
[Microsoft](https://www.microsoft.com/). [Microsoft](https://www.microsoft.com/).
## Telemetry ## Setup
Windows has a `Windows Compatibility Telemetry` process running in the The files and programs needed for the installation of Windows 11 are available on the
[Windows website](https://www.microsoft.com/de-de/software-download/windows11).
### Bypass Network Setup During Installation
For Windows 10 to bypass the setup of a network during the installation process `Shift` and `F10`
need to be pressed.
By putting in `oobe/bypassnro` into the command line and pressing `Enter` the computer will restart
and will display an option to bypass the network setup during the corresponding step.
## Usage
This section addresses the usage of Windows.
### Disable Telemetry
Windows 10 has a `Windows Compatibility Telemetry` process running in the
background. background.
To disable it follow this To disable it follow this
[guide](https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/permanently-disabling-windows-compatibility/6bf71583-81b0-4a74-ae2e-8fd73305aad1): [guide](https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/permanently-disabling-windows-compatibility/6bf71583-81b0-4a74-ae2e-8fd73305aad1):
@@ -16,9 +32,10 @@ To disable it follow this
- Look for the `Microsoft Compatibility Appraiser` on the `Application Experience` - Look for the `Microsoft Compatibility Appraiser` on the `Application Experience`
folder, right-click it and select `Disable`. folder, right-click it and select `Disable`.
## Make Windows compatible with UTC ### Make Windows Compatible with UTC
Making Windows use UTC can be useful for dual-boot systems. Making Windows 10 use UTC can be useful for dual-boot systems that also feature
[Linux-based operating systems](/wiki/linux.md).
This can be done by running the following command in the Windows command prompt. This can be done by running the following command in the Windows command prompt.
```txt ```txt
@@ -26,14 +43,3 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
``` ```
Disabling of UTC time is done with the same command with a `0` instead of a `1`. Disabling of UTC time is done with the same command with a `0` instead of a `1`.
## Installation
This section focusses on topics that are related to the installation of Windows.
### Bypass Network Setup During Installation
To bypass the setup of a network during the installation process `Shift` and `F10` need to be
pressed.
By putting in `oobe/bypassnro` into the command line and pressing `Enter` the computer will restart
and will display an option to bypass the network setup during the corresponding step.