Author Topic: Windows 10 Related Program Lags  (Read 5391 times)

0 Members and 1 Guest are viewing this topic.

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Windows 10 Related Program Lags
« on: January 30, 2020, 09:59:41 pm »
Recently just gaming and studying on my pc, suddenly I noticed a longer boot up time than normal when I opened it this morning, I thought it was normal. But, when I opened apps like Chrome, file explorer, settings, everything was either delaying, not responding, or showing errors. I can still game normally so it is not hardware problem. The problem is with the (I think) windows related stuff like properties of files not opening, task manager and cmd on admin showing "This operation returned because the timeout period expired", some apps showing "The remote procedure call failed", Chrome lagging when interacting with file explorer to upload files. I think it has to do with corrupted files but not sure.

Just a heads up that when I am having problem with my pc I try to troubleshoot it first with what I can search but I ran out of options that's why I am here. I tried sfc /scannow, DCIM and getting back to my restore point but it states that it was corrupted. I do a fresh restore point everytime I update windows.

I hope anyone can help with my problem! Thanks!

Tried using Tweaking but it only opens and runs on safe mode. It doesn't seem to fix the problem. I can't even attach a file here since it is interacting with file explorer. It shows the error "This operation returned because the timeout period expired" for the tweaking repair tool just like it does on admin cmd.
« Last Edit: January 30, 2020, 10:03:03 pm by anonymoose14 »

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #1 on: January 31, 2020, 12:57:37 am »
Which antivirus program are you using ?

Can you open a Command Prompt (Admin) and enter these cmds and let me know if they resolve.

If you can't open a cmd prompt then go Start - type powershell, right click on Windows Powershell and select Run as administrator.

dism /online /cleanup-image /startcomponentcleanup

dism /online /cleanup-image /restorehealth

sfc /scannow

shutdown /r /t 00

It could be because of an infection, so if those cmds allow you to open a program, boot into Safe Mode with Networking and run a scan with the ESET Free Online Scanner.

https://www.eset.com/uk/home/online-scanner/

Let me know if it finds anything and reboot again after coming out of Safe Mode to see if your boot up time and performance improve.

If things don't improve then run a scan with AdwCleaner. - https://www.malwarebytes.com/adwcleaner/
« Last Edit: January 31, 2020, 01:57:46 am by Boggin »

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #2 on: February 02, 2020, 07:56:23 pm »
Thanks for the reply! I'm using only windows defender.

As stated windows apps trying to be opened as admin doesn't work due to the error timeout period expired. I did try the commands at safe mode but getting stuck at restorehealth due to error 0x800f081f, but I did try to fix it but met a dead end when fix should not be done on safe mode. Done the eset and malwarebyte, both detected errors on files and registry, fixed it, run it again, states that pc is clean, but the problem still persists.

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #3 on: February 03, 2020, 01:24:21 am »
So were you able to run a Command Prompt (Admin) in Safe Mode ?

Can you create Win 10 install media (DVD or USB) after reading the instructions at https://www.microsoft.com/en-gb/software-download/windows10

If you can do that, boot up with it and navigate to the Install screen and click on Repair your computer.

Navigate to the Recovery Environment and select Command Prompt and enter -

bcdedit |find "osdevice"

For clarity that is a Pipe symbol before find and is the uppercase of \

Using your partition letter instead of the X I have exampled, enter -

sfc /scannow /offbootwindir=X:\ /offwindir=X:\Windows

Note the space before each /

Enter exit to close the cmd window, remove the install media and reboot to see if that has resolved.
« Last Edit: February 03, 2020, 02:31:25 am by Boggin »

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #4 on: February 03, 2020, 05:31:21 am »
Good day! Just done the install media and boot with the usb.

I entered the bcdedit and it did nothing, is it normal?

Entered the "sfc /scannow /offbootwindir=c:\ /offwindir=c:\Windows" or any partition letter and it just showed details of the sfc and its attachments like /scannow /verifyonly /scanfile, etc. It also showed what the attachments does like scans integrity of all protected system files... So just the details. Is it normal?

I still proceeded and reboot, but still the same so i think it didnt work.
« Last Edit: February 03, 2020, 05:35:30 am by anonymoose14 »

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #5 on: February 03, 2020, 05:44:38 am »
It should have returned with -

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

C:\WINDOWS\system32>bcdedit |find "osdevice"
osdevice                partition=C:

C:\WINDOWS\system32>

Did you enter the cmd correctly ?

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #6 on: February 03, 2020, 06:14:14 am »
oh that definitely is different.

but in cmd under the startup repair the left side is like X:\Sources>, windows is installed at my local disk c:. don't know if that affects it.

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #7 on: February 03, 2020, 06:18:34 am »
When you boot up with install media it doesn't always see the volume as in C:

Have you tried the bcdedit cmd again ?

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #8 on: February 03, 2020, 06:26:28 am »
Done it again and nothing happened.

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #9 on: February 03, 2020, 06:38:09 am »
I don't know why that is not returning with the partition letter - never came across that before and you normally only get those sfc details when you had made a typo in the cmd.

Can you show me pics with the sfc cmd using D: and E:

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #10 on: February 03, 2020, 06:44:09 am »
Is this what you mean?

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #11 on: February 03, 2020, 06:51:55 am »
I think you are going to have to perform a Reset where you can retain your personal stuff but will need to reinstall all of your programs, so if you have any paid for programs then ensure you have their product keys.

An icon is put onto the desktop after that operation which lists all of the programs it has removed.

Your system seems to be all to hell, possibly because of the infections, but when you boot up with install media you aren't booting into Windows but into Memory.

Offline anonymoose14

  • Newbie
  • *
  • Join Date: Jan 2020
  • Posts: 7
  • Karma: 0
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #12 on: February 03, 2020, 07:00:51 am »
 :cry: Seems like it is beyond help. But anyways, thank you very much for your help and time mr/maam Boggin, really appreciate it. Ill just try and look for someone to check it personally as a last resort. Cheers!

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Related Program Lags
« Reply #13 on: February 03, 2020, 07:11:50 am »
I was thinking you had already done this but you haven't.

An alternative you can try is a repair install which doesn't affect personal stuff or installed programs.

If you can, open Windows/File Explorer - This PC - insert the install USB and double click on its drive.

This will open to its files where you then double click on setup.exe Application

As the infections seem to have damaged files, then this should put them right - hopefully.