24/04/2025
[Windows 11] Uninstall widgets app
[Windows] Hash a file
23/04/2025
[Windows 11] Disable telemetry and diagnostic data
Windows 11 collects some data and allows some configuration under Settings > Privacy & Security > Diagnostics & Feedback however you are not allowed to completely disable it. If you wanted to do so, you could apply a policy using the Local Group Policy Editor app (gpedit).
Find the Local Computer Policy > Administrative Templates > Windows Components > Data Collection and Preview Builds > Allow Diagnostic Data
Click to modify it, enable it and set it to "Diagnostic data off"
You can then logout and login again or run from a terminal the command to force reload policies:
gpupdate /force
[Windows 11] Remove PhoneLink app
Removing the PhoneLink app on Windows, is as easy as running (from administrator shell):
Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
12/03/2025
[Windows 11] Initial setup without forced login
12/01/2025
[Android] Sprescia app for run activity tracking
No it is not Christmas today, but here is another free, no ads, no trackers, no data collection, minimalistic app to track your run activity!
Built for Android 14+ using help from ChatGPT and icons from SVG Repo this app writes to a local Rooom DB in 1 table: run
Run view allows you to add, edit, delete run details and calculates average speed for each entry, comparing it with the previous one, giving you a quick view of your training progression. You can also export and import data to/from csv for quick backup and restore logic.
Daily stats view allows you to see daily run data and compare it to previous runs using key metrics: steps, average speed, distance, time.
Monthly stats view provides the same capability but averages the data grouping per month instead.
You can find the Sprescia project on my GitHub