Skip to content

calebd-anderson/windows-scripts

Repository files navigation

Windows Scripts

ip_locate.ps1

IP address analysis leveraging the ipinfo.io API to display a report about an ip address.

list-dupe-files

Batch script calculates and generates a report of dissimilar file data in the current working directory.

eject-volume

Attempts to eject a pesky volume that won't eject safely. Such as external HDDs or USB drives.

reset-filetype

Windows 10 had a frustrating way of handling filetype associations where if one made a mistake, ugly artifacts were left over in the UI. This script modifies the registry to nuke any artifacts related to a file type.

virus-scan

Custom virus scan of critical locations.

Locations:

  • Browser cache:
    • Edge
    • Firefox
    • Chrome
  • temp
  • email cache
    • Windows Mail app
    • Outlook (legacy Outlook)

download_webpage.ps1

Basic script taking as input a URL and an output file name to simplify downloading a file from the internet.

About

PowerShell & Batch Scripts

Topics

Resources

Stars

Watchers

Forks