Skip to content

Instantly share code, notes, and snippets.

View andreydjason's full-sized avatar

Andrey Viana andreydjason

  • Brasil - SC
View GitHub Profile
@andreydjason
andreydjason / stop-all.bat
Created January 11, 2026 15:03
Auto Stop Programs & Services
powershell -NoProfile -ExecutionPolicy Bypass -File "C:\Users\andre\Documents\WindowsPowerShell\stop-all.ps1"
echo. echo Concluido. Feche esta janela manualmente quando desejar. pause endlocal
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac