Hello there, The error code 0x80073CF6 in Windows 10 is the failure of particular updates or installations. I suggest you to follow the methods provided below and check if it helps. Method 1: Create another user account and check if the issue persists. Create a local user account in Windows 10 http://windows.microsoft.com/en-in/windows-10/create-a-local-user-account-in-windows-10 Method 2: Perform an repair upgrade using Windows 10 ISO by following the steps provided by Andre Da Costa in the link provided below: http://answers.microsoft.com/en-us/insider/wiki/insider_wintp-insider_install/how-to-perform-a-repair-upgrade-using-the-windows/35160fbe-9352-4e70-9887-f40096ec3085 Hope this resolves your Query !! --If the reply is helpful, please Upvote and Accept it as an answer--
Code: 0x80073CF6 Microsoft Store cannot be installed and updated but can be downloaded
After reinstalling the system, the system was updated to the latest version, and the Microsoft App Store updated the latest application, use command xcopy "C:\Program Files" "D:\Program Files" /E /H /K /X /Y /C xcopy "C:\Program Files (x86)" "D:\Program Files (x86)" /E /H /K /X /Y /C Subsequent modifications to the registry [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "ProgramFilesDir"="D:\Program Files" "CommonFilesDir"="D:\Program Files\Common Files" "Program FilesDir (x86)"="D:\Program Files (x86)" "CommonFilesDir (x86)"="D:\Program Files (x86)\Common Files" "CommonW6432Dir"="D:\Program Files\Common Files" "ProgramW6432Dir"="D:\Program Files" Then use the command to delete the program Files file in the system disk rmdir "C:\Program Files" /S /Q rmdir "C:\Program Files (x86)" /S /Q Then use the command to link the file with the drive letter mklink /J "C:\Program Files" "C:\Program Files" mklink /J "C:\Program Files (X86)" "C:\Program Files (X86)" The file was successfully linked, and the file was moved outside the system disk The Microsoft App Store will report an error if it detects the update again
Windows for business | Windows Server | User experience | PowerShell
3 answers
Sort by: Most helpful
-
-
Ivan M 0 Reputation points
2024-10-25T18:45:22.5433333+00:00 A mi me desplegaba este error:
No se pudo instalar Xbox Identity Provider Error al instalar el Xbox Identity Provider: 0x80073cf6
Lo solucioné de la siguiente manera:
Para activar el servicio de Windows Installer en Windows 11, sigue estos pasos:
Abrir el Administrador de Servicios:
- Presiona
Win + R
, escribeservices.msc
y presiona Enter para abrir la ventana de Servicios.
Buscar el servicio de Windows Installer:
- En la lista de servicios, busca **Windows Installer**. Si tienes problemas para encontrarlo, ordena la lista por nombre. **Configurar y activar el servicio**: - Haz clic derecho sobre **Windows Installer** y selecciona **Propiedades**. - En la pestaña **General**, asegúrate de que el **Tipo de inicio** esté en **Manual** (es el tipo de inicio por defecto, pero puedes cambiarlo a **Automático** si prefieres que siempre esté activado). - Luego, haz clic en **Iniciar** si el servicio no está activo. Si la opción de inicio está desactivada, intenta reiniciar el equipo y vuelve a probar. **Confirmar el estado**: - Una vez que lo hayas activado, el estado del servicio debería aparecer como **En ejecución**. Esto indica que Windows Installer está listo para ser usado.
Este servicio es esencial para la instalación de programas, así que tenerlo activado debería resolver problemas al instalar aplicaciones.
- Presiona
-
Ivan M 0 Reputation points
2024-10-25T19:04:35.3433333+00:00 Para activar el servicio de Windows Installer en Windows 11, sigue estos pasos:
Abrir el Administrador de Servicios:
- Presiona
Win + R
, escribeservices.msc
y presiona Enter para abrir la ventana de Servicios.
Buscar el servicio de Windows Installer:
- En la lista de servicios, busca **Windows Installer**. Si tienes problemas para encontrarlo, ordena la lista por nombre. **Configurar y activar el servicio**: - Haz clic derecho sobre **Windows Installer** y selecciona **Propiedades**. - En la pestaña **General**, asegúrate de que el **Tipo de inicio** esté en **Manual** (es el tipo de inicio por defecto, pero puedes cambiarlo a **Automático** si prefieres que siempre esté activado). - Luego, haz clic en **Iniciar** si el servicio no está activo. Si la opción de inicio está desactivada, intenta reiniciar el equipo y vuelve a probar. **Confirmar el estado**: - Una vez que lo hayas activado, el estado del servicio debería aparecer como **En ejecución**. Esto indica que Windows Installer está listo para ser usado.
Este servicio es esencial para la instalación de programas, así que tenerlo activado debería resolver problemas al instalar aplicaciones.
- Presiona