Jan 3, 2012
Logging Windows Events using eventcreate.exe
With using batch files and other scripting tools it allows us to automate, one thing we lose with the autromation is the ability to have an event recorded when it fails. Eventcreate.exe enables an administrator to create a custom event in a specified event log. One use would be with a command script that deletes old logfiles. The beginning before the execution of cleanup we would write to the application... read more
Jan 3, 2012
Disabling Windows Java Update Scheduler
After installing Java JRE or SDK a behind the scenes updater will will start running. This process checks for jre updates and will popup for each user logging in giving them the chane to install. You can disable this per user by opening the Java control panel app and unchecking the check for updates box, but this is only for that logged in user. There is a separate process called jucheck.exe that still... read more
