Skip to content

Instantly share code, notes, and snippets.

@AndrewMast
AndrewMast / disable_vanguard.vbs
Last active May 2, 2024 03:44
Commands to disable Riot Vanguard when you aren't playing Valorant
' Disables Vanguard from starting when you boot your computer
Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas")
@ckurtz22
ckurtz22 / resize-user.py
Last active August 18, 2023 12:45
Script to resize an emuMMC image for the Nintendo Switch.
import sys
import os
import math
import uuid
import struct
import configparser
from struct import unpack, pack
from binascii import crc32
if len(sys.argv) > 4 or len(sys.argv) < 2:

Solus packaging cheat sheet

Setup

Install required packages

  • sudo eopkg install -c system.devel
  • sudo eopkg install git solbuild
  • sudo eopkg install solbuild-config-unstable

Create repository directory

  • mkdir ~/repository
@65c22
65c22 / official-windows-downloads
Created November 18, 2016 19:43
[Trick] Official Microsoft Windows Downloads (7/8/10) 64-32 bits Raw
It is possible to download all versions of Windows (since version 7) with the Microsoft site without product key thanks with this tip:
Go to this link : https://www.microsoft.com/en-us/software-download/windows10ISO/
In the drop-down menu that asks you to choose your edition you only see version 10 of Windows :
http://i.imgur.com/YRLrIfV.png
Then , open your browser console and enter this script :