Win Server 2012 r2 Updates re-appearing

taxi01

Contributor
Joined
May 7, 2017
Posts
429
Win Server 2012 r2 Updates re-appearing.

sfc scan no corruption
dism /online clean-up /restore-health, found corruption, fixed. Windows Update still showing updates that had been successfully installed, x4.

sfcfix:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2020-02-20 00:37:10.841
Microsoft Windows Server 2012 R2 Update 3 - amd64
Not using a script file.




AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 527 datablocks.
Finish time: 2020-02-20 00:37:27.637
----------------------EOF-----------------------

Re-appearing updates:
KB4535104
KB4538124
KB4537821
KB4537759

cbs n dism logs: Download multiple files from Sendspace.com - send big files the easy way
please click on my username to check my prev tickets.
 
The updates have been installed, but stilll showing up when i search for updates.
 
Hi!

Step#1 - FRST Fix
NOTICE: This script was written specifically for this user, for use on that particular machine. Running this on another machine may cause damage to your operating system
1. Please download Farbar Recovery Scan Tool and save it to your Desktop.
Note: You need to run the 64-bit Version so please ensure you download that one.
2. Download the attached fixlist.txt and save it to the Desktop.
Note. It's important that both files, FRST64 and fixlist.txt are in the same location or the fix will not work (in this case...the desktop).
3. Run FRST64 by Right-Clicking on the file and choosing Run as administrator.
4. Press the Fix button just once and wait. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that let the tool complete its run.
5. When finished FRST64 will generate a log on the Desktop (Fixlog.txt). Please post the contents of it in your reply.

The Server will likely reboot a few times.

Once you log back in, please check for updates and install them one final time.
 

Attachments

Hi softwaremaniac,

Thanks.
Code:
Fix result of Farbar Recovery Scan Tool (x64) Version: 16-02-2020
Ran by administrator (20-02-2020 21:55:42) Run:1
Running from C:\Users\user\Desktop
Loaded Profiles:user & MediaAdmin$ (Available Profiles: user & MediaAdmin$ & .NET v4.5 & .NET v4.5 Classic)
Boot Mode: Normal
==============================================

fixlist content:
*****************
cmd: sc config trustedinstaller start= auto
cmd: net start trustedinstaller
cmd: fsutil resource setautoreset true %SystemDrive%\
cmd: attrib -r -s -h %SystemRoot%\System32\Config\TxR\*
StartPowershell:
function Move-LockedFile
{
    param($path, $destination)
    $path = (Resolve-Path $path).Path
    $destination = $executionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($destination)
 
    $MOVEFILE_DELAY_UNTIL_REBOOT = 0x00000004
    $MOVEFILE_REPLACE_EXISTING = 1
    $memberDefinition = @'
    [DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
    public static extern bool MoveFileEx(string lpExistingFileName, string lpNewFileName,
       int dwFlags);
'@
    $type = Add-Type -Name MoveFileUtils -MemberDefinition $memberDefinition -PassThru 
    $type::MoveFileEx($path, $destination, $MOVEFILE_DELAY_UNTIL_REBOOT + $MOVEFILE_REPLACE_EXISTING)
}
Get-ChildItem -path "$env:SystemRoot\system32\Config\TxR\." |
Foreach-Object {
  write-output $_.fullname
  Move-LockedFile -path $_.fullname "$env:SystemRoot\Temp\junk"
}
EndPowershell:
cmd: attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms
EmptyTemp:

*****************


========= sc config trustedinstaller start= auto =========

[SC] ChangeServiceConfig SUCCESS

========= End of CMD: =========


========= net start trustedinstaller =========

The Windows Modules Installer service is starting.
The Windows Modules Installer service was started successfully.


========= End of CMD: =========


========= fsutil resource setautoreset true %SystemDrive%\ =========

The operation completed successfully.

========= End of CMD: =========


========= attrib -r -s -h %SystemRoot%\System32\Config\TxR\* =========


========= End of CMD: =========


========= Powershell: =========

C:\Windows\system32\Config\TxR\{c3213266-30b4-11e6-8101-806e6f6e6963}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{c3213266-30b4-11e6-8101-806e6f6e6963}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{c3213266-30b4-11e6-8101-806e6f6e6963}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{c3213266-30b4-11e6-8101-806e6f6e6963}.TxR.3.regtrans-ms
True
C:\Windows\system32\Config\TxR\{c3213266-30b4-11e6-8101-806e6f6e6963}.TxR.blf
True
C:\Windows\system32\Config\TxR\{c3213267-30b4-11e6-8101-806e6f6e6963}.TM.blf
True
C:\Windows\system32\Config\TxR\{c3213267-30b4-11e6-8101-806e6f6e6963}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{c3213267-30b4-11e6-8101-806e6f6e6963}.TMContainer00000000000000000002.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.3.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.4.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.5.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.6.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62a-ae7e-11e3-80bf-b8ca3aeed8ca}.TxR.7.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62b-ae7e-11e3-80bf-b8ca3aeed8ca}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{d044f62b-ae7e-11e3-80bf-b8ca3aeed8ca}.TMContainer00000000000000000002.regtrans-ms
True

========= End of Powershell: =========


========= attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\* =========


========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm* =========


========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf =========

Could Not Find C:\Windows\System32\SMI\Store\Machine\*.blf

========= End of CMD: =========


========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms =========

Could Not Find C:\Windows\System32\SMI\Store\Machine\*.regtrans-ms

========= End of CMD: =========


=========== EmptyTemp: ==========

BITS transfer queue => 8388608 B
DOMStore, IE Recovery, AppCache, Feeds Cache, Thumbcache, IconCache => 64740921 B
Java, Flash, Steam htmlcache => 379 B
Windows/system/drivers => 1218778403 B
Edge => 0 B
Chrome => 126248577 B
Firefox => 0 B
Opera => 0 B

Temp, IE cache, history, cookies, recent:
Default => 0 B
Users => 0 B
ProgramData => 0 B
Public => 0 B
systemprofile => 13747 B
systemprofile32 => 13747 B
LocalService => 8444103 B
NetworkService => 8477895 B
msds_adm => 10366221 B
MediaAdmin$ => 10366221 B
ea => 10366221 B
reception => 10366221 B
jj => 10366221 B
Administrator => 75818681 B
.NET v4.5 => 75818681 B
.NET v4.5 Classic => 75818681 B

RecycleBin => 37383898 B
EmptyTemp: => 1.6 GB temporary data Removed.

================================


The system needed a reboot.

==== End of Fixlog 21:56:54 ====

Updated again, and it all installed successfully. Thanks again!
 

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

Back
Top