From 55ce6ba12d7d93a24b2270d0c281ae65cc81e9e7 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Thu, 31 Jul 2025 05:37:27 +0530 Subject: [PATCH] Fix video player --- blog/2025-02-14-TSforge/index.md | 2 +- docs/genuine-installation-media.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2025-02-14-TSforge/index.md b/blog/2025-02-14-TSforge/index.md index 04e74c3..03d36c0 100644 --- a/blog/2025-02-14-TSforge/index.md +++ b/blog/2025-02-14-TSforge/index.md @@ -39,7 +39,7 @@ Recognizing this, asdcorp decided to investigate how CID validation worked inter import ReactPlayer from 'react-player' - + As shown in the video, patching the CID validation code in `sppobjs.dll` allowed us to use a CID made of all zeroes for activation. Crucially though, this activation remained even after clearing the patch by restarting sppsvc. To us, this suggested something very important: **whatever data SPP saves to remember that it's activated is never validated after being written**. diff --git a/docs/genuine-installation-media.md b/docs/genuine-installation-media.md index bcb2f58..0f46cae 100644 --- a/docs/genuine-installation-media.md +++ b/docs/genuine-installation-media.md @@ -131,7 +131,7 @@ Microsoft doesn't allow you to download ISO file directly if browser's useragent import ReactPlayer from 'react-player' - + ---