Solved Apps have random delay

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Status
Not open for further replies.

Loskyll

PCHF Member
Nov 24, 2024
11
5
34
Hello everyone,
I hope I can get some help here because it gets more and more frustrating to deal with it.

The issue is the following:
When I have an app open, lets say Spotify, you can hover over it and you see a small image of it coming out of the symbol on your taskbar. That has a delay at times as well as opening an app when clicking on it (when it is already opened and you want to reopen it after minimizing it for example). The delay doesnt happen every time I do that, it gets more frequent the longer the PC is running (that might be false but it feels like that). The delay is up to 10 seconds at times which is unbearable.

Here are my specs:
Edition Windows 10 Pro
Version 22H2
Installiert am ‎09.‎12.‎2021
Betriebssystembuild 19045.5131
Leistung Windows Feature Experience Pack 1000.19060.1000.0

Prozessor AMD Ryzen 3 3300X 4-Core Processor 3.79 GHz
Installierter RAM 16,0 GB
Geräte-ID 8F5CB67B-308E-42F4-886C-B6201412B4D7
Produkt-ID 00330-51668-81937-AAOEM
Systemtyp 64-Bit-Betriebssystem, x64-basierter Prozessor

I use two SSD harddrives

Can anyone help here?
 
Welcome to PCHF :)

Speccy Scan.

  • Please go here and download Speccy.
  • Install and run the program.
  • Upon Completion:
  • Hit File
  • Publish Snap Shot
  • A link will appear, post that link.


MinitoolboxScan.


Please download MiniToolBox and save it to your desktop.
Run the program by right clicking on it and selecting Run as administrator.
When the program opens Select ALL
Click Go
Attach the log or copy and paste.
 
Welcome to PCHF :)

Speccy Scan.

  • Please go here and download Speccy.
  • Install and run the program.
  • Upon Completion:
  • Hit File
  • Publish Snap Shot
  • A link will appear, post that link.


MinitoolboxScan.


Please download MiniToolBox and save it to your desktop.
Run the program by right clicking on it and selecting Run as administrator.
When the program opens Select ALL
Click Go
Attach the log or copy and paste.
Hello,

here is the link:


Thank you :)
 
When the program opens Select ALL
Click Go
Attach the log or copy and paste.
1732486293601.webp
 
Uninstall with GeekUninstaller:

Bonjour
Mozilla Maintenance Service

Remove anything else that you are not using.


Then Click View Microsoft Store Apps
Remove anything you do not use, including Cortana.




Download
O&O Shutup Ten
Move it to your documents folder.
Right click run as admin.
Go to actions, apply all settings.
Create the restore point when prompted.
Follow thru the prompts, and reboot if needed to apply the settings.



Download Tweaky:
Unzip to your desktop.
Right click run as admin.


Under Misc:

  • Disable Telemtry & Data Collection

Under Functionality:


  • Disable Cortana
  • Uninsall One Drive
  • Disable Driver Updates
  • Disable P2P Delivery optimization.
Then Click Apply Tweaks.




Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as DisableSmartScreen.bat
Now you will right click the on DisableSmartScreen.bat and run as administrator.

Code:
@echo off
powershell -Command "Enable-ComputerRestore -Drive 'C:\'"
wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "PreBatchPCHF", 100, 7
taskkill /F /IM "C:\Windows\System32\smartscreen.exe"
icacls "C:\Windows\System32\smartscreen.exe" /grant Everyone:F
rename "C:\Windows\System32\smartscreen.exe" "smartscreen.bak"
taskkill /F /IM "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe"
icacls "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" /grant Everyone:F
rename "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" "SearchApp.bak"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasAuto" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasMan" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RemoteAccess" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SysMain" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BDESVC" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\GameInputSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblAuthManager" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblGameSave" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxGipSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxNetApiSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BcastDVRUserService_3e312" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WSearch" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HvHost" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmickvpexchange" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicguestinterface" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicshutdown" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicheartbeat" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvmsession" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicrdv" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmictimesync" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvss" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v "AllowPrelaunch" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader" /v "AllowTabPreloading" /t REG_DWORD /d 0 /f
powershell Disable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"
powercfg -h off
manage-bde -off C:
manage-bde -off D:
fsutil behavior set DisableLastAccess 1
fsutil behavior set EncryptPagingFile 0
shutdown -r

