Windows Update restart loop

maccaroni

New member
Local time
3:43 AM
Messages
15
Greetings,

I have a problem with Windows Update. The system(windows update)
returns that must be rebooted to install important updates-
of course after a restart situation is the same

A step that i taken :

FIX tool WU
Stop update service -> change the name of the directory -> restart services
Stop update service -> delete the data in catalogs Download and Data ( c: \ windows \ Software Distribution -> restart services
Windows Update Diagnostic Tool - > at the end I get an error : 80070003
Any update fixes from Microsoft
CHKDSK repair and scannow

I am attaching log ( c: \ windows \ logs and c : \ windows \ Software Distribution

Any thoughts?
 

Attachments

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Open an Elevated Command Prompt.

At the prompt, run the following commands.

DEL C:\Windows\System32\config\TxR\*.* /q
DEL C:\Windows\System32\config\TxR\*.* /ah /q
fsutil resource setautoreset true C:\


then wait 10 minutes, and reboot - then try Windows Update
 

My Computer

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)
Noel, thanks for trying to help me

Open an Elevated Command Prompt.

At the prompt, run the following commands.

DEL C:\Windows\System32\config\TxR\*.* /q
DEL C:\Windows\System32\config\TxR\*.* /ah /q
fsutil resource setautoreset true C:\


then wait 10 minutes, and reboot - then try Windows Update

after typing first 2 lines i am getting 'access denied' to all listed files, isnt something wrong?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Maybe, maybe not - try running the commands while in Safe Mode, and see if that helps.
 

My Computer

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)
In safe mode i have the same situation -> acces denied for all .DLL ;/
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
OK - try this set of instructions instead...

fsutil resource setautoreset true %systemdrive%\

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

attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
del %SystemRoot%\System32\SMI\Store\Machine\*.tm*
del %SystemRoot%\System32\SMI\Store\Machine\*.blf
del %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms
 

My Computer

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 - try this set of instructions instead...

fsutil resource setautoreset true %systemdrive%\

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

attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
del %SystemRoot%\System32\SMI\Store\Machine\*.tm*
del %SystemRoot%\System32\SMI\Store\Machine\*.blf
del %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms


After typing line 3 i got that files are being used by another process, for files listed below:
.TMContainer0000000000000000000001.regtrans-ms
.TMContainer0000000000000000000002.regtrans-ms
.TMContainer0000000000000000000003.regtrans-ms
.TMContainer0000000000000000000004.regtrans-ms
.TMContainer0000000000000000000005.regtrans-ms


For last 3 line i got that system cannot locate any file


;//
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
I thinks that's as good as it's going to get - please post a new CBS.log and I'll take a look and see if anything has changed
 

My Computer

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)
Sure :)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Here's the full text of one error sequence...
Code:
2015-10-03 09:01:23, Info                  CSI    00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0xc4fc80
2015-10-03 09:01:23, Info                  CSI    00000005 Creating NT transaction (seq 1), objectname [6]"(null)"
2015-10-03 09:01:23, Info                  CSI    00000006 Created NT transaction (seq 1) result 0x00000000, handle @0x1ec
2015-10-03 09:01:23, Error                 CSI    00000007 (F) STATUS_RM_NOT_ACTIVE #155# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = (AllowAccessDenied), key = {provider=NULL, handle=0}, da = (KEY_SET_VALUE|KEY_WOW64_64KEY), oa = @0xc4ef60->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[28]"\Registry\Machine\COMPONENTS"; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 12906240 (0x00c4ef00))[gle=0xd0190005]
2015-10-03 09:01:23, Error                 CSI    00000008@2015/10/3:07:01:23.225 (F) d:\win7sp1_gdr\base\wcp\sil\merged\ntu\ntsystem.cpp(3676): Error STATUS_RM_NOT_ACTIVE originated in function Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey expression: (null)
[gle=0x80004005]
2015-10-03 09:01:23, Info                  CBS    Succesfully flushed NtfsLog.etl
2015-10-03 09:01:23, Info                  CBS    Succesfully added NtfsLog.etl to WER Report
2015-10-03 09:01:23, Error                 CSI    00000009 (F) STATUS_RM_NOT_ACTIVE #154# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = 0, key = {provider=NULL, handle=0}, da = (KEY_SET_VALUE|KEY_WOW64_64KEY), oa = @0xc4ef60->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[28]"\Registry\Machine\COMPONENTS"; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 12906712 (0x00c4f0d8))[gle=0xd0190005]
2015-10-03 09:01:23, Error                 CSI    0000000a@2015/10/3:07:01:23.624 (F) d:\win7sp1_gdr\base\wcp\sil\merged\ntu\ntsystem.cpp(3676): Error STATUS_RM_NOT_ACTIVE originated in function Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey expression: (null)
[gle=0x80004005]
2015-10-03 09:01:23, Info                  CBS    Succesfully flushed NtfsLog.etl
2015-10-03 09:01:23, Info                  CBS    Succesfully added NtfsLog.etl to WER Report
2015-10-03 09:01:23, Error                 CSI    0000000b (F) STATUS_RM_NOT_ACTIVE #153# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::OpenRegistryKey(flags = (OpenForBackupIntent), da = (KEY_SET_VALUE), kn = [ml:58{29},l:56{28}]"\Registry\Machine\COMPONENTS", key = NULL, disp = (null))[gle=0xd0190005]
2015-10-03 09:01:23, Info                  CSI    0000000c Warning: Failed to delete pending transaction content. Error code: STATUS_RM_NOT_ACTIVE

