Skip to content

Instantly share code, notes, and snippets.

View samleong123's full-sized avatar
🥲

Sam Sam samleong123

🥲
View GitHub Profile
@samleong123
samleong123 / readme.md
Last active May 5, 2025 14:43
Install Apple Music Preview on Windows 10 21H2 with Lossless Audio Support

Install Apple Music Preview on Windows 10 with Lossless Audio Support

Disclaimer

I will not be responsible on any inconvenience / damage / loss on behalf this tutorial nor the modified Apple Music Preview bundle.

Only for research purposes.

Minimum Tested System Requirement

System / Package Name Version
@samleong123
samleong123 / SPM2021.js
Created May 20, 2023 02:12
SPM 2021 PDF URL Retrieve Method
// SPM 2021 myresultspm.moe.gov.my PDF URL format
// Retrieve PDF directly from server without any API
// Frontend done SHA1 Angka Giliran and NRIC to get PDF URL
// set NRIC and Angka Giliran variable
var ag = '';
var nokp = '';
// sha1 function
@samleong123
samleong123 / readme.md
Created November 13, 2024 01:33
Windows 11 24H2: Adding Simplified Chinese Language Pack via DISM aka Offline Method

Windows 11 24H2: Adding Simplified Chinese Language Pack via DISM

Disclaimer: This tutorial is specifically designed for Windows 11 24H2 version. Using this guide on 23H2 or 22H2 versions may result in error 0x800f0818 when installing the .CAB language pack.

Steps:

  1. Obtain the Simplified Chinese Language Pack from OneDrive or the Windows ISO.
    • If using the Windows ISO, mount the ISO and locate the Microsoft-Windows-LanguageFeatures-Basic-zh-cn-xxx.cab file. You will also need the Microsoft.LanguageExperiencePackzh-CN.appx bundle which you can get from the OneDrive. image