Developer

Me

Atron Seige
husband, developer, home brewer, n00b gamer

Powershell Scripts

Atron Seige
Get the top 10 records and save it to a different file Get-Content “C:\start.csv” | select -First 10 | Out-File “C:\stop.csv” Find the needle in the file and then save the first 10 to a new file.

Chocolatey

Atron Seige
Link https://docs.chocolatey.org/en-us/ Useful apps Create a package.config file in a folder that you prefer. I find these apps useful, so I use this config file.