diff --git a/attachment/wiki/WindowsAppVms/QWT_no_PV_network.png b/attachment/wiki/WindowsAppVms/QWT_no_PV_network.png new file mode 100644 index 0000000..6999cbf Binary files /dev/null and b/attachment/wiki/WindowsAppVms/QWT_no_PV_network.png differ diff --git a/docs/os/windows/windows-tools41.md b/docs/os/windows/windows-tools41.md index ae7c7da..a6dff2b 100644 --- a/docs/os/windows/windows-tools41.md +++ b/docs/os/windows/windows-tools41.md @@ -323,6 +323,12 @@ If a specific component is malfunctioning, you can increase its log verbosity as |prepare-volume|Utility that initializes and formats the disk backed by `private.img` file. It's registered to run on next system boot during QWT setup, if that feature is selected (it can't run *during* the setup because Xen block device drivers are not yet active). It in turn registers move-profiles (see below) to run at early boot.| |relocate-dir|Utility that moves user profiles directory to the private disk. It's registered as an early boot native executable (similar to chkdsk) so it can run before any profile files are opened by some other process. Its log is in a fixed location: `C:\move-profiles.log` (it can't use our common logger library so none of the log settings apply).| +If there are network-related issues, the qube doesn't resolve DNS and has trouble accessing the Internet, this might be an issue with the PV Network Drivers. + +In this case it's recommended that the PV Network Drivers be unchecked during installation of Qubes Windows Tools as seen in the screenshot below. + +![QWT_no_PV_network](/attachment/wiki/WindowsAppVms/QWT_no_PV_network.png) + Updates -------