Skip to content

jsoul-dev/automation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Scripts

A collection of various automation scripts designed to streamline common tasks, system modifications, and application management on Windows.

Available Scripts

Tip

Quick Download: You can instantly download any script by clicking the ⬇️ icon next to its name. These direct downloads are hosted natively via GitHub Releases, powered by an automated CI/CD pipeline that ensures you are always downloading the absolute latest version!

  • ⬇️ Add Subtitle Suffix: A lightweight Python script to automatically detect and append standard 3-letter language suffixes (e.g., .eng.srt) to subtitle files.
  • ⬇️ Brave Debloater: Debloats Brave Browser by applying enterprise policies to disable telemetry, bloatware, and built-in managers.
  • ⬇️ DBD Intro Toggler: A batch script that automatically detects Steam/Epic Games installations of Dead by Daylight and toggles the startup cinematic on or off.
  • ⬇️ Display Mode Fixer: An AutoHotkey script that forces "Second screen only" mode to prevent lag spikes while gaming when a TV is plugged in but not in use.
  • ⬇️ Hosts Blocker: A PowerShell script that intelligently injects domains into the Windows hosts file for system-wide blocking.
  • ⬇️ HVCI Toggler: A batch script to easily toggle Virtualization-Based Security (VBS) and Memory Integrity (HVCI) on or off via the registry.
  • ⬇️ Idle Locker: An AutoHotkey script that mutes audio and disables inputs when your monitor turns off, automatically locking your Windows session on inactivity.
  • ⬇️ Instagram Archiver: A Python script using Instaloader to automatically backup full Instagram profiles (posts, stories, highlights) via browser cookies.
  • ⬇️ Manga Translator: An automated Python script that batch-translates raw manga pages from Japanese to English using the MangaTranslate API.
  • ⬇️ Media Converter: A batch script wrapper for FFmpeg to seamlessly and losslessly remux video files between formats (e.g. MKV to MP4).
  • ⬇️ MKV Cleaner: A Python script using mkvmerge to automatically batch filter MKV files, stripping out unwanted audio and subtitle tracks.
  • ⬇️ Mouse Mode: A lightweight system tray utility that allows you to instantly switch the behavior of your mouse's side buttons.
  • ⬇️ Office Installer: Provides an interactive, menu-driven installation script for Microsoft Office 365 ProPlus, allowing you to choose exactly which apps to install.
  • ⬇️ Open Hosts File: Automatically elevates to Administrator and opens the Windows hosts file in Notepad for quick editing.
  • ⬇️ Reboot to BIOS: A batch script that automatically restarts your PC and boots directly into the UEFI BIOS settings.
  • ⬇️ Spotify Uninstaller: Completely removes Spotify Desktop, the Spotify Microsoft Store app, Spicetify, and all residual files/registry keys.
  • ⬇️ SpotX Installer: Installs SpotX to remove ads and add features to the Spotify desktop client.
  • ⬇️ Startup Launcher: A customizable batch script designed for shell:startup to seamlessly launch your background scripts on boot.
  • ⬇️ TBH Decorator: A Python script to securely modify Task Bar Hero game saves with built-in backup support.
  • ⬇️ Turn Off Monitor: Instantly puts all connected monitors to sleep via a native Windows API call.
  • ⬇️ Twitch Recorder: Automatically monitors and records Twitch streams using streamlink when a specified broadcaster goes live.
  • ⬇️ WiFi Pass Viewer: A lightweight, terminal-based batch script that extracts and views saved Wi-Fi network passwords on Windows.

Usage

Each script is contained within its own directory and includes its own README.md file. Please navigate to the respective directory and read its documentation carefully before running the scripts, as some require Administrator privileges or perform deep system modifications.

Disclaimer

Warning

Some of these scripts perform significant modifications to your system, including registry edits and file deletions. Always ensure you understand what a script does before running it. Use at your own risk.

License

This project is licensed under the MIT License - see the LICENSE file for details. Please note that individual scripts are credited to their original authors where applicable.