Note: This batch file will restart your machine.
Disabling Searchhost.exe could possibly disable the start menu:
Replace with OpenShell
Searches will still take place on the machine that will not be affected, telemetry search app will however be disabled.
 
Last edited:
  • Like
Reactions: Loskyll
Uninstall with GeekUninstaller:

Bonjour
Mozilla Maintenance Service

Remove anything else that you are not using.


Then Click View Microsoft Store Apps
Remove anything you do not use, including Cortana.




Download
O&O Shutup Ten
Move it to your documents folder.
Right click run as admin.
Go to actions, apply all settings.
Create the restore point when prompted.
Follow thru the prompts, and reboot if needed to apply the settings.



Download Tweaky:
Unzip to your desktop.
Right click run as admin.


Under Misc:

  • Disable Telemtry & Data Collection

Under Functionality:


  • Disable Cortana
  • Uninsall One Drive
  • Disable Driver Updates
  • Disable P2P Delivery optimization.
Then Click Apply Tweaks.




Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as DisableSmartScreen.bat
Now you will right click the on DisableSmartScreen.bat and run as administrator.

Code:
@echo off
powershell -Command "Enable-ComputerRestore -Drive 'C:\'"
wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "PreBatchPCHF", 100, 7
taskkill /F /IM "C:\Windows\System32\smartscreen.exe"
icacls "C:\Windows\System32\smartscreen.exe" /grant Everyone:F
rename "C:\Windows\System32\smartscreen.exe" "smartscreen.bak"
taskkill /F /IM "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe"
icacls "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" /grant Everyone:F
rename "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" "SearchApp.bak"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasAuto" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasMan" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RemoteAccess" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SysMain" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BDESVC" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\GameInputSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblAuthManager" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblGameSave" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxGipSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxNetApiSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BcastDVRUserService_3e312" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WSearch" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HvHost" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmickvpexchange" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicguestinterface" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicshutdown" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicheartbeat" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvmsession" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicrdv" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmictimesync" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvss" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v "AllowPrelaunch" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader" /v "AllowTabPreloading" /t REG_DWORD /d 0 /f
powershell Disable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"
powercfg -h off
manage-bde -off C:
manage-bde -off D:
fsutil behavior set DisableLastAccess 1
fsutil behavior set EncryptPagingFile 0
shutdown -r

Note: This batch file will restart your machine.
Disabling Searchhost.exe could possibly disable the start menu:
Replace with OpenShell
Searches will still take place on the machine that will not be affected, telemetry search app will however be disabled.
Thank you, will do all of that
 
  • Like
Reactions: Malnutrition
Yes let me know how it goes, here is a little app I made that will allow you to disable startups.
Unzip to desktop.
Right Click and run as admin.
Click list startups.
Then go thru and right click and disable any item that you feel that does not need to start with the machine every time you boot.
This can free up resources since your ram usage is almost maxed out.
You will need to make a reboot after disabling the items.
They can always be started manually, by you at any time. (y)
 

Attachments

  • Like
Reactions: Loskyll
@Loskyll I noticed that you logged in without making a reply, any trouble going thru the steps? If you need help with anything let me know. (y)
 
Yes let me know how it goes, here is a little app I made that will allow you to disable startups.
Unzip to desktop.
Right Click and run as admin.
Click list startups.
Then go thru and right click and disable any item that you feel that does not need to start with the machine every time you boot.
This can free up resources since your ram usage is almost maxed out.
You will need to make a reboot after disabling the items.
They can always be started manually, by you at any time. (y)
Hey,
thank you for the help!

I havent noticed it happening again yet :)

Awesome support :)
 
  • Like
Reactions: Malnutrition
Sweet. I’ll give it 48 hours. And if you do not come back. I’ll assume all is well and mark the thread as solved. 👍
 
  • Like
Reactions: Loskyll
Status
Not open for further replies.