Apps have random delay

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Loskyll
    PCHF Member
    • Nov 2024
    • 11

    #1

    Apps have random delay

    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?
  • Malnutrition
    PCHF Moderator
    • Jul 2016
    • 7045

    #2
    Welcome to PCHF

    Speccy Scan.

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




    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.

    Comment

    • Loskyll
      PCHF Member
      • Nov 2024
      • 11

      #3
      Originally posted by Malnutrition
      Welcome to PCHF

      Speccy Scan.

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




      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

      Comment

      • Malnutrition
        PCHF Moderator
        • Jul 2016
        • 7045

        #4
        Can you attach the minitoolbox log.

        Comment

        • Loskyll
          PCHF Member
          • Nov 2024
          • 11

          #5
          Originally posted by Malnutrition
          Can you attach the minitoolbox log.
          You mean the little app by Farbar? Which settings do you need?

          Comment

          • Malnutrition
            PCHF Moderator
            • Jul 2016
            • 7045

            #6
            When the program opens [COLOR=rgb(243, 121, 52)]Select ALL
            Click Go
            Attach the log or copy and paste.
            [/COLOR]

            Comment

            • Loskyll
              PCHF Member
              • Nov 2024
              • 11

              #7
              Originally posted by Malnutrition
              When the program opens [COLOR=rgb(243, 121, 52)]Select ALL
              Click Go
              Attach the log or copy and paste.
              [ATTACH alt=β€œ1732486293601.webp”]14682[/ATTACH]
              [/COLOR]
              [COLOR=rgb(243, 121, 52)][/color]

              Comment

              • Malnutrition
                PCHF Moderator
                • Jul 2016
                • 7045

                #8
                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.

                [COLOR=rgb(243, 121, 52)]Under Misc:

                [ul]
                [li]Disable Telemtry & Data Collection[/li][/ul]

                [COLOR=rgb(243, 121, 52)]Under Functionality:

                [ul]
                [li]Disable Cortana[/li][li]Uninsall One Drive[/li][li]Disable Driver Updates[/li][li]Disable P2P Delivery optimization.[/li][/ul]
                Then Click Apply Tweaks.





                [COLOR=rgb(243, 121, 52)]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
                [COLOR=rgb(243, 121, 52)]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.[/COLOR][/COLOR][/COLOR][/COLOR]

                Comment

                • Loskyll
                  PCHF Member
                  • Nov 2024
                  • 11

                  #9
                  Originally posted by Malnutrition
                  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.

                  [COLOR=rgb(243, 121, 52)]Under Misc:

                  [ul]
                  [li]Disable Telemtry & Data Collection[/li][/ul]

                  [COLOR=rgb(243, 121, 52)]Under Functionality:

                  [ul]
                  [li]Disable Cortana[/li][li]Uninsall One Drive[/li][li]Disable Driver Updates[/li][li]Disable P2P Delivery optimization.[/li][/ul]
                  Then Click Apply Tweaks.





                  [COLOR=rgb(243, 121, 52)]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
                  [COLOR=rgb(243, 121, 52)]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.
                  [/COLOR][/COLOR][/COLOR][/COLOR]
                  [COLOR=rgb(243, 121, 52)][COLOR=rgb(243, 121, 52)][COLOR=rgb(243, 121, 52)][COLOR=rgb(243, 121, 52)]
                  Thank you, will do all of that[/color][/color][/color][/color]

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7045

                    #10
                    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)

                    Comment

                    • Malnutrition
                      PCHF Moderator
                      • Jul 2016
                      • 7045

                      #11
                      @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)

                      Comment

                      • Loskyll
                        PCHF Member
                        • Nov 2024
                        • 11

                        #12
                        Originally posted by 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)
                        Hey,
                        thank you for the help!

                        I havent noticed it happening again yet

                        Awesome support

                        Comment

                        • Malnutrition
                          PCHF Moderator
                          • Jul 2016
                          • 7045

                          #13
                          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. ???

                          Comment

                          • Malnutrition
                            PCHF Moderator
                            • Jul 2016
                            • 7045

                            #14
                            Marked solved. ???

                            Comment

                            Working...