Skip to content

Instantly share code, notes, and snippets.

@dch
Created May 31, 2011 13:49
Show Gist options
  • Save dch/1000525 to your computer and use it in GitHub Desktop.
Save dch/1000525 to your computer and use it in GitHub Desktop.
dirty hack to check windows manifests quickly
echo get http://live.sysinternals.com/strings.exe first
for /r %i in (*.dll *.exe) do @echo %i && strings %i | findstr /i "microsoft.vc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment