NOD32 finds threat in file I cannot find - Appdata/Local

Hi there

No, I haven't installed SP1 and as mentioned before, I cannot update my Win7 OS.

With regards to Zoostorm, that is the manufactorer, but the PC is about 2 years old now and I don't know what else it is! I couldn't spot anything in Speccy that would tell me. If you could be so kind as to point me in the right direction I will update this in my CP.

Kit
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitIntel Pentium E5800 @ 3.20GHzRAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6...HP vs19x on Intel G41 Express Chipset
Computer Manufacturer/Model Number
Zoostorm desktop
OS
Windows 7 Ultimate 32 bit
CPU
Intel Pentium E5800 @ 3.20GHz
Motherboard
MSI G41M-P28 (MS-7592) (CPU 1)
Memory
RAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6-6-15)
Graphics Card(s)
HP vs19x on Intel G41 Express Chipset
Sound Card
SB X-Fi Xtreme Audio
Hard Drives
SAMSUNG HD103UJ ATA Device
Keyboard
Logitech diNovo wireless
Mouse
Logitech Click! Optical wireless
Internet Speed
5 MB
kit,
Usually, SIW is better at supplying info, although I prefer the Speccy interface.

We must find out why you can not update your windows.
That's top priority.

Carry out following please:
Please download WVCheck from Artellos.com.

  • Double click WVCheck.exe. (If you downloaded the zipped version you will need to extract it.)
  • As indicated by the prompt, This program can take a while depending on your hard drive space.
  • Once the program is done, copy the contents of the notepad file as a reply.


=============
thanks,
karl
 

My Computer My Computer

At a glance

MS Windows 7 Ultimate SP1 64-bitAMD A10-4600M6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)AMD Radeon HD 7660G
Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
Hi there

My mate who installed this OS says I have to turn off updates because it might "break" the copy he put on for me.

Does this help?

Kit
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitIntel Pentium E5800 @ 3.20GHzRAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6...HP vs19x on Intel G41 Express Chipset
Computer Manufacturer/Model Number
Zoostorm desktop
OS
Windows 7 Ultimate 32 bit
CPU
Intel Pentium E5800 @ 3.20GHz
Motherboard
MSI G41M-P28 (MS-7592) (CPU 1)
Memory
RAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6-6-15)
Graphics Card(s)
HP vs19x on Intel G41 Express Chipset
Sound Card
SB X-Fi Xtreme Audio
Hard Drives
SAMSUNG HD103UJ ATA Device
Keyboard
Logitech diNovo wireless
Mouse
Logitech Click! Optical wireless
Internet Speed
5 MB
kit,
this is a little overkill, but you will certainly have all of the info you need.
Put's a file called KitsSystem.txt on your desktop.

PHP:
# ************************************************************
# Info about Kit's System
#
# **********************INSTRUCTIONS**************************
# STEP 1 *****************************************************
# RUN PowerShell as administrator
# START ORB | type POWERSHELL | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo
# ************************************************************
# STEP 2 *****************************************************
# COPY, using CTRL+C, every line down thru both EXIT statements 
# PASTE into Powershell == Right-Click at the PowerShell Prompt
#  (Ctrl+V does not work)
# Start copying with first line without a # at start of the line
# Note: Actually, you can paste the entire file if you rather
#       Lines starting with a # are ignored by PowerShell
# ************************************************************

function get-ID {
  param ([string]$title, [int]$arraycnt, [int]$arrayndx) 
  $title = " " + $title + " "
  If ($arraycnt -eq 1) {} else {$title = $title + [string]$arrayndx + " "}
  $title
}
function get-title {
  param ([string]$id) 
  $hashes = ([int](44 -  $id.length)/2)
  For ($j=1; $j -le $hashes; $j++){
    $hashstr += "#"
  }
  $title = $hashstr + $id + $hashstr
  If ($title.length -ne 44) {$title += "#"}
  $title
}
# Constants
$sterne = "***************************************************************************************"
#create a new object
$obj = New-Object PSObject

$os = gwmi win32_operatingsystem
$id = get-id "OS" 1 0
$obj | Add-member -membertype noteproperty -name (Get-Title $id ) -value $sterne
$installdate = $os.converttodatetime($os.installdate)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Install Date") -Value ($installdate)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Install Duration (days)") -Value ((new-timespan $installdate).days)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Last Bootup Time") -Value ($os.converttodatetime($os.lastbootuptime))
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Local Date Time") -Value ($os.converttodatetime($os.localdatetime))
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Status") -Value ($os.status)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Computer Name") -Value ($os.csname)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Registered User") -Value ($os.registereduser)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Number of Licensed Users") -Value ($os.numberoflicensedusers)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Number of Users") -Value ($os.numberofusers)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Architecture") -Value ($os.osarchitecture)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Version Number") -Value ($os.version)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Name, Drive\Partition") -Value ($os.name)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Version") -Value ($os.caption)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Service Pack") -Value ($os.csdversion)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "Windows Directory") -Value ($os.WindowsDirectory)
$obj | Add-Member -MemberType NoteProperty -Name ($id + "System Directory") -Value ($os.systemdirectory)

