[SOLVED] Windows 10, version 21H2 sfc/dism/windows update/windows in place install not working

Right-click on the file
577bf0efb8088-FRST.png
FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Files button.
Code:
browser.dll
  • When the scan is complete, a message will display that 'Search.txt' is saved in the same folder FRST was started from. Notepad will open this file also.
  • Post the logfile Search.txt as attachment in your next reply.
 
Rich (BB code):
S3 Browser; %SystemRoot%\System32\browser.dll [X]

Error: (11/27/2022 06:14:19 AM) (Source: Service Control Manager) (EventID: 7000) (User: )
Description: The Browser service failed to start due to the following error: 
The service did not respond to the start or control request in a timely fashion.

Here's the next fix to resolve the issue with the browser service.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
62151e1bebac4-SFCFix-Txt-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.

Afterwards, reboot the system and run FRST with a new scan and attach the FRST.txt and Addition.txt file to your next post.
 

Attachments

Open an elevated command prompt and run the following commands and copy and paste the result in your next post.
Code:
sc query browser
sc qc browser
sc start browser
 
Microsoft Windows [Version 10.0.19045.2251]
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>sc query browser

SERVICE_NAME: browser
TYPE : 30 WIN32
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0

C:\windows\system32>sc qc browser
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: browser
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\windows\System32\svchost.exe -k netsvcs -p
LOAD_ORDER_GROUP : NetworkProvider
TAG : 0
DISPLAY_NAME : Browser
DEPENDENCIES : LanmanWorkstation
: LanmanServer
SERVICE_START_NAME : LocalSystem

C:\windows\system32>sc start browser
[SC] StartService FAILED 1053:

The service did not respond to the start or control request in a timely fashion.


C:\windows\system32>
 
Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.

Afterwards, reboot the system and run the following commands again and post the result.
Code:
sc query browser
sc qc browser
sc start browser
 

Attachments

Microsoft Windows [Version 10.0.19045.2251]
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>sc query browser

SERVICE_NAME: browser
TYPE : 30 WIN32
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0

C:\windows\system32>sc qc browser
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: browser
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\windows\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP : NetworkProvider
TAG : 0
DISPLAY_NAME : Browser
DEPENDENCIES : LanmanWorkstation
: LanmanServer
SERVICE_START_NAME : LocalSystem

C:\windows\system32>sc start browser
[SC] StartService FAILED 1053:

The service did not respond to the start or control request in a timely fashion.


C:\windows\system32>
 

Attachments

Hi,

This looks good, It seems SMB1 is disabled and is causing this error.
Could you please run the following command and post the result in your next post.
Code:
Dism /Online /Get-Features /format:table | find "SMB1Protocol"
 
Microsoft Windows [Version 10.0.19045.2251]
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>Dism /Online /Get-Features /format:table | find "SMB1Protocol"
SMB1Protocol-Deprecation | Disabled
SMB1Protocol | Disabled
SMB1Protocol-Client | Disabled
SMB1Protocol-Server | Disabled

C:\windows\system32>
 
Open OptionalFeatures.exe and enable all the SMB1 features and reboot the system.
Afterwards run the following commands again.
Code:
sc query browser
sc qc browser
sc start browser
 
\o/

Microsoft Windows [Version 10.0.19045.2251]
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>sc query browser

SERVICE_NAME: browser
TYPE : 30 WIN32
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\windows\system32>sc qc browser
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: browser
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\windows\System32\svchost.exe -k netsvcs -p
LOAD_ORDER_GROUP : NetworkProvider
TAG : 0
DISPLAY_NAME : Computer Browser
DEPENDENCIES : LanmanWorkstation
: LanmanServer
SERVICE_START_NAME : LocalSystem

C:\windows\system32>sc start browser
[SC] StartService FAILED 1056:

An instance of the service is already running.


C:\windows\system32>
 
Perfect! You can disable this (out-dated) SMB1 protocol again, hopefully it will uninstall completely without any leftovers this time.

If you are still experiencing BSODs? I would recommend to follow these instructions to start a new thread in the BSOD section.
 
Thanks for all the help!.
all the issues i've had seem to be gone now no more errors in the event viewer and the update worked and i no longer take forever to reboot :)
 

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

Back
Top