How to patch the ROM and Project64 settings.
Author: Aaron
Patching SNES MSU-1 ROMs
This post explains what to do with .msu .pcm and .ips files.
Neo Geo ROMs on MiSTer FPGA
This posts explains how to use darksoft-to-neosd with Darksoft Neo Geo 2020-05-12 ROM pack.
Delete Windows Update Cache
Stop wuauserv then delete or rename C:\Windows\SoftwareDistribution
Remove WSUS settings in registry
Delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
Remove “Move to OneDrive” in Context Menus
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked
{CB3D0F55-BC2C-4C1A-85ED-23ED75B5106B} (REG_SZ) Leave value blank
lsblk to find device | fdisk to create partition | mke2fs device to create filesystem | mount -av to mount without reboot
Reset Advanced IP Scanner window position
Delete Rect at Computer\HKEY_CURRENT_USER\SOFTWARE\famatech\advanced_ip_scanner\State\MainWnd
Secure erase an NVMe drive
sudo apt install nvme-cli
sudo nvme format /dev/device -s 1
SSH Tunnels with PuTTY
Source port is the local port you connect to.
Destination is relative to the system you're SSHing to.