2015-10-03 09:01:23, Info                  CBS    NonStart: Success, startup processing not required as expected.

- that repeats at every boot.

Open an Elevated Command Prompt, and run the following commands


Code:
REG LOAD HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS
REG DELETE HKLM\COMPONENTS /V PendingRequired
*
.
then reboot, and try Windows Update again.
 

My Computer

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)
Here's the full text of one error sequence...
Code:
2015-10-03 09:01:23, Info                  CSI    00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0xc4fc80
2015-10-03 09:01:23, Info                  CSI    00000005 Creating NT transaction (seq 1), objectname [6]"(null)"
2015-10-03 09:01:23, Info                  CSI    00000006 Created NT transaction (seq 1) result 0x00000000, handle @0x1ec
2015-10-03 09:01:23, Error                 CSI    00000007 (F) STATUS_RM_NOT_ACTIVE #155# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = (AllowAccessDenied), key = {provider=NULL, handle=0}, da = (KEY_SET_VALUE|KEY_WOW64_64KEY), oa = @0xc4ef60->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[28]"\Registry\Machine\COMPONENTS"; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 12906240 (0x00c4ef00))[gle=0xd0190005]
2015-10-03 09:01:23, Error                 CSI    00000008@2015/10/3:07:01:23.225 (F) d:\win7sp1_gdr\base\wcp\sil\merged\ntu\ntsystem.cpp(3676): Error STATUS_RM_NOT_ACTIVE originated in function Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey expression: (null)
[gle=0x80004005]
2015-10-03 09:01:23, Info                  CBS    Succesfully flushed NtfsLog.etl
2015-10-03 09:01:23, Info                  CBS    Succesfully added NtfsLog.etl to WER Report
2015-10-03 09:01:23, Error                 CSI    00000009 (F) STATUS_RM_NOT_ACTIVE #154# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = 0, key = {provider=NULL, handle=0}, da = (KEY_SET_VALUE|KEY_WOW64_64KEY), oa = @0xc4ef60->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[28]"\Registry\Machine\COMPONENTS"; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 12906712 (0x00c4f0d8))[gle=0xd0190005]
2015-10-03 09:01:23, Error                 CSI    0000000a@2015/10/3:07:01:23.624 (F) d:\win7sp1_gdr\base\wcp\sil\merged\ntu\ntsystem.cpp(3676): Error STATUS_RM_NOT_ACTIVE originated in function Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey expression: (null)
[gle=0x80004005]
2015-10-03 09:01:23, Info                  CBS    Succesfully flushed NtfsLog.etl
2015-10-03 09:01:23, Info                  CBS    Succesfully added NtfsLog.etl to WER Report
2015-10-03 09:01:23, Error                 CSI    0000000b (F) STATUS_RM_NOT_ACTIVE #153# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::OpenRegistryKey(flags = (OpenForBackupIntent), da = (KEY_SET_VALUE), kn = [ml:58{29},l:56{28}]"\Registry\Machine\COMPONENTS", key = NULL, disp = (null))[gle=0xd0190005]
2015-10-03 09:01:23, Info                  CSI    0000000c Warning: Failed to delete pending transaction content. Error code: STATUS_RM_NOT_ACTIVE

2015-10-03 09:01:23, Info                  CBS    NonStart: Success, startup processing not required as expected.

- that repeats at every boot.

Open an Elevated Command Prompt, and run the following commands


Code:
REG LOAD HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS
REG DELETE HKLM\COMPONENTS /V PendingRequired
*
.
then reboot, and try Windows Update again.

Thanks for Your reply

at line 2 i am getting: 'The system cannot find the registry key or value'
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Line 1 gave you a success message?
If so, then we'll have to try something different - I just have no idea what, yet :(
 

My Computer

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)
Yes, 1st line gave me a success message

NoelDP i hope you will figure it out :)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Any ideas? ;/
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Not a real clue ATM :( i'll get back to you if i have a flash of inspiration.
 

My Computer

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)

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
Layback Bear, i edited my system spec as You wanted :).
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Thank you for the specs. They will follow your every post. If you change things you just have to update them.

How about this from my post. This info might not be need by Noel but it can't hurt.

Could you also list all the Security program you use or have used?
Also list all the Tuneup, Cleanup, Speedup programs you have.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
I listed 'other' apps in my Spec: AVG antivir 2014 free edition, Wise Care 365, CCleaner
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD Athlon(tm) II X3 460 Processor
Motherboard
ASRock M3A770DE
Memory
4,00 GB
Graphics Card(s)
AMD Radeon R7 200 Series
Sound Card
(1) Urządzenie audio USB (2) AMD High Definition Audi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
(1) SAMSUNG SP1614N ATA Device (2) TOSHIBA THNSNJ128GCSU ATA Device
Antivirus
AVG Antivirus free edition 2014
Browser
Firefox
Other Info
Wise Care 365, CCleaner
Thank you.Wise Care 365, is a big (?)
The rest is up to you and Noel.
Thanks for your cooperation


 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
Back
Top