This would force a Windows Updates detection to run upon clicking the shortcut, somewhat easier than launching the website.
The script you would need locally could look something like this;
@Echo off
Echo Stopping Windows Update Service
net stop wuauserv
Echo Starting Windows Update Service
net start wuauserv
Echo Forcing Windows Update detection
%windir%system32wuauclt.exe /detectnow
Now this seem fairly cool, a utility that will allow you to monitor running applications, take action upon conditions met and give you great statistics. All in all it looks promising enough. I will hopefully be giving it a spinn shortly.
And yes sure enough, nothing super good is free and hence you seem to have to pay for the advanced features, but lets first see if its worth the money 😉
note;
I just did a quick install on a virtual pc and I am a bit disappointed, both the layout of the software and the timers in it seem to be off. Could be that its because of the virtual environment but….
So if you have a PHP driven web hotel and want to create a simple browsing system for your files there (lets say you got a directory with subfolders and files etc that users need to browse around in), well take a look at TotalIndex it looks simple enough and furthermore its free 😀 nice..
Windows Update – script it
Scripting, Scripts, Security, Web- you want to centrally initiate an update
- you are paranoid and want to script a daily/weekly or monthly Windows Update (in case the automatic detection fail).
Well, for help on how to launch it on different remote machines I suggest you visit Dave’s Blog; http://skatterbrainz.blogspot.com/2009/01/script-code-batch-running-wuauclt.html A Desktop shortcut; You could also simply create a desktop shortcut linking to This would force a Windows Updates detection to run upon clicking the shortcut, somewhat easier than launching the website. The script you would need locally could look something like this; I also stumbled across some neat commands to try in case you are debugging Windows Update (update not working); http://www.techsupportforum.com/microsoft-support/windows-xp-support/279270-automatic-update-not-started-error-1058-a.html PPS. Vista/Win2008 users beware. Stopping services etc under windows vista/2008/7 require the scripts to be run as an administrator.Kiwi Application monitor
UtilityNow this seem fairly cool, a utility that will allow you to monitor running applications, take action upon conditions met and give you great statistics. All in all it looks promising enough. I will hopefully be giving it a spinn shortly.
Get it here; http://www.drinkprog.com/kiwi/
And yes sure enough, nothing super good is free and hence you seem to have to pay for the advanced features, but lets first see if its worth the money 😉
note;
I just did a quick install on a virtual pc and I am a bit disappointed, both the layout of the software and the timers in it seem to be off. Could be that its because of the virtual environment but….
Totalindex for PHP sites
WebSo if you have a PHP driven web hotel and want to create a simple browsing system for your files there (lets say you got a directory with subfolders and files etc that users need to browse around in), well take a look at TotalIndex it looks simple enough and furthermore its free 😀 nice..