Skip to content

Instantly share code, notes, and snippets.

View navhaxs's full-sized avatar

Jeremy Wong navhaxs

View GitHub Profile
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\compattelrunner.exe]
"Debugger"="systray.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\wsqmcons.exe]
"Debugger"="systray.exe"
@navhaxs
navhaxs / launch.json
Created April 6, 2020 23:13
A very minimal 'VS Code Debug Launch Configuration' to debug the current javascript file in Node.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug File",
"program": "${file}",
"cwd": "${fileDirname}"
}
Include
# Pico+
CalSync # Install Google Calendar Sync (if Google Calendar is being installed)
DialerFramework # Install Dialer Framework (Android 6.0+)
GoogleTTS # Install Google Text-to-Speech Engine (Micro+ on 5.0-, Pico+ on 6.0+)
PackageInstallerGoogle # Install Package Installer (Android 6.0 only & Android 8.0+)
# Nano+
BatteryUsage # Install Device Health Services (Android 7.1+)
@navhaxs
navhaxs / blog.md
Created September 10, 2019 12:39
SonicWall NetExtender 2016 on macOS Mojave (I was desparate, okay?)
title author date summary
SonicWall NetExtender 2016 on macOS Mojave
Jeremy
2019-06-18
Replacing VPN software with outdated versions for fun and profit.

WARNING: Big hack

Platform: Mac

@navhaxs
navhaxs / vps.md
Last active August 6, 2019 04:13
VPS
@navhaxs
navhaxs / spotify.sh
Last active June 5, 2019 22:27
Magisk boot script to freeze spotify android app until sd card is ready: /data/adb/service.d/spotify.sh and don't forget to chmod 755
#!/system/bin/sh
A=$(getprop sys.boot_completed | tr -d '\r')
while [ "$A" != "1" ]; do
sleep 2
A=$(getprop sys.boot_completed | tr -d '\r')
done
pm disable com.spotify.music
@navhaxs
navhaxs / Remove LogiLDA from Autorun.reg
Created May 24, 2019 12:58
Windows 10 upgrade fix for RunDLL "There was a problem starting C:\Windows\System32\LogiLDA.dll" The specified module could not be found.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Logitech Download Assistant"=-
@navhaxs
navhaxs / pro6-to-pptx.py
Last active July 18, 2020 10:25
A python script to convert pro6 to pptx slides
#!/usr/bin/env python3
import xml.etree.ElementTree as ET
import base64
import sys
import os
from pptx import Presentation
# Disclaimer: Also add your CCLI number to the copyright text if using output slides for a service!
# Pre-requisites: template.pptx should be an empty presentation with no slides, but with a customised master slide template

DELL XPS 15 Solutions

Problem Solution
Wifi Replace with Intel
Audio Uninstall smartbyte / KSMRD
Keyboard ?????? BIOS 1.60
Won't turn on Warranty
Crashing Repaste/Undervolting, then warranty