$bootcfg = gwmi Win32_BootConfiguration 
$id = get-id "BOOT CONFIGURATION" 1 0
$obj | Add-member -membertype noteproperty -name (GET-title $ID ) -value $sterne
$obj | add-member -membertype noteproperty -name ($id + "Boot Directory") -value($bootcfg.bootdirectory)
$obj | add-member -membertype noteproperty -name ($id + "Last Drive") -value($bootcfg.lastdrive)

$Build = gwmi Win32_WMISetting
$id = get-id "OS BUILD" 1 0
$obj | Add-member -membertype noteproperty -name (get-title $ID ) -value $sterne
$obj | add-member -membertype noteproperty -name ($ID +"Build version") -value($build.BuildVersion)

$mobo = gwmi win32_BaseBoard
$id = get-id "MOTHERBOARD" 1 0
$obj | Add-member -membertype noteproperty -name (get-title $ID ) -value $sterne
$obj | add-member -membertype noteproperty -name ($ID + "Manufacturer") -value($mobo.manufacturer)
$obj | add-member -membertype noteproperty -name ($id + "Product Type" )     -value($mobo.product)
$obj | add-member -membertype noteproperty -name ($id + "Serial Number")  -value($mobo.serialnumber)

$bios = gwmi win32_bios
$id = get-id "BIOS" 1 0
$obj | Add-member -membertype noteproperty -name (Get-title $id ) -value $sterne
$obj | add-member -membertype noteproperty -name ($id + "Name") -value($bios.name)
$obj | add-member -membertype noteproperty -name ($id + "Manufacturer") -value($bios.manufacturer)
$obj | add-member -membertype noteproperty -name ($id + "Release Date") -value($bios.converttodatetime($bios.releasedate))
$obj | add-member -membertype noteproperty -name ($id + "Serial Number") -value($bios.SerialNumber)

$CS  = gwmi Win32_ComputerSystem   
$id = get-id "COMPUTER SYSTEM" 1 0
$obj | Add-member -membertype noteproperty -name (Get-title $id) -value $sterne
$obj | add-member -membertype noteproperty -name ($id + "Manufacturer") -value($cs.manufacturer)
$obj | add-member -membertype noteproperty -name ($id + "Model") -value($cs.model)
$obj | add-member -membertype noteproperty -name ($id + "Primary Owner") -value($cs.primaryownername)
$obj | add-member -membertype noteproperty -name ($id + "Type") -value($cs.systemtype)
$obj | add-member -membertype noteproperty -name ($id + "Total Memory") -value(([string][int]($cs.totalphysicalmemory/1073741824) + " GB"))
$obj | add-member -membertype noteproperty -name ($id + "User Name") -value($cs.username)

$CSprod  = gwmi Win32_ComputerSystemProduct 
$obj | add-member -membertype noteproperty -name ($id + "Product Name") -value($csprod.name)
$obj | add-member -membertype noteproperty -name ($id + "Version") -value($csprod.version)
$obj | add-member -membertype noteproperty -name ($id + "Identifying Number") -value($csprod.identifyingnumber)
$obj | add-member -membertype noteproperty -name ($id + "Vendor") -value($csprod.vendor)

$cpu = @(gwmi win32_processor)
$cnt = $cpu.count
for ($ndx=1; $ndx -le $cnt; $ndx++) {
  $d = $cpu[$ndx - 1]
  $id = get-id "CPU" $cnt $ndx
  $obj | Add-member -membertype noteproperty -name (get-title $id) -value $sterne
  $obj | add-member -membertype noteproperty -name ($id + "Current Speed") -value($d.currentclockspeed)
  $obj | add-member -membertype noteproperty -name ($id + "Current Voltage") -value($d.currentvoltage)
  $obj | add-member -membertype noteproperty -name ($id + "External Clock") -value($d.extclock)
  $obj | add-member -membertype noteproperty -name ($id + "Max. Clock Speed") -value($d.maxclockspeed)
  $obj | add-member -membertype noteproperty -name ($id + "Manufacturer") -value($d.manufacturer)
  $obj | add-member -membertype noteproperty -name ($id + "Name") -value($d.name)
  $obj | add-member -membertype noteproperty -name ($id + "Description") -value($d.description)
  $obj | add-member -membertype noteproperty -name ($id + "version") -value($d.version)
  $obj | add-member -membertype noteproperty -name ($id + "Number of Cores") -value($d.numberofcores)
  $obj | add-member -membertype noteproperty -name ($id + "Number of Logical Processors") -value($d.numberoflogicalprocessors)
  $obj | add-member -membertype noteproperty -name ($id + "Socket Designation") -value($d.socketdesignation)
}

