Share via

All Microsoft Programs uninstalled

Anonymous
2018-09-16T00:30:59+00:00

All of my Microsoft programs randomly uninstalled themselves. I just tried to open them, and it said that the shortcuts were unavailable for each program and they are all gone now. I did nothing to uninstall them, but they are gone. Has anyone else had this issue?

Microsoft 365 and Office | Install, redeem, activate | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

10 answers

Sort by: Most helpful
  1. Anonymous
    2018-09-16T00:37:37+00:00

    Hi I’m Linnell I'm a fellow Community member here to help. That’s a strange one Icons may move but a program uninstalling itself is very strange behaviour
    First of all can you answer a few questions.
    What Office program do you or did you have?
    What operating system do you have
    (Windows?)
    Do you run any Third party cleaner?
    Let me know and we’ll figure out what’s going on.
    Regards,
    Linnell

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Diane Poremsky MVP 17,421 Reputation points MVP Volunteer Moderator
    2018-09-16T03:12:12+00:00

    Look in Control panel, programs and features. Is Office listed? If so, select it and choose Change then do a Quick repair to restore your office shortcuts.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-09-16T01:13:54+00:00

    Can you try restarting your computer a few times to see if the programs reappear and start working?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-09-16T00:51:56+00:00

    If still not working:

    Run this commands

    powershell

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

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-09-16T00:51:11+00:00

    Hello DSHAW1982,

    Open an Administrator CMD window.

    Click CTRL+Shift+ESC to open Task Manager.

    Click File and Run New Task

    Make sure you have a check mark beside “Create this task with administrative privileges”

    Type CMD

    Type the following commands at the CMD prompt:

    dism /online /cleanup-image /restorehealth

    sfc /scannnow

    Hope it helps, have a good day

    Was this answer helpful?

    0 comments No comments