Skip to content

Instantly share code, notes, and snippets.

@Aetopia
Aetopia / .cmd
Last active October 22, 2025 18:55
rundll32.exe pnpclean.dll,RunDLL_PnpClean /devices /drivers /files /maxclean
rundll32.exe appxdeploymentclient.dll,AppxCleanupOrphanPackages
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc.exe /scannow
DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase
shutdown /r /t 0 /f
@makamys
makamys / 1.7.10-essentials.md
Last active December 4, 2025 10:07
List of "Essential" 1.7.10 Mods

List of "Essential" 1.7.10 Mods

This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.

These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.

Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.

Table of Contents

@skyrising
skyrising / mojang-meta-urls.md
Last active November 17, 2025 18:47
Mojang Meta URLs
@m417z
m417z / ShowAppId.cpp
Created July 29, 2020 16:33
Get an Application User Model ID (AUMID) from a window handle
#include <windows.h>
#include <initguid.h>
// {c8900b66-a973-584b-8cae-355b7f55341b}
DEFINE_GUID(CLSID_StartMenuCacheAndAppResolver, 0x660b90c8, 0x73a9, 0x4b58, 0x8c, 0xae, 0x35, 0x5b, 0x7f, 0x55, 0x34, 0x1b);
// {46a6eeff-908e-4dc6-92a6-64be9177b41c}
DEFINE_GUID(IID_IAppResolver_7, 0x46a6eeff, 0x908e, 0x4dc6, 0x92, 0xa6, 0x64, 0xbe, 0x91, 0x77, 0xb4, 0x1c);
// {de25675a-72de-44b4-9373-05170450c140}