Devboot update: 23-11-15-23-39-46
This commit is contained in:
8
scripts/regedit/RemovePinToStart.reg
Normal file
8
scripts/regedit/RemovePinToStart.reg
Normal 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
13
scripts/shell/run-streamlink.sh
Executable 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
|
||||
Reference in New Issue
Block a user