Wednesday, 11 February 2026
Windows SDK
Microsoft Store Policies
Microsoft Store (Windows Store) has policies on Product and Content, which developers must abide by.
There are a few rules around IAP - short for "in app purchases".
The IARC and Windows Software
The IARC is the International Age Rating Coalition, a global initiative to streamline age ratings for games and applications. Over 19m games and apps have so far been published using IARC. Developers must abide by the IARC Terms of Use.
Tuesday, 10 February 2026
Uploading App Packages to the Windows Store
Windows Store Apps - Pricing
If you are a Windows Store developer, you have a few pricing options: Free, Freemium (optional in-app purchases, Subscription or Paid (one time payment).
Monday, 10 November 2025
Why Python From Windows Store is Flawed
Installing Python from the Windows Store is flawed as everything goes into AppData\Local. This is a local directory associated with the logged in user C:\Users\<Name>\AppData\Local.
This is a way to sidestep a "proper installation" in C:\Program Files which requires administrator privileges. It's a way to overcome potential UAC restrictions.
Once installed - there is no proper way to uninstall. You need to get into the AppData directory (which is hidden in File Explorer). Once opened, you can navigate to Microsoft\WindowsStore to find python and related exe files (e.g. pip.exe). Then do a clean of the registry.
You may also find Python subdirectories in the WindowsStore directory.
While cleaning out registry entries you may come across references to .whl files (or Python Wheels).
Monday, 6 May 2019
"Something happened and we couldn't start the upgrade" - Windows Store
Sunday, 5 May 2019
wsreset.exe
Wednesday, 19 November 2014
What is Contained in .NET for Windows Store Apps?
Microsoft.Advertising.Mobile
Microsoft.Devices.Sensors
Microsoft.Phone
Microsoft.Phone.Maps
Microsoft.Phone.Reactive
Microsoft.Xna.Framework
System.Numerics
System.Runtime.Numerics
System.Net.Http.Rtc