Tweaking.com Support Forums

Main Forum => General Computer Support => Topic started by: goodluck on October 25, 2015, 10:26:11 am

Title: help
Post by: goodluck on October 25, 2015, 10:26:11 am
these are mine but how do I fix them so my pc will all work again:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?Copyright (c) Microsoft Corporation. All rights reserved.?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved." manifestVersion="1.0">
  <assemblyIdentity buildType="release" language="en-US" name="Microsoft-Windows-Client-LanguagePack-Package" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
  <package identifier="Language Pack" releaseType="Language Pack">
    <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3" LPTargetSPLevel="1" LPType="Client" />
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-ProfessionalEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-ProfessionalNEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-ProfessionalEEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-EnterpriseEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-EnterpriseNEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-EnterpriseEEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomeBasicEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomeBasicNEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomeBasicEEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomePremiumEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomePremiumNEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-HomePremiumEEdition" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.1.7601.17514" />
    </parent>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
Title: Re: help
Post by: Boggin on October 25, 2015, 10:40:16 am
Is that what the program has chucked out or from a sfc /scannow ?
Title: Re: help
Post by: goodluck on October 25, 2015, 01:17:38 pm
yea
Title: Re: help
Post by: Boggin on October 25, 2015, 01:20:24 pm
yea what ? - was it the WR program or a sfc /scannow ?
Title: Re: help
Post by: goodluck on October 25, 2015, 01:23:21 pm
oh ok it was the WR
Title: Re: help
Post by: Boggin on October 25, 2015, 01:59:37 pm
Can you run a command prompt as an admin and enter sfc /scannow to see what that reports ?

If it reports that it is unable to repair some files then enter -

findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt

(Sometimes you can copy & paste the cmd directly to the cmd prompt to avoid typos).

This will put an icon onto the desktop which will open the CBS log in Notepad which you can copy & paste into the reply box.
Title: Re: help
Post by: goodluck on October 26, 2015, 06:13:03 am
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Another servicing or repair operation is currently running.
Wait for this to finish and run sfc again.

C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Another servicing or repair operation is currently running.
Wait for this to finish and run sfc again.

C:\Windows\system32>findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\
Desktop\sfcdetails.txt
Title: Re: help
Post by: Boggin on October 26, 2015, 10:11:08 am
To resolve that, boot up into the Advanced Boot options - usually by tapping F8 as you switch on, although the key combo can vary with make of computer - select Repair your Computer - change/confirm the keyboard and when in the Recovery Environment (RE) select Command Prompt and enter -

c:

fsutil resource setautoreset true %systemdrive% - press Enter

sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows - press Enter

Note the spaces before the forward slashes.

I can't remember if that produces a CBS log, but you can run the sfc /scannow in normal mode afterwards if it reports it is unable to repair some files then redo the findstr cmd.

If the fsutil cmd doesn't do it, also in the RE/Command prompt enter -

dism.exe /image:c:\ /cleanup-image /revertpendingactions

Enter exit to close the cmd window then reboot.

The manual way from the dism cmd if that isn't accepted is again from the RE/Cmd Prompt enter -

c:

cd C:\windows\winsxs

ren pending.xml pending.old

regedit

Highlight HKEY_LOCAL_MACHINE - click on File - Load Hive

When that opens browse to C:\windows\system32

Locate the following folder - C:\windows\system32\config\components and click on to select.

When you are prompted for a name, type offline_components

You will now see the key offline_components - expand the + then locate and delete the following subkeys -

HKLM\Offline Components\AdvancedInstallerNeedResolving

HKLM\Offline Components\PendingXmlIdentifier

Go back to the key Offline_Components - highlight it then go to File menu and select Unload Hive

Close up the registry sections and reboot.

After doing that, so my notes say, run a cmd prompt as an admin and enter -

net stop wuauserv

cd %systemroot%

ren SoftwareDistribution SoftwareDistribution.old

net start wuauserv

That ren cmd will remove your Windows Update history but that will soon repopulate with subsequent updates.

You may want to create a restore point first though before you embark on making changes to the registry.