10532 won't install

I tried this and still same issue, maybe I need to try again.

But u deleted those folders BT and such aswell, yes?
 
I tried this and still same issue, maybe I need to try again.

But u deleted those folders BT and such aswell, yes?
Not sure whether you have to, but I did it because I had switched to slow ring and switching to fast ring wasn't triggering the download.

I had used this to delete the files:[In Command Prompt Admin]
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
 
Last edited:
ren : Cannot make file that already exists.
At line:1 char:2
+ ren C:\Windows\System32\catroot2 catroot2.old
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\System32\catroot2:String) [Rename-Item], IO
+ FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand
 
ren : Cannot make file that already exists.
At line:1 char:2
+ ren C:\Windows\System32\catroot2 catroot2.old
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\System32\catroot2:String) [Rename-Item], IO
+ FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand

Try this:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution_1.old
ren C:\Windows\System32\catroot2 catroot2_1.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
 
Well didn't need to use it, cause now I'm running on 10532, so problem fixed!

At last, we are getting results!
 
HI
I have the same problem installing Update TH2 Build 10532.
It arrives at 15 % the , after a restart it says "Restoring Previous version ..........".
PS: I haven't Hyper-V Installed .....


I have solve the EDGE problem reinstalling the component in this way.
I saw it in internet and i modified by myself the script to install ONLY the Edge Cmponent :

Open Poweshell in Admin mode.
Then Cut and Paste this :

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*MicrosoftEdge*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Edge will be ok again.

Hope this Help

Leonardo Butelli
 
If you turn hyper-v off for the install there's an excellent chance you won't be able to enable it again once the update is complete.

Well Hyper-V installed just fine on 10532 after first uninstalling it to install 10532, see errors above!
 
Thanks guys for attending me Hyper-v is the problem.
I used the following easy way to uninstall:

Press Windows key + X
Click Programs and Features
Click Turn Windows features on or off
Expand Hyper-V
Uncheck it.
Click OK
Restart if prompted.

worked like a charm and installing 10532 was no problem.
Lex
 
Hi
I simple solved removing Hyper-V
Restart the pc
Install TH2 and it went perfectly
Reinstall Hyper-V and i went perfectly !!!!!!!!!!!!!!!!!!!

Lucky ? Think so .....
 
I'd done by the procedure:
1. disable hyper-v features and .... then WU th2---10532
2. update complete but hyper-v can not enable again.
3. Enable hyper-V first make sure BIOS vitualization techniques is "Enable".
4. Then set English as defualt language, no matter where your location is.
5. Logout and login again and Enable hyper-V features and .... , Reboot.
6. If successful, good luck. Change yopur display language again as you want.