Skip to content

Instantly share code, notes, and snippets.

@helloimbernardo
Last active April 3, 2021 19:17
Show Gist options
  • Save helloimbernardo/83ee386d13e5a1dc2f17b04166a35972 to your computer and use it in GitHub Desktop.
Save helloimbernardo/83ee386d13e5a1dc2f17b04166a35972 to your computer and use it in GitHub Desktop.
Fixes I found to work for common issues

Common Error Troubleshooting

Windows Update Failed

To fix the error 0x800F0922, enable the App Readiness Service using the following steps:

  1. Right-click Start, click Run. Type services.msc and click OK.
  2. Double-click App Readiness, and set its start type to Manual.
  3. Click OK, and close the Services console.
  4. Restart Windows.
  5. Attempt to install the Windows Update(s) now.

Source


Cannot remove item from quick acess (Windows Explorer)

1- Press Windows key + R then copy and paste the file location: %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations 2- Select all files showing and delete it.

Source


NPM not executing any commands (Could not find package.json)

1- Delete the npm folder from this directory: %APPDATA%\

Source


GRUB boot has failed

1- Install boot fixer

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair

2- Repair boot / GRUB install with boot fixer


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment