├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md ├── Windows Store Reinstaller └── StoreFixer.ps1 └── _config.yml /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/README.md -------------------------------------------------------------------------------- /Windows Store Reinstaller/StoreFixer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/Windows Store Reinstaller/StoreFixer.ps1 -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexRabbit/Windows-Store-Fixer/HEAD/_config.yml --------------------------------------------------------------------------------