Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darryl-davidson/1c50767de375186594cb297fe3268f74 to your computer and use it in GitHub Desktop.
Save darryl-davidson/1c50767de375186594cb297fe3268f74 to your computer and use it in GitHub Desktop.
PS C:\Users\ddavidson> dir $env:SystemRoot\Microsoft.Net\Framework\v4.0.30319 -filter *.exe
Directory: C:\Windows\Microsoft.Net\Framework\v4.0.30319
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 8/9/2013 5:51 PM 42080 AddInProcess.exe
-a--- 8/9/2013 5:51 PM 42088 AddInProcess32.exe
-a--- 8/9/2013 5:51 PM 42064 AddInUtil.exe
-a--- 8/9/2013 5:52 PM 98384 AppLaunch.exe
-a--- 8/9/2013 5:52 PM 55912 aspnet_compiler.exe
-a--- 8/9/2013 5:52 PM 45176 aspnet_regbrowsers.exe
-a--- 4/15/2014 4:34 PM 41144 aspnet_regiis.exe
-a--- 8/9/2013 5:52 PM 127584 aspnet_regsql.exe
-a--- 4/15/2014 4:34 PM 45744 aspnet_state.exe
-a--- 4/15/2014 4:34 PM 43176 aspnet_wp.exe
-a--- 8/9/2013 5:52 PM 108104 CasPol.exe
-a--- 8/9/2013 5:52 PM 176736 ComSvcConfig.exe
-a--- 4/15/2014 4:34 PM 1853072 csc.exe
-a--- 8/9/2013 5:53 PM 43096 cvtres.exe
-a--- 8/9/2013 5:53 PM 73304 DataSvcUtil.exe
-a--- 8/9/2013 5:53 PM 23104 dfsvc.exe
-a--- 8/9/2013 5:53 PM 85576 EdmGen.exe
-a--- 8/9/2013 5:53 PM 297024 ilasm.exe
-a--- 8/9/2013 5:53 PM 40536 InstallUtil.exe
-a--- 8/9/2013 5:53 PM 47160 jsc.exe
-a--- 8/9/2013 5:53 PM 32920 Microsoft.Workflow.Compiler.exe
-a--- 8/9/2013 5:53 PM 267856 MSBuild.exe
-a--- 8/9/2013 5:53 PM 103608 mscorsvw.exe
-a--- 8/9/2013 5:54 PM 140864 ngen.exe
-a--- 8/9/2013 5:54 PM 91728 ngentask.exe
-a--- 8/9/2013 5:54 PM 64584 RegAsm.exe
-a--- 8/9/2013 5:54 PM 45128 RegSvcs.exe
-a--- 8/9/2013 5:54 PM 226408 ServiceModelReg.exe
-a--- 8/9/2013 5:54 PM 139856 SMSvcHost.exe
-a--- 4/15/2014 4:35 PM 2459280 vbc.exe
-a--- 8/9/2013 5:56 PM 155224 WsatConfig.exe
PS C:\Users\ddavidson> dir $env:SystemRoot\Microsoft.Net\Framework64\v4.0.30319 -filter *.exe
Directory: C:\Windows\Microsoft.Net\Framework64\v4.0.30319
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 8/9/2013 5:39 PM 42080 AddInProcess.exe
-a--- 8/9/2013 5:39 PM 42088 AddInProcess32.exe
-a--- 8/9/2013 5:39 PM 42064 AddInUtil.exe
-a--- 8/9/2013 5:39 PM 115792 AppLaunch.exe
-a--- 8/9/2013 5:39 PM 54888 aspnet_compiler.exe
-a--- 8/9/2013 5:39 PM 44664 aspnet_regbrowsers.exe
-a--- 4/15/2014 4:33 PM 43696 aspnet_regiis.exe
-a--- 8/9/2013 5:39 PM 127072 aspnet_regsql.exe
-a--- 4/15/2014 4:33 PM 50864 aspnet_state.exe
-a--- 4/15/2014 4:33 PM 47784 aspnet_wp.exe
-a--- 8/9/2013 5:39 PM 107592 CasPol.exe
-a--- 8/9/2013 5:39 PM 176736 ComSvcConfig.exe
-a--- 4/15/2014 4:33 PM 2637456 csc.exe
-a--- 8/9/2013 5:40 PM 46680 cvtres.exe
-a--- 8/9/2013 5:40 PM 73304 DataSvcUtil.exe
-a--- 8/9/2013 5:40 PM 23104 dfsvc.exe
-a--- 8/9/2013 5:40 PM 85576 EdmGen.exe
-a--- 8/9/2013 5:40 PM 363584 ilasm.exe
-a--- 8/9/2013 5:40 PM 40024 InstallUtil.exe
-a--- 8/9/2013 5:40 PM 47160 jsc.exe
-a--- 8/9/2013 5:40 PM 32920 Microsoft.Workflow.Compiler.exe
-a--- 8/9/2013 5:40 PM 263240 MSBuild.exe
-a--- 8/9/2013 5:40 PM 124088 mscorsvw.exe
-a--- 8/9/2013 5:41 PM 171072 ngen.exe
-a--- 8/9/2013 5:41 PM 91216 ngentask.exe
-a--- 8/9/2013 5:41 PM 64072 RegAsm.exe
-a--- 8/9/2013 5:41 PM 44616 RegSvcs.exe
-a--- 8/9/2013 5:41 PM 263272 ServiceModelReg.exe
-a--- 8/9/2013 5:41 PM 139856 SMSvcHost.exe
-a--- 4/15/2014 4:34 PM 3546256 vbc.exe
-a--- 8/9/2013 5:42 PM 155224 WsatConfig.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment