Hello,
I'm gradually migrating my PCs from Windows 10 to Windows 11,
but I'm having a problem with some software that no longer works after the migration.
Is it possible to revert to Windows 10?
Thank you in advance.
Windows 11 migration with Wapt
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Good morning ,
Quick question to my main question,
Is it possible that on a laptop, if both Wi-Fi and the RJ45 cable connection are active, there could be an installation conflict?
Here's what the Windows 11 upgrade log tells me:
There are two places where I removed the path to our network for security reasons. (...........)
Quick question to my main question,
Is it possible that on a laptop, if both Wi-Fi and the RJ45 cable connection are active, there could be an installation conflict?
Here's what the Windows 11 upgrade log tells me:
Code: Select all
Exception: THttpClientSocket.OpenBind(..............): Is a server available on this address:port? [remoteip=] [#3 Not Found]
Exception: THttpClientSocket.OpenBind(.............): Is a server available on this address:port? [remoteip=] [#3 Not Found]
Traceback (most recent call last):
File "<string>", line 1696, in run
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 891, in run
self._run()
File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1498, in _run
self.result = self.wapt.install(apackages =self.packagenames,
File "C:\Program Files (x86)\wapt\common.py", line 5695, in install
downloaded = self.download_packages(packages, usecache=usecache, printhook=printhook)
File "C:\Program Files (x86)\wapt\common.py", line 5824, in download_packages
res = self.get_repo(entry.repo).download_packages(entry,
File "C:\Program Files (x86)\wapt\waptpackage.py", line 4693, in download_packages
raise e
File "C:\Program Files (x86)\wapt\waptpackage.py", line 4674, in download_packages
fullpackagepath = waptwget(
Exception: THttpClientSocket.OpenBind(.............): Is a server available on this address:port? [remoteip=] [#3 Not Found]
Hello Catherine,
The issue can indeed occur during an upgrade. For this type of update, it is recommended to use an Ethernet (RJ45) connection to ensure stable communication between your computer and your WAPT server throughout the operation.
The EBP 2022 version appears to be compatible with Windows 11:
https://support.ebp.com/hc/fr/articles/ ... de-Licence
Sincerely,
Kevin.
The issue can indeed occur during an upgrade. For this type of update, it is recommended to use an Ethernet (RJ45) connection to ensure stable communication between your computer and your WAPT server throughout the operation.
The EBP 2022 version appears to be compatible with Windows 11:
https://support.ebp.com/hc/fr/articles/ ... de-Licence
Sincerely,
Kevin.
- dcardon
- WAPT Expert
- Messages: 1988
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hi Catherine,
regarding the initial downgrade issue, you could try using the tis-windows10-upgrade-template package [1] by modifying the check condition for the default in the def install() function. This should force a Windows 10 reinstallation.
If the machines were migrated less than 10 days ago, it's possible the old version hasn't been cleaned up yet, and you could revert to the previous version using the "roll back" option in the system recovery options. I don't know the corresponding command line to automate this with a package.
If you're stuck on Windows 10 on these machines, you could look into upgrading to Windows 10 LTSC 2019; it's supported until 2029 (that's what I have on my machine).
Regarding the second issue about the Wi-Fi problem, you should start a new thread to avoid mixing topics.
Kind regards,
Denis
[1] https://wapt.tranquil.it/store/fr/tis-w ... e-template
regarding the initial downgrade issue, you could try using the tis-windows10-upgrade-template package [1] by modifying the check condition for the default in the def install() function. This should force a Windows 10 reinstallation.
If the machines were migrated less than 10 days ago, it's possible the old version hasn't been cleaned up yet, and you could revert to the previous version using the "roll back" option in the system recovery options. I don't know the corresponding command line to automate this with a package.
If you're stuck on Windows 10 on these machines, you could look into upgrading to Windows 10 LTSC 2019; it's supported until 2029 (that's what I have on my machine).
Regarding the second issue about the Wi-Fi problem, you should start a new thread to avoid mixing topics.
Kind regards,
Denis
[1] https://wapt.tranquil.it/store/fr/tis-w ... e-template
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
