[SOLVED] installation error on win 11
Quote from qadrieee on 25/09/2025, 09:48recently did a clean install windows 11 and every time I tried installing spacedesk this error always occurred.
back on win 10 this never happen.
recently did a clean install windows 11 and every time I tried installing spacedesk this error always occurred.
back on win 10 this never happen.
Uploaded files:- You need to login to have access to uploads.
Quote from spacedesk Renz on 25/09/2025, 10:12Hi @qadrieee,
To further analyze your issue, please send us the following files:
– run dxdiag.exe on your primary machine, click “Save all information” and send us the output file
– spacedeskSetup.log file located in C:\Users\Public
– setupapi.dev.log file located in C:\Windows\INFPlease zip all files in one folder then attach it to your next reply. Thank you.
Hi @qadrieee,
To further analyze your issue, please send us the following files:
– run dxdiag.exe on your primary machine, click “Save all information” and send us the output file
– spacedeskSetup.log file located in C:\Users\Public
– setupapi.dev.log file located in C:\Windows\INF
Please zip all files in one folder then attach it to your next reply. Thank you.
Quote from spacedesk Renz on 26/09/2025, 03:30Hi @qadrieee,
Thank you for sending your setup logs. Can you check in Settings > Installed Apps if spacedesk is still there? If it is, please uninstall it from there. Afterwards, please open Command Prompt and run the command “pnputil -e” then copy the output to a text file and attach it to your next reply. Thank you.
Hi @qadrieee,
Thank you for sending your setup logs. Can you check in Settings > Installed Apps if spacedesk is still there? If it is, please uninstall it from there. Afterwards, please open Command Prompt and run the command “pnputil -e” then copy the output to a text file and attach it to your next reply. Thank you.
Quote from qadrieee on 26/09/2025, 07:24I see no spacedesk on installed apps, and here is the pnputil -e result
I see no spacedesk on installed apps, and here is the pnputil -e result
Uploaded files:- You need to login to have access to uploads.
Quote from spacedesk Renz on 26/09/2025, 08:54Hi @qadrieee,
Thank you for sending the pnputil output file. There were some drivers that were not uninstalled previously that’s causing the issue. To resolve this, please follow the steps below:
1. Open the Command Prompt as administrator.
2. Run the following commands line by line in the Command Prompt:
pnputil /delete-driver oem25.inf /uninstall
pnputil /delete-driver oem27.inf /uninstall
pnputil /delete-driver oem29.inf /uninstall
pnputil /delete-driver oem28.inf /uninstall
pnputil /delete-driver oem26.inf /uninstall
pnputil /delete-driver oem30.inf /uninstall
3. Restart your PC.After this, you should be able to install the latest Driver Package in your PC. For your reference, attached below is the list of the drivers that are left that will be deleted by the pnputil commands I gave. Thanks.
Hi @qadrieee,
Thank you for sending the pnputil output file. There were some drivers that were not uninstalled previously that’s causing the issue. To resolve this, please follow the steps below:
1. Open the Command Prompt as administrator.
2. Run the following commands line by line in the Command Prompt:
pnputil /delete-driver oem25.inf /uninstall
pnputil /delete-driver oem27.inf /uninstall
pnputil /delete-driver oem29.inf /uninstall
pnputil /delete-driver oem28.inf /uninstall
pnputil /delete-driver oem26.inf /uninstall
pnputil /delete-driver oem30.inf /uninstall
3. Restart your PC.
After this, you should be able to install the latest Driver Package in your PC. For your reference, attached below is the list of the drivers that are left that will be deleted by the pnputil commands I gave. Thanks.
Uploaded files:- You need to login to have access to uploads.