Skip to content

Instantly share code, notes, and snippets.

@blam23
Created August 26, 2012 18:34
Show Gist options
  • Save blam23/3482403 to your computer and use it in GitHub Desktop.
Save blam23/3482403 to your computer and use it in GitHub Desktop.
AxRun File Scraper Format
Applications
# Get all the startup items!
path = ["%appdata%\Microsoft\Windows\Start Menu", "%SystemDrive%\ProgramData\Microsoft\Windows\Start Menu"]
ext = ["lnk", "exe"]
filter = ["uninstall", "welcome", "help", "start here", "readme", "read me", "release notes"]
recurse = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment