Skip to content

Instantly share code, notes, and snippets.

View Jakesta13's full-sized avatar
🐬
Take a moment to appreciate what you've got

Jake Jakesta13

🐬
Take a moment to appreciate what you've got
  • Canada, Toronto
View GitHub Profile
@Jakesta13
Jakesta13 / 0x80248007.md
Last active January 26, 2026 07:07
Fixing 0x80248007 with windows update

Note

For context I was trying to update a Game in the Windows Store and ran into another error, while fixing that error I ran into another error that I had to resolve in order to continue. That will be over here

  • Ran services.msc in Run window.
  • Stopped Windows Update service.
  • Deleted everything inside of C:\Windows\SoftwareDistribution\DataStore
  • Deleted everything inside of C:\Windows\SoftwareDistribution\Download
  • Started Windows Update service.
@Jakesta13
Jakesta13 / 0XD05E010D.md
Created January 26, 2026 07:02
Putting the small rabbit hole I had to jump into while trying to update a game on the Windows Store into one place

Note

For context I had an update for Minecraft for Windows in the Windows Store, but it would not update.

0XD05E010D

  • First ran wsreset.exe in a CMD window with elevated privileges.
    Just opened the windows store, it didn't seem to do anything immediately different. Though it's generally mentioned to do it anyways.
  • Downloaded and ran Gaming Repair Tool
    Instructions
    (at first this failed with "0x80248007")
@Jakesta13
Jakesta13 / UserScript-RedditNoPromoted.user.js
Created January 29, 2023 00:00 — forked from rohenaz/UserScript-RedditNoPromoted.js
UserScript - Remove Reddit Promoted Post
// ==UserScript==
// @name Reddit Hide Promoted Links (New Design)
// @namespace http://github.com/rohenaz
// @version 0.1
// @description remove promoted posts and advertisements
// @author Satchmo
// @match https://www.reddit.com/*
// @grant none
// ==/UserScript==