Skip to content

Instantly share code, notes, and snippets.

[gcode_macro mkw_grumble]
description: Mario Kart Wii - Grumble Volcano
gcode:
M300 P176 S98
G4 P176
M300 P167 S65
G4 P167
M300 P166 S65
G4 P166
M300 P168 S65
@InjectedPie
InjectedPie / mii channel gcode
Created September 9, 2023 06:58
mii channel theme gcode
M300 P209 S370
M300 P300 S0
M300 P96 S440
M300 P150 S0
M300 P99 S554
M300 P399 S0
M300 P96 S440
M300 P397 S0
M300 P97 S370
M300 P152 S0
@InjectedPie
InjectedPie / ytbackup.bat
Created June 6, 2023 22:38
yt-dlp channel backup
yt-dlp.exe -f bestvideo+bestaudio --merge-output-format mkv -ciw -o "%(uploader)s/%(title)s.%(ext)s" "https://www.youtube.com/channel/CHANNEL_ID"
@InjectedPie
InjectedPie / regbackupson.reg
Created April 8, 2023 07:42
reenables windows Periodic registry backups on Windows 10 1809+ and Windows 11. My config is set to keep 3 backups
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager]
"EnablePeriodicBackup"=dword:00000001
"BackupCount"=dword:00000003
@InjectedPie
InjectedPie / watt.sh
Created April 7, 2023 09:49
linux / truenas all cpu all powerconsumption
sudo turbostat --Summary --quiet --show PkgWatt --interval 1
@InjectedPie
InjectedPie / w11oldcontextmenü.reg
Created March 11, 2023 18:29
W11 old context menü
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
@InjectedPie
InjectedPie / UseCompactMode.reg
Created February 26, 2023 22:56
W11 UseCompactMode for a W10 like Foldercontent view
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"UseCompactMode"=dword:00000001
@InjectedPie
InjectedPie / explorer seperate processes.reg
Created January 23, 2023 14:23
starts every exlorer instance in a seperate process costing some resources in trade of more stability
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SeparateProcess"=dword:00000001
@InjectedPie
InjectedPie / binmerge_batchconvert.bat
Created January 20, 2023 18:20
batchconvert script for binmerge (https://github.com/putnam/binmerge): turns all bin cue disk images to a single bin+cue and puts it in /out/[diskname]
@echo off
for %%f in (*.cue) do (
echo [INFO] ################ Started merging of '%%~nf' ################
binmerge.exe "%%~nxf" --outdir "out/%%~nf" "%%~nf"
)
@InjectedPie
InjectedPie / fix W11 Iconspacing.reg
Created January 15, 2023 15:59
w11 iconspacing fix by @d3rby91
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"IconSpacing"="-1710"