Solved sfc /scannow run from Installation Disk

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ICACLS C:\Windows\SysWOW64
C:\Windows\SysWOW64 CREATOR OWNER:(OI)(CI)(IO)(F)
NT AUTHORITY\SYSTEM:(OI)(CI)(F)
BUILTIN\Administrators:(OI)(CI)(F)
BUILTIN\Users:(OI)(CI)(RX)
NT SERVICE\TrustedInstaller:(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\System32
C:\Windows\System32 NT SERVICE\TrustedInstaller:(F)
NT SERVICE\TrustedInstaller:(CI)(IO)(F)
NT AUTHORITY\SYSTEM:(M)
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
BUILTIN\Administrators:(M)
BUILTIN\Administrators:(OI)(CI)(IO)(F)
BUILTIN\Users:(RX)
BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
CREATOR OWNER:(OI)(CI)(IO)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows
C:\Windows NT SERVICE\TrustedInstaller:(F)
NT SERVICE\TrustedInstaller:(CI)(IO)(F)
NT AUTHORITY\SYSTEM:(M)
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
BUILTIN\Administrators:(M)
BUILTIN\Administrators:(OI)(CI)(IO)(F)
BUILTIN\Users:(RX)
BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
CREATOR OWNER:(OI)(CI)(IO)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
Hmm -- there's some odd permissions there...
Here's my output (Win7 Pro x64)...
Code:
C:\Windows\system32>icacls c:\windows\syswow64
c:\windows\syswow64 NT SERVICE\TrustedInstaller:(F)
                    NT SERVICE\TrustedInstaller:(CI)(IO)(F)
                    NT AUTHORITY\SYSTEM:(M)
                    NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
                    BUILTIN\Administrators:(M)
                    BUILTIN\Administrators:(OI)(CI)(IO)(F)
                    BUILTIN\Users:(RX)
                    BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
                    CREATOR OWNER:(OI)(CI)(IO)(F)

I need to check a few things before I start messing with anything - but I don't think it should cause a problem if you want to leave things as they are.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
OK that sounds good. Thanks again to all that helped. Very much appreciated!
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
No corrupt files. Everything seems to be working fine. Permissions are still the same on the syswow64 folder. Is that something I should try to fix or just leave it the way it is? Thanks again!
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
With a bit of luck it should be fairly simple to fix...

Open an Elevated Command Prompt and run the following commands.

Code:
TAKEOWN /F C:\Windows\SysWOW64 /A
ICACLS C:\Windows\SysWOW64 /remove Administrators
ICACLS C:\Windows\SysWOW64 /grant Administrators:(M)
ICACLS C:\Windows\SysWOW64 /grant Administrators:(OI)(CI)(IO)(F)
ICACLS C:\Windows\SysWOW64 /remove "NT AUTHORITY\SYSTEM"
ICACLS C:\Windows\SysWOW64 /grant "NT AUTHORITY\SYSTEM":(M)
ICACLS C:\Windows\SysWOW64 /grant "NT AUTHORITY\SYSTEM":(OI)(CI)(IO)(F)
ICACLS C:\Windows\SysWOW64 /remove Users
ICACLS C:\Windows\SysWOW64 /grant Users:(OI)(CI)(IO)(GR,GE)
ICACLS C:\Windows\SysWOW64 /grant Users:(RX)
ICACLS C:\Windows\SysWOW64 /remove "NT SERVICE\TrustedInstaller"
ICACLS C:\Windows\SysWOW64 /grant "NT SERVICE\TrustedInstaller":(F)
ICACLS C:\Windows\SysWOW64 /grant "NT SERVICE\TrustedInstaller":(OI)(CI)(IO)(F)
ICACLS C:\Windows\SysWOW64
ICACLS C:\Windows\SysWOW64 /setowner "NT SERVICE\TrustedInstaller"
 
.

Post the results, and reboot
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>TAKEOWN /F C:\Windows\SysWOW64 /A

SUCCESS: The file (or folder): "C:\Windows\SysWOW64" now owned by the administra
tors group.

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /remove Administrators
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant Administrators:(M)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant Administrators:(OI)(CI)(IO
)(F)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /remove "NT AUTHORITY\SYSTEM"
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant "NT AUTHORITY\SYSTEM":(M)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant "NT AUTHORITY\SYSTEM":(OI)
(CI)(IO)(F)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /remove Users
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant Users:(OI)(CI)(IO)(GR,GE)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant Users:(RX)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /remove "NT SERVICE\TrustedInstal
ler"
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant "NT SERVICE\TrustedInstall
er":(F)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /grant "NT SERVICE\TrustedInstall
er":(OI)(CI)(IO)(F)
processed file: C:\Windows\SysWOW64
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64
C:\Windows\SysWOW64 NT SERVICE\TrustedInstaller:(F)
BUILTIN\Users:(RX)
NT AUTHORITY\SYSTEM:(M)
BUILTIN\Administrators:(M)
NT SERVICE\TrustedInstaller:(OI)(CI)(IO)(F)
BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
BUILTIN\Administrators:(OI)(CI)(IO)(F)
CREATOR OWNER:(OI)(CI)(IO)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\SysWOW64 /setowner "NT SERVICE\TrustedInst
aller"
C:\Windows\SysWOW64: Access is denied.
Successfully processed 0 files; Failed processing 1 files

C:\Windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
Hmm - don't know why that last command failed?
Try it manually from Windows Explorer...

Open Explorer, and navigate to the Windows folder.
Find the SysWOW64 folder entry and Right-click on it - select Properties
In the popup, select the Security tab
Click on the Advanced button
Click on the Owner tab (it should show Administrators as the owner)
Click on the Edit... button and accept the UAC warnings if any
Click on the 'Other users or groups...' button

In the entry box, type
NT SERVICE\TrustedInstaller
and click on 'Check Names' - the entry should be corrected to simply TrustedInstaller, and underlined.

Click OK once
now put a tick in the 'Replace owner on subcontainers.. box, and click OK out to Explorer.

Do you get any error messages?
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
Everything went just like you said and no errors.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
Interesting that the CMD interface failed, but the GUI one succeeded - you should be good to go now.
Keep an ye on the next few Windows update installs, as if there are any problems, that where it's likely to show up first.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
OK I will. Thanks again Noel, you have been one extremely helpful person! I appreciate you and all the techs on this site for all the help you do here! It's guys like you that make life a little easier for guys like me.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
You're welcome - and good luck.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
NoelDP said:
Keep an ye on the next few Windows update installs, as if there are any problems, that where it's likely to show up first.
Just had an Ah-Ha moment. When I took a good copy of the corrupt file from the wife's computer, I took ownership of the same folder and file. For the last two days I've been having trouble with windows updates on her machine. She has the same 64 bit W7 OS. I should be able to fix it with all the information you've given me or at least check it out.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel i38 gigabytes 4x2 CorsairG-Force GTX650
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 64 bit
CPU
Intel i3
Motherboard
Asus
Memory
8 gigabytes 4x2 Corsair
Graphics Card(s)
G-Force GTX650
Hard Drives
WD1001
Antivirus
Webroot SecureAnywhere
Browser
Mozilla FireFox-IE
Back
Top