Author Topic: Problems with Win7 Updates  (Read 2442 times)

0 Members and 1 Guest are viewing this topic.

Offline PamJ-2

  • Jr. Member
  • **
  • Posts: 24
  • PamJ
    • The Perfect Word Transcription Service
Problems with Win7 Updates
« on: December 05, 2016, 03:53:34 PM »
Hi all. This is a fairly well-known issue that I have been ignoring for a while, but really need to do something about it. I haven't been able to install Windows updates since about February of this year (55 critical updates). Whenever I try to do it, they never download, even if I just pick only one of them. It sits there for hours saying it's downloading but never downloads anything. I've tried a couple of fixes to download Microsoft patches and other updates first that are supposed to fix (or sort of) this problem and nothing works because it does the same thing when I try to download the (supposed) fixes.

I manually update and have hidden the updates that have anything to do with adding Win10. Working with Win7, 64-bit.

I have contacted a local computer guy to see if they do this sort of thing, but haven't heard back.

Any suggestions?
Windows 10 (64-bit). Avast Free 2010.2442 (build 20.5.5410.586); Malwarebytes Free 4.2.3.96;  Firefox 84.0.1; Dell Inspiron 3668

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: Problems with Win7 Updates
« Reply #1 on: December 05, 2016, 05:25:14 PM »
Installed kb3161647 ?
Already gave the Windows Update Components a reset ?
Already used WSUS ?
Stopped and restarted WUS ? On a command line >
Code: [Select]
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
FOR /R "%~dp0" %%A IN (*Windows6.1-KB*.MSU) DO (
        CALL :SUB %%~nA       
    ECHO= Installing KB!KB_NUM!       
    >NUL net stop wuauserv
    WUSA "%%A" /quiet /norestart)
ECHO= == Press any key to close the Window ==
>NUL PAUSE

GOTO :EOF

:SUB

SET "KB_NUM=%*"
FOR /F "DELIMS=-" %%B IN ("%KB_NUM:*-KB=%") DO SET "KB_NUM=%%B"

Offline PamJ-2

  • Jr. Member
  • **
  • Posts: 24
  • PamJ
    • The Perfect Word Transcription Service
Re: Problems with Win7 Updates
« Reply #2 on: December 05, 2016, 05:59:19 PM »
1. I have read: "...can't install KB3161647 by itself; it has to be installed with the update rollup KB3161608." So no, I have not been able to install this. Anything I try to install hangs up.

2.  Not sure what you mean by resetting Windows Update Components. I restarted the computer. I tried to run Update Troubleshooting, and it got stuck as well.

3.  Never heard of WSUS, but will look into it.

4. I tried, as administrator, to run a command prompt code to stop using "net stop wuauserv" from some instructions I found (plugable dot com), but it gave me an error. When I go into the command prompts, I get C:\Users\Pam>, which is not what was showing on the instruction I was using, which was C:\Windows\system32>. Will the code you provided work with the prompt I'm getting---C:\Users\Pam>?


Windows 10 (64-bit). Avast Free 2010.2442 (build 20.5.5410.586); Malwarebytes Free 4.2.3.96;  Firefox 84.0.1; Dell Inspiron 3668

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: Problems with Win7 Updates
« Reply #3 on: December 05, 2016, 06:09:45 PM »
4] Why didn't you change the directory first ?

Offline PamJ-2

  • Jr. Member
  • **
  • Posts: 24
  • PamJ
    • The Perfect Word Transcription Service
Re: Problems with Win7 Updates
« Reply #4 on: December 05, 2016, 06:11:40 PM »
I didn't know how, just found out and am trying again. I'm a computer novice for the most part.
Windows 10 (64-bit). Avast Free 2010.2442 (build 20.5.5410.586); Malwarebytes Free 4.2.3.96;  Firefox 84.0.1; Dell Inspiron 3668

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: Problems with Win7 Updates
« Reply #5 on: December 05, 2016, 06:13:16 PM »
Command line options > http://ss64.com/nt/
Look at the CD command.

Offline PamJ-2

  • Jr. Member
  • **
  • Posts: 24
  • PamJ
    • The Perfect Word Transcription Service
Re: Problems with Win7 Updates
« Reply #6 on: December 05, 2016, 10:20:25 PM »
Great information at that link! You'd never know it, but before Windows, I actually worked in DOS, but time and my memory have forgotten most of it. Been working with clients this afternoon. I plan to try the rest of your suggestions tonight. Thanks for your time and instructions, and I'll report back the results.
Windows 10 (64-bit). Avast Free 2010.2442 (build 20.5.5410.586); Malwarebytes Free 4.2.3.96;  Firefox 84.0.1; Dell Inspiron 3668

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: Problems with Win7 Updates
« Reply #7 on: December 05, 2016, 10:25:00 PM »
Ok, good luck.

As for forgetting things...
I probably have forgotten more about computers than most people will ever know.  ;)