Last active
October 31, 2020 13:39
-
-
Save Zobber/ee6f4b7cfa39d7615dafa16f54c2137d to your computer and use it in GitHub Desktop.
Revisions
-
Zobber revised this gist
Oct 31, 2020 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,4 +36,12 @@ Crear AllowOSUpgrade y en el valor asignar 1 ## Correr el siguiente comando para ver el estado de la imagen del S.O Dism /Online /Cleanup-Image /RestoreHealth ## In the oddly named $Windows.~BT\Sources\Panther\setuperr.log it told me the error was attempting to move a folder (in my case mbar), that failed. Checked this folder and it was locked. Make sure you do not have any devices plugged into any USB 3.0 ports. Then make sure you only connect a basic USB or ps2 keyboard to your system and unplug every usb device besides that keyboard. -
Zobber revised this gist
Oct 23, 2020 . 1 changed file with 10 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,32 +4,36 @@ Desinstalar Antivirus Descargar el solucionador de problemas https://support.microsoft.com/en-gb/help/10164/fix-windows-update-errors ## Para los servicios net stop wuauserv net stop cryptSvc net stop bits net stop msiserver Renombrar archivos que contienen actualizaciones de Windows ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old Una vez hecho lo anterior iniciar los servicios net start wuauserv net start cryptSvc net start bits net start msiserver ## Descargar y correr SetupDiag ## Run sfc /scannow ## Añadir clave en el regedit Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade Crear AllowOSUpgrade y en el valor asignar 1 ## Correr el siguiente comando para ver el estado de la imagen del S.O Dism /Online /Cleanup-Image /RestoreHealth -
Zobber revised this gist
Oct 15, 2020 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,4 +25,11 @@ net start msiserver ## Download and Run SetupDiag ## Run sfc /scannow ## Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade Look for AllowOSUpgrade and set value to 1 ## Dism /Online /Cleanup-Image /RestoreHealth -
Zobber created this gist
Oct 15, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ ## Desinstalar Antivirus ## Descargar el solucionador de problemas https://support.microsoft.com/en-gb/help/10164/fix-windows-update-errors ## net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ## Rename SoftwareDistribution and catroot2 Folders. To do this we will need to stop Windows Update services. ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old ## Once done restart Servers net start wuauserv net start cryptSvc net start bits net start msiserver ## Download and Run SetupDiag ## Run sfc /scannow