Skip to content

Instantly share code, notes, and snippets.

View forsyth47's full-sized avatar
💠
quack quack

Joshua S forsyth47

💠
quack quack
View GitHub Profile
1. Open CMD as Administrator
2. Paste the following commands into the Cmd: One by one, follow the order.
cscript slmgr.vbs /ipk "SERIAL NUMBER HERE"
Replace SERIAL NUMBER HER with any of these, according your Windows 10 installation type.
Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
{
"editor.copyWithSyntaxHighlighting": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.emptySelectionClipboard": false,
"workbench.editor.enablePreview": false,
"window.newWindowDimensions": "inherit",
"editor.multiCursorModifier": "ctrlCmd",
"files.trimTrailingWhitespace": true,
"diffEditor.renderSideBySide": false,
"editor.snippetSuggestions": "top",
To make any app (including apps that don’t request device admin privileges by default) into a Device Admin App, you can follow these detailed steps.
1. Decompile the App
Decompile the APK using APKTool:
apktool d app-name.apk
2. Modify the App
Add Device Admin Receiver:
In the decompiled APK folder,in AndroidManifest.xml file the following code is to be added inside the <application> tag:
<receiver android:name=".MyDeviceAdminReceiver"
@forsyth47
forsyth47 / accounts.json
Created October 30, 2025 03:40
Prism Accounts.json File for Offline Account
{
"accounts": [
{
"profile": {
"capes": [
],
"id": "49787d61f64b3b94a8f13d331a9ce421",
"name": "XYZ",
"skin": {
"id": "",