[SOLVED] WUREDIR.xml infection ???

ikkamouse

Member
Joined
Jan 8, 2015
Posts
13
Hello ,

i have a windows 7 sp1 x64 machine .

in the C:\Windows\SoftwareDistribution\WuRedir directory are 2 folders , and in one the wuredir.xml has the following in it :
Code:
<?xml version="1.0" encoding="utf-8"?>
<WuRedir redirectorId="8110" xmlns="http://schemas.microsoft.com/msus/2002/12/wuredir" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Protocol clientServerUrl="https://fe2.update.microsoft.com/v6/" elementVersion="1" reportingServerUrl="http://statsfe2.update.microsoft.com/" />
  <SelfUpdate elementVersion="1" selfUpdateUrl="https://fe2.update.microsoft.com/v11/3/win8/microsoftupdate" />
</WuRedir>

the selfupdate url points to win8 .

this seems not ok to me .

the other one contains this :

Code:
<?xml version="1.0" encoding="utf-8"?>
<WuRedir xmlns="http://schemas.microsoft.com/msus/2002/12/wuredir" redirectorId="8110">
  <Protocol elementVersion="1" clientServerUrl="https://fe2.update.microsoft.com/v6/" reportingServerUrl="http://statsfe2.update.microsoft.com/" />
  <SelfUpdate elementVersion="1" selfUpdateUrl="https://fe2.update.microsoft.com/v11/3/win7sp1/windowsupdate" />
  <UpdateServices elementVersion="1">
    <Service ServiceID="7971f918-a847-4430-9279-4a52d1efe18d" AuthorizationCabUrl="http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab" />
  </UpdateServices>
</WuRedir>

please tel me if this is the way it should be
 
Hello :)

These XML files are fine and are nothing to worry about. Do you have any Windows Update problems at the moment? If you do, I'd be happy to look into them further.

Richard
 
thnkz niemiro for your answer .

ran WindowsUpdateDiagnostic.diagcab which fixed some problems and cleared some space in the softwaredistibution folder .

also set winupdate to automatic (for the moment , because i like to control what will be installed )

Thankz again !!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top