August 9, 2025
November 1, 2025
After testing on real hardware I noticed that the absence of a xhci driver makes the USB 3.0 slots of this HP Pavilion g6 not safe to use, as it doesn't recognise flash drives that were connected while the system is running, and worse, bluescreens when they get disconnected.
November 1, 2025
I finally took the time today to try running ReactOS on my Xbox Original. Apparently it gets stuck after loading mup.sys...
January 1
April 2
Here are some drawings I made in university when I was bored.
👍1
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
https://codeberg.org/MichaelAgarkov/URLViewer
🔥1
May 18
Михаил Агарков
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
I got URLViewer to compile for Windows 95! Now available in the Codeberg release as
win95-build.zip.May 19
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.
😱1
June 15
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.
2.
3. There should be a third one with a random string of characters after an underscore, disabling it through
4. Of course, stop all the services mentioned above.
5. Delete everything in the
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.GitHub
GitHub - SmtimesIWndr/gdid-reversal
Contribute to SmtimesIWndr/gdid-reversal development by creating an account on GitHub.
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