$obj | OUT-FILE $env:userprofile\desktop\KitsSystem.TXT

EXIT
EXIT

# ***************** NOTE - POWERSHELL VERSION*****************
# if you receive this error msg:
#  Get-WinEvent: The system can not find the path specified
# you need to update your PowerShell
# you must be using Powershell 2.0 or later.
#
# To determine your Powershell version:
#   Run PowerShell
#   enter $host.version
#   you should see at least:
# Major  Minor  Build  Revision
# -----  -----  -----  --------
# 2      0      -1     -1
#
# If you do not see the above, update your Vista/Win 7.
# ************************************************************
# *************** NOTE - EXECUTION POLICY*********************
# If you haven't set the execution policy, you may need to:
#   Run PowerShell
#   enter Set-ExecutionPolicy -executionpolicy remotesigned
#
# ************************************************************
 

My Computer My Computer

At a glance

MS Windows 7 Ultimate SP1 64-bitAMD A10-4600M6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)AMD Radeon HD 7660G
Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
Hi there

My mate who installed this OS says I have to turn off updates because it might "break" the copy he put on for me.

Does this help?

Kit

Oh yes. That definitely helps. Carry out post #22 please.
 

My Computer My Computer

At a glance

MS Windows 7 Ultimate SP1 64-bitAMD A10-4600M6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)AMD Radeon HD 7660G
Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
we need to see a full copy of the report produced by the MGADiag tool
(download and save to desktop - http://go.microsoft.com/fwlink/?linkid=52012 )
Once saved, run the tool.
Click on the Continue button, which will produce the report.
To copy the report to your response, click on the Copy button in the tool (ignore any error messages at this point), and then paste (using either r-click/Paste, or Ctrl+V ) into your response.
- **in your own thread**, please
Please also state the Version and Edition of Windows quoted on your COA sticker (if you have one) on the case of your machine (or inside the battery compartment), but do NOT quote the Key on the sticker!
How to Tell

(for those unaware of Zoostorm as manufacturers - they make quite a few machines for the online and store-based catalogue companies such as Littlewoods.)
 

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)
Hi there

My mate who installed this OS says I have to turn off updates because it might "break" the copy he put on for me.

Does this help?

Kit

What could this mean??
 

My Computer My Computer

At a glance

Windows 10 Pro. 64/ version 1709 Windows 7 Pr...Intel i7-6800K @ 4.3Corsair Platinum 16 gig @2400EVGA GTX 1070 OC
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.
Hi guys

Am going to run the report thingy in post 22, but things seems to be going from bad to worse with my internet.

When I did the WDO thing, did you find anything that could be causing this issue?

The problem is my homeplugs run my NAS drive, which I am using all the time to run a business, so I can't just keep them switched off. One thing I have done is bought some gigabit homeplugs, as I am now using a gigabit router and a gigabit network switch for the NAS / Internet downstairs. Not sure if it will help, but am going to see.

Will post results as soon as I have them plugged in :-)
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitIntel Pentium E5800 @ 3.20GHzRAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6...HP vs19x on Intel G41 Express Chipset
Computer Manufacturer/Model Number
Zoostorm desktop
OS
Windows 7 Ultimate 32 bit
CPU
Intel Pentium E5800 @ 3.20GHz
Motherboard
MSI G41M-P28 (MS-7592) (CPU 1)
Memory
RAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6-6-15)
Graphics Card(s)
HP vs19x on Intel G41 Express Chipset
Sound Card
SB X-Fi Xtreme Audio
Hard Drives
SAMSUNG HD103UJ ATA Device
Keyboard
Logitech diNovo wireless
Mouse
Logitech Click! Optical wireless
Internet Speed
5 MB
Please also post the report results from #26 asap (takes about two minutes start to finish!)
 

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)
Will do!
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitIntel Pentium E5800 @ 3.20GHzRAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6...HP vs19x on Intel G41 Express Chipset
Computer Manufacturer/Model Number
Zoostorm desktop
OS
Windows 7 Ultimate 32 bit
CPU
Intel Pentium E5800 @ 3.20GHz
Motherboard
MSI G41M-P28 (MS-7592) (CPU 1)
Memory
RAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6-6-15)
Graphics Card(s)
HP vs19x on Intel G41 Express Chipset
Sound Card
SB X-Fi Xtreme Audio
Hard Drives
SAMSUNG HD103UJ ATA Device
Keyboard
Logitech diNovo wireless
Mouse
Logitech Click! Optical wireless
Internet Speed
5 MB
I would start off by installing a legitimate copy of Windows ... Your mates warning about "breaking Windows by installing SP1" screams piracy and we can not offer support for pirated software...
 

My Computer My Computer

At a glance

64-bit Windows 8.1 ProCore(TM) i5 CPU 4330 Haswell @ 3.20GHz12.00 GBIntel(R) HD Graphics
Computer type
PC/Desktop
Computer Manufacturer/Model Number
LENOVO K450 @3.0GHZ
OS
64-bit Windows 8.1 Pro
CPU
Core(TM) i5 CPU 4330 Haswell @ 3.20GHz
Motherboard
LENOVO
Memory
12.00 GB
Graphics Card(s)
Intel(R) HD Graphics
Sound Card
Intel HD integtrated
Monitor(s) Displays
HP 25' ISP Monitor
Screen Resolution
1900/1020
Hard Drives
(1) ST1000DM003-1CH162 (2) Generic STORAGE DEVICE USB Device (3) Generic STORAGE DEVICE USB Device
Internet Speed
100mb down/10mb up
I had a bad feeling you were going to say that. I can't believe he would put a bent copy on my machine - I'm gonna be having words with him!!

Where can I buy a gen copy, and where do I get it from please?

Kit
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitIntel Pentium E5800 @ 3.20GHzRAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6...HP vs19x on Intel G41 Express Chipset
Computer Manufacturer/Model Number
Zoostorm desktop
OS
Windows 7 Ultimate 32 bit
CPU
Intel Pentium E5800 @ 3.20GHz
Motherboard
MSI G41M-P28 (MS-7592) (CPU 1)
Memory
RAM 4.00 GB Single-Channel DDR3 @ 400MHz (6-6-6-15)
Graphics Card(s)
HP vs19x on Intel G41 Express Chipset
Sound Card
SB X-Fi Xtreme Audio
Hard Drives
SAMSUNG HD103UJ ATA Device
Keyboard
Logitech diNovo wireless
Mouse
Logitech Click! Optical wireless
Internet Speed
5 MB
Let's check the situation first - post the report from post #26
 

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)
and the report from post #22 please.

thanks,
karl
 

My Computer My Computer

At a glance

MS Windows 7 Ultimate SP1 64-bitAMD A10-4600M6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)AMD Radeon HD 7660G
Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
wittykitty, you need a legitimate version of Windows 7... If your going to use a copy of windows and the updates are turned off then this is what happens.... Best to go and by a genuine version of Windows 7...it's worth every penny... Sorry mate, just a pet hate of mine...hate pirates

Go legitimate and you'll have no problems, play with pirated software and you get what you deserve
 

My Computer My Computer

At a glance

windows 7 home premium x64AMD Athlon 64 x2 5200+7.00GBNVIDIA GeForce 9600GT
OS
windows 7 home premium x64
CPU
AMD Athlon 64 x2 5200+
Motherboard
M2N-SLI DELUXE
Memory
7.00GB
Graphics Card(s)
NVIDIA GeForce 9600GT
Sound Card
High Definition Audio Device
Monitor(s) Displays
Q19wb
Screen Resolution
1400 x 900
Hard Drives
ST325082 0AS SCSI 232.88 GB
:ditto:

We do not see the requested reports.
 

My Computer My Computer

At a glance

MS Windows 7 Ultimate SP1 64-bitAMD A10-4600M6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)AMD Radeon HD 7660G
Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
I had a bad feeling you were going to say that. I can't believe he would put a bent copy on my machine - I'm gonna be having words with him!!

Where can I buy a gen copy, and where do I get it from please?

Kit

I got my Windows 7 from currys for £100
 

My Computer My Computer

At a glance

windows 7 home premium x64AMD Athlon 64 x2 5200+7.00GBNVIDIA GeForce 9600GT
OS
windows 7 home premium x64
CPU
AMD Athlon 64 x2 5200+
Motherboard
M2N-SLI DELUXE
Memory
7.00GB
Graphics Card(s)
NVIDIA GeForce 9600GT
Sound Card
High Definition Audio Device
Monitor(s) Displays
Q19wb
Screen Resolution
1400 x 900
Hard Drives
ST325082 0AS SCSI 232.88 GB
Back
Top