Skip to content

Instantly share code, notes, and snippets.

View Chaprnks's full-sized avatar
🎯
Eat.. sleep.. code..

Chaprnks Chaprnks

🎯
Eat.. sleep.. code..
View GitHub Profile
// ==UserScript==
// @name GitHub's Releases Download Count Viewer for Tampermonkey
// @version 0.6
// @updateURL https://gist.github.com/kusaanko/0501af806454b090972784dddff04bcf/raw/Show%2520download%2520count%2520of%2520GitHub%2520release%2520for%2520Tampermonkey.user.js
// @downloadURL https://gist.github.com/kusaanko/0501af806454b090972784dddff04bcf/raw/Show%2520download%2520count%2520of%2520GitHub%2520release%2520for%2520Tampermonkey.user.js
// @description Displays the download count of GitHub's release.
// @author Kusaanko
// @match https://github.com/*
// @grant none
// @namespace https://github.com/kusaanko
@Chaprnks
Chaprnks / Windows 10 Disable Services.bat
Created July 24, 2022 06:40 — forked from 2510/Windows 10 Disable Services.bat
Disable unused services (for me) on Windows 10
REM Windows Search
sc config WSearch start=disabled
REM SSDP Discovery
sc config SSDPSRV start=disabled
REM Geolocation Service
sc config lfsvc start=disabled
REM ActiveX Installer
sc config AXInstSV start=disabled
REM AllJoyn Router Service
sc config AJRouter start=disabled