Desktop not building correctly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sargan
    PCHF Member
    • Nov 2021
    • 8

    #1

    Desktop not building correctly

    About 50% of the time when I book up W10, almost all desktop icons are just white … and PC shows as busy.
    No matter how long I leave it does not recover.
    If I use Ctl_Alt_Del and log off, then log back on it does build properly.

    I have also carried out right-click Refresh on a correctly built desktop, but the fault still happening.

    Any suggestions … it’s running Windows 10 ver 21H1

    Is there a repair/rebuild option ?
  • Rustys
    PCHF Member
    • Jul 2016
    • 7862

    #2
    Complete system specs including the PSU make and model.

    Run System File Checker


    Run a Check Disk


    to post the results
    Press the Windows + R keys to open the Run dialog
    Type powershell.exe
    Then press Enter.

    In PowerShell, copy and paste the command below, and press Enter.
    get-winevent -FilterHashTable @{logname=β€œApplication”; id=β€œ1001”}| ?{$_.providername –match β€œwininit”} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt

    The CHKDSKResults.txt file will be created on your desktop,

    COPY and PASTE the contents from the CHKDSKResults.txt file into a post. You can also attach the files.

    Comment

    • Sargan
      PCHF Member
      • Nov 2021
      • 8

      #3
      System spec …
      Intel i5-3570 3.4GHz
      16 GB RAM Corsair XMS
      OS 64 bit
      Motherboard ASUS P8Z77-V LE
      MSI NVIDIA GeForce GTX560 TI Graphics card
      SSD primary drive 500GB
      HDD secondaries 2TB

      Run DISM.exe /Online /Cleanup-image /Restorehealth
      Run SFC /scannow CBS log attached

      Run chkdsk C: /F /R
      It completed but when I run your command in power shell gives error … " Could not find a part of the path β€˜C:\WINDOWS\system32\Desktop\CHKDSKResults.txt’."

      Comment

      • Rustys
        PCHF Member
        • Jul 2016
        • 7862

        #4
        Originally posted by Rustys
        Complete system specs[COLOR=rgb(184, 49, 47)] including the PSU make and model.
        [/COLOR]
        [COLOR=rgb(184, 49, 47)]
        Did you miss

        When you press the Windows Key + X does it show Powershell or Command Prompt

        If Powershel use the one that shows Admin and copy and paste the command again see if that does it.

        Did the SFC state any errors on the screen?[/color]

        Comment

        • Sargan
          PCHF Member
          • Nov 2021
          • 8

          #5
          I tried your command several; times in Popwershell Admin … same error.
          I usd this string instead" get-winevent -FilterHashTable @{logname=β€œApplication”; id=β€œ1001”}| ?{$_.providername -match β€œwininit”} | fl timecreated, message | out-file β€œ$env:userprofile\Desktop\CHKDSKResults.txt”"
          This worked OK … file is attached.

          Power Supply is CoolerMaster M2 Silent Pro 620W
          In addition, standard CPU fan replaced with CoolerMaster Hyper

          Comment

          • Rustys
            PCHF Member
            • Jul 2016
            • 7862

            #6
            Closing thread you are following information on another thread as well.

            Comment

            Working...