Skip to content

Instantly share code, notes, and snippets.

View LinkPhoenix's full-sized avatar
💭
🐚

AlaKrium LinkPhoenix

💭
🐚
  • GOT Tech Corp
  • France
  • 09:20 (UTC +02:00)
View GitHub Profile
@LinkPhoenix
LinkPhoenix / WindowsStore-Fix.ps1
Last active October 20, 2025 00:13
PowerShell script to fix Windows Store installation errors caused by privacy tools and restore normal functionality.
<#
.SYNOPSIS
Fix Windows Store errors and restore functionality to resolve installation or update issues.
.DESCRIPTION
This script repairs Microsoft Store and related system services by reverting privacy modifications
made by tools such as privacy-script.bat from privacy.sexy. It addresses the common error
0x80004002 (E_NOINTERFACE) and other issues that prevent the Microsoft Store from installing or updating apps.
The script re-enables essential services like Windows Update and Delivery Optimization,
restores registry values, repairs connectivity checks, clears caches, and resets Store apps.