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 :
the selfupdate url points to win8 .
this seems not ok to me .
the other one contains this :
please tel me if this is the way it should be
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