Skip to content

Instantly share code, notes, and snippets.

@house9
house9 / TODO-Report.ps1
Created March 14, 2011 15:58
powershell script to generate a TODO report
$fileName = "_2-DO_log.txt"
$max = 20
$encoding = "ASCII"
# remove previous file if exists
if(Test-Path $fileName) { Remove-Item $fileName }
# dump 2-do report to the file system
Get-ChildItem –rec –include *.config,*.cs,*.js,*.cshtml,*.css,*.aspx |
where { $_ -notmatch 'lib' } |
@chunter
chunter / pageant-autoload-keys-at-startup.txt
Created June 20, 2017 10:51
Make Pageant autoload keys at startup
To make Pageant automatically run and load keys at startup:
- Find the location of pageant.exe
- Windows key + R to open the 'run' dialog box
- Type: 'shell:startup' in the dialog box
- Create a shortcut to the pageant.exe and put into this startup folder.