To remotly generate log output: (Note the file will be created on the remote machine) wevtutil epl /r:192.168.0.111 System C:\output.evtx You can then view it using event viewer. You can replace System with any of the event logs. e.g. Application, Security and Setup. Reference technet.microsoft.com
Both these scripts do the same thing, they strip a log file down to the filename and then move each file up a directory. … C:\Random\Directory\n\chars\long\filename.xml … BASH cat 15\ August\ 2011\ Less.log | cut -c 113-152 > fileNames for i in `cat fileNames`; do mv -v “$i” ../$i; done WINDOWS gc ‘.\15 August 2011 [...]
Make sure to enable “Wireless Lan Service” Feature. After a fresh install of Windows Server 2008, I was unable to enable my USB Wireless Device, windows would attempt to enable it but the interface would not active. Problem solved by enable the “Wireless Lan Service” Feature.
This artical will show you how too copy a DVD. you will require a blank DVD, DVD Shrink to rip the DVD data to your hard drive and imgBurn to burn the data to a blank DVD. Step One Open DVD Shrink and click on “Open Disc” select the drive with the DVD in and [...]
If you only have one account on your Windows XP computer which does not have a password and it is asking you to “select” the account. It is possible to bypass this pointless selection by running this command in run (Start->Run or Windows Key and ‘R’) control userpasswords2 Then un-check “User must enter a user [...]
I will show you how to RIP a DVD to your computer and convert it to AVI format, then you will be able to: 1) Edit it 2) Play it from your Hard drive. There are two versions one fast and simple and one slower and in more detail. Software you will need all free: [...]
If your computer running Windows is starting to slow down, or running out of hard drive space then you might be in need of a simple program called CCleaner. I was able to save 1.77MB of space and that was just from tempary files that Windows creates for it’s self. I have save up to [...]
If you want to learn PHP you will need a server that has PHP support. If you don’t feel confident enoght too install a major web server and all the bits then good news. There is a software called Nanoweb, which is a free small web server that supports PHP. It works on both Linux [...]
