Midex's blog
6 subscribers
17 photos
2 links
My blog about my stuff.
Download Telegram
August 9, 2025
November 1, 2025
November 1, 2025
January 1
April 2
Here are some drawings I made in university when I was bored.
April 8
Do you easily get annoyed by programs that open a link in your browser without asking? I made a program specifically to address that.
https://codeberg.org/MichaelAgarkov/URLViewer
May 18
Being a highly sensitive person as a man is painful. Society expects me to not have emotions, never cry in public, not be into cute things, etc. Why am I not allowed to be myself in society because of being born as male? Such a sad world we live in.
June 15
Here are some more simple drawings I made (ゝω・´★)
July 13
https://github.com/SmtimesIWndr/gdid-reversal

So apparently the telemetry in Windows is worse than anyone thought. So I decided to make simple instructions on mitigating the Windows GDID spyware.
1. sc config CDPSvc start= disabled (administrator required)
2. sc config CDPUserSvc start= disabled (administrator required)
3. There should be a third one with a random string of characters after an underscore, disabling it through svc won't work even with TrustedInstaller privileges. You need to open regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc_12345 where 12345 is your random string, and set the Start DWORD to 4 (Disabled).
4. Of course, stop all the services mentioned above.
5. Delete everything in the %LOCALAPPDATA%\ConnectedDevicesPlatform folder.
July 18
Let's Encrypt decided to stop giving out certificates to Russians, so I guess I'll have to start using self-signed ones soon... 😢
Please open Telegram to view this post
VIEW IN TELEGRAM
July 25