Skip to content

Personal scripts that I created specifically because I was bored.

License

Notifications You must be signed in to change notification settings

sakkarose/oddly_specific_scripts

Repository files navigation

personal_scripts

Personal scripts that I created for my personal uses

Scripts List

  • Offline_WU.ps1 - (PowerShell): Installs all offline Windows updates (.msu files) found in its own directory, ensuring it runs with administrator privileges. Error handling is not necessary since it won't take long before wusa knows this update is already installed or not elligible.
  • Microsoft-Edge_removal.ps1 - (PowerShell): This script thoroughly removes Microsoft Edge from Windows systems, including uninstalling all packages, deleting files and folders, clearing registry entries, and disabling scheduled tasks.
  • update-apt-mirror.sh - (Shell): This script fetches, tests and updates the sources.list for OS that uses apt as package manager.
  • BLE-deauth.py - (Python): A simple single-address BLE deauth using bleak.
  • everySingleImage.pl - (Squid): A script that replaces every image (maybe) on a website.
  • rewriteURL.pl - (Squid): A script that replaces the url with a preset one.