Windows 10: DISM cleanup error in PowerShell- related to Start button not working

Discus and support DISM cleanup error in PowerShell- related to Start button not working in Windows 10 Gaming to solve the problem; After the most recent Windows 10 update installed 11/27/23 my Start button no longer works. I have been trying to fix the issue in PowerShell since... Discussion in 'Windows 10 Gaming' started by Wenis14, Dec 10, 2023.

  1. Wenis14 Win User

    DISM cleanup error in PowerShell- related to Start button not working


    After the most recent Windows 10 update installed 11/27/23 my Start button no longer works. I have been trying to fix the issue in PowerShell since restarting both my computer and Windows Explorer has not resolved the issue. When I run PowerShell, specifically the commandDISM cleanup error in PowerShell- related to Start button not working :DISM.exe /online /cleanup-image /StartComponentcleanupPowerShell runs the command through returning the Image Version, however makes no attempt to complete the restore version I get no loading bar for progress percentage. My PowerShell also does not permit me to enter additional commands, which makes me think that the com

    :)
     
    Wenis14, Dec 10, 2023
    #1

  2. DISM - Parameter "Cleanup-Image" is not known (error 87)

    Hello Eric,

    To troubleshoot your concern, we suggest that you run DISM Restore Health command. Refer to the steps provided below:

    • Open Command Prompt (Administrator).
    • Type the following command:
    DISM /Online /Cleanup-Image /RestoreHealth

    3. Press Enter.

    Let us know how it goes.

    Thank you.
     
    Stephanie Sal, Dec 10, 2023
    #2
  3. RejZoR Win User
    How to get damn DISM to work?

    Yes, I have the image mounted, the same bloody image I've used to install the OS I'm just using. This is absurd. I've tried this:

    Dism /Online /Cleanup-Image /RestoreHealth /Source:E:\x64\sources\install.esd
    Dism /Online /Cleanup-Image /RestoreHealth /Source:E:\x64\sources\install.esd:1
    Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\x64\sources\install.esd
    Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\x64\sources\install.esd /limitaccess
    Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\x64\sources\install.esd:1
    Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\x64\sources\install.esd:1 /limitaccess

    None of this crap works even though entire freaking internet is saying that this is the way to do it. Some even mention using quotas for the path which makes no difference (It doesn't need it anyway since there aren't any spaces anyway.

    I just can't understand how can OS integrity check tool feature be dumber as years pass by instead of being smarter and more useful.

    EDIT:
    Redownloading 4 gigs of stupid image because the one I have apparently isn't good enough. *sigh*
     
    RejZoR, Dec 10, 2023
    #3
  4. DISM cleanup error in PowerShell- related to Start button not working

    windows start button does'nt work

    Hello Chandrani,

    Thank you for posting your concern in Microsoft community and welcome to the Windows 10 Family.

    We appreciate the time and effort you have put in to resolve the issue. I would like to assist you with further information from here.

    From the description provided, I understand that you are experiencing functionality issues with Windows 10.

    Now, please follow the below suggested methods and check if it helps to resolve the issue.

    Method 1:



    This issue may happen due to system file corruption. I suggest you to run System file checker. System File checker (SFC) scan is done to check if there are any corrupted system files that could be causing this issue. Kindly follow
    the below given steps:


    • Press Windows key + X, select
      Command prompt (Admin) to bring up elevated Command prompt.

    • In Command prompt type
      sfc/scannow
      and press enter.

    • Restart the computer.
    If no corrupted system files were found in the previous state, then I suggest you to try the following steps to employ the DISM command lines:


    • Open command prompt by pressing Windows key + X and selecting “Command prompt admin”.

    • In command prompt, type the following commands and press Enter after each command:
    Dism /Online /Cleanup-Image /CheckHealth

    Dism /Online /Cleanup-Image /ScanHealth

    Dism /Online /Cleanup-Image /RestoreHealth



    • Close the command prompt and restart the PC and check if it works.

    Method 2:



    If issue persist, kindly follow the below given steps and check if it helps:

    Run these commands:


    • Press Windows key and type Powershell
      in search, right click on it and Open as administrator .

    • Type the following command in Powershell and hit enter:

      Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


    Note: Remember to close all the applications before you run the above Powershell command.

    Hope the above information was helpful. If you need further assistance, please do let us know and we would be happy to help you further.

    Thank You.
     
    Sayan_Ghosh, Dec 10, 2023
    #4
Thema:

DISM cleanup error in PowerShell- related to Start button not working

Loading...
  1. DISM cleanup error in PowerShell- related to Start button not working - Similar Threads - DISM cleanup error

  2. Dism component cleanup error 267!

    in Windows 10 Software and Apps
    Dism component cleanup error 267!: When i rundism /online /cleanup-image /startcomponentcleanup i get the following error:Error: 267 The directory name is invalid. I tried running chkdsk, sfc /scannow, and other dism health troubleshooting commands still the error persists....
  3. Dism component cleanup error 267!

    in Windows 10 Gaming
    Dism component cleanup error 267!: When i rundism /online /cleanup-image /startcomponentcleanup i get the following error:Error: 267 The directory name is invalid. I tried running chkdsk, sfc /scannow, and other dism health troubleshooting commands still the error persists....
  4. DISM cleanup error in PowerShell- related to Start button not working

    in Windows 10 Software and Apps
    DISM cleanup error in PowerShell- related to Start button not working: After the most recent Windows 10 update installed 11/27/23 my Start button no longer works. I have been trying to fix the issue in PowerShell since restarting both my computer and Windows Explorer has not resolved the issue. When I run PowerShell, specifically the...
  5. DISM cleanup error in PowerShell- related to Start button not working

    in Windows 10 Customization
    DISM cleanup error in PowerShell- related to Start button not working: After the most recent Windows 10 update installed 11/27/23 my Start button no longer works. I have been trying to fix the issue in PowerShell since restarting both my computer and Windows Explorer has not resolved the issue. When I run PowerShell, specifically the...
  6. [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth

    in Windows 10 BSOD Crashes and Debugging
    [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth: Hi, I was trying to execute the DISM command successfully:DISM /Online /Cleanup-Image /RestoreHealthbut got this error:Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19044.2251 Error: 998 Invalid access to memory location. The DISM...
  7. [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth

    in Windows 10 Gaming
    [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth: Hi, I was trying to execute the DISM command successfully:DISM /Online /Cleanup-Image /RestoreHealthbut got this error:Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19044.2251 Error: 998 Invalid access to memory location. The DISM...
  8. [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth

    in Windows 10 Software and Apps
    [Error during using DISM] DISM /Online /Cleanup-Image /RestoreHealth: Hi, I was trying to execute the DISM command successfully:DISM /Online /Cleanup-Image /RestoreHealthbut got this error:Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19044.2251 Error: 998 Invalid access to memory location. The DISM...
  9. Start Button, Cortana and powershell nnot working

    in Windows 10 Customization
    Start Button, Cortana and powershell nnot working: Hello, my start button, cortana and powershell are not working, I have tried several manipulations here and there but the problem persists, help please...
  10. Windows button doesn't work - sfc /scannow & dism /online /cleanup-image /restorehealth...

    in Windows 10 Network and Sharing
    Windows button doesn't work - sfc /scannow & dism /online /cleanup-image /restorehealth...: Dear Microsoft community, Last weekend was when I first experienced the Windows button not working on my Lenovo Legion y520, this seemed like a small issue to fix. The first thing I read was running a scan through sfc /scannow - it stopped at 4% and got error 87...