Author Topic: Windows 8 - Office 2013 updates failure. FIX  (Read 1343 times)

Offline Snuffy

  • Hero Member
  • *****
  • Posts: 381
  • Gender: Male
Windows 8 - Office 2013 updates failure. FIX
« on: December 19, 2012, 08:12:35 PM »
Some folks are have issues with Windows 8 (all editions) and Office 2013 x86 and x64 updates.

The main reason for this issue is for some reason the DEFAULT HOST setting by Microsoft has been corrupted.
Microsoft default setting is -autofind....
not to fix this I have written a very simply copy and paste
win key + x
select command prompt as admin
then copy and paste between the ********** into an click enter
all this does is reset Windows 8 and Office 2013 host back to default

fix-updates.bat
**************************************************************
slmgr -ckms
pause
cscript "%PROGRAMFILES(x86)%\Microsoft Office\Office15\ospp.vbs" /remhst
pause
cscript "%PROGRAMFILES%\Microsoft Office\Office15\ospp.vbs" /remhst
pause
**********************************************************

The only STUPID Question is the one you never asked.