Skip to content

Instantly share code, notes, and snippets.

@benok
benok / save_spotlight.sh
Last active July 25, 2023 04:51
Save Windows Spotlight cache images
#!/bin/sh
# Save Windows Spotlight cache images
# (execute from Git-bash, please)
CACHE_DIR=${LOCALAPPDATA}/Packages/Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy/LocalState/Assets
DEST_DIR=~/Pictures/WindowsSpotlight
mkdir -p $DEST_DIR
cd ${CACHE_DIR}
@benok
benok / SKS3200M-auto-select-english.js
Last active May 23, 2024 10:05
UserScript for Xikestor managed switch SKS3200M to auto-select English on login
// ==UserScript==
// @name Xikestor managed switch SKS3200M auto-select english on login
// @namespace https://github.com/benok
// @version 2024.05.23.1
// @description auto-select "English" on login (confirmed on firmware version 1.9)
// @author benok
// @match http://192.168.10.12/login.cgi
// @match http://(modify with your ip here)/login.cgi
// @icon https://xikestor.com/img/web_support/XikeStor.jpg
// @grant none