Click here to Skip to main content
15,895,777 members
Articles / All Topics

Sys Internals Updater

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
15 May 2014CPOL1 min read 8.7K   5  
Sys internals updater

During Channel 9 Live: Defrag Tools Live – Mark Russinovich, Mark Russinovich mentioned that one of the apps might not have been up to date on the machine he was showing really cool things on Smile. So then, I thought hey I never update my sys internals apps.

At one point, he showed the Autoruns tools and showed the WMI tab.

image

I fired up the app when he did so I can follow and learn new things, when this tab was shown, I realized I didn't have the latest of the file. So I decided I could Bing everytime I want to update my Sys Internals apps and then I thought to myself that I'm a developer and that's not what devs do Smile with tongue out.

So I created an app for it which basically just reads off http://live.sysinternals.com/.

image

and then lets you know what is up to date what you don't have and then lets you easily with the click of a button update your Sys Internals to the latest and greatest. Open-mouthed smile

image

It shows apps that have new updates recently with a little new tag. Those are apps that have been updated in the last 7 days.

This is just the first release, some things that I'd probably want to add in the future is things like minimizing to the notification section and then having balloons when there are updates and letting you choose to auto update when possible.

All the code is also available on GitHub on my Sys-Internals-Updater repo here.

This article was originally posted at http://31og.com/post/sys-internals-updater

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect SSW
South Africa South Africa

Comments and Discussions

 
-- There are no messages in this forum --