Devboot update: 23-11-15-23-39-46

This commit is contained in:
Matheus Albino
2023-11-15 23:39:46 -03:00
parent 8963903621
commit 788ec57124
3 changed files with 42 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
Windows Registry Editor Version 5.00
; Remove Pin to Start
[-HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\Microsoft.Website\ShellEx\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\mscfile\shellex\ContextMenuHandlers\PintoStartScreen]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}]

13
scripts/shell/run-streamlink.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Check if a parameter is provided
if [ -z "$1" ]; then
echo "Usage: $0 <FOO>"
exit 1
fi
# Assign the parameter to a variable
FOO="$1"
# Run the streamlink command
streamlink.exe "$FOO" best