Skip to content

Instantly share code, notes, and snippets.

@scarpa27
scarpa27 / shutdown_prompt.bat
Created January 27, 2023 16:52
Shutdown script prompts timeout in minutes. Loops to start if string entered. Can be stopped at any moment. After windows shutdown initiated, restarting and inputing "no" stops shutdown.
@echo off
setlocal enableextensions enabledelayedexpansion
echo %time:~0,-3%
echo If timed out and shuttdown has started,
echo start me again and input: no
GOTO first
:first
::read user input
@scarpa27
scarpa27 / menu.reg
Created June 11, 2022 11:59
add jetbrains context menu open folder as project toolbox ide subitem
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\JetBrains]
"Icon"="C:\\Users\\%username%\\AppData\\Local\\JetBrains\\Toolbox\\bin\\jetbrains-toolbox.exe"
"MUIVerb"="JetBrains"
"Position"="Top"
"SubCommands"="JBRIDER;JBIDEA;JBSTUDIO"