Posts tagged as:

Windows

Debugging 64bit App Pools

December 7, 2009

So version 1.1 of MS Debug Diagnostics is currently the latest version of the debugger, however on Win 2008 x64 the only thing you can do with it directly is use the Analysis portion. It will not allow you to create dumps, so we will have to create one manually. To capture a dump of [...]

Continue reading –>

Parsing the Windows logs for a Specific User.

October 26, 2009

Sometimes you need to know each time a user did something like logged in during a time period. Since the logs can be quite large, I’ve used this method to get results pretty fast. You will need Microsoft’s Log Parser 2.2 installed to use this query. In this case I have it set to look [...]

Continue reading –>

Script for Testing CDONTS

October 19, 2009

First a couple of notes. Cdonts.dll is not installed by default on Windows 2003. Typically you can grab it from an old Windows 2000 install CD. Upload it to %windir%\system32 directory. The DLL needs to be registered once it’s uploaded. As long as it’s in the system32 directory, just go to Start -> Run.. and [...]

Continue reading –>

Create a Dummy File for Testing

October 12, 2009

Sometimes you just need a specific sized file for something. For instance testing FTP transfers. This handy command line tool will create a file of any size for you. Just open a command prompt and type the following: fsutil file creatnew myfile.txt <size> You can replace myfile.txt with any file name and extension. Size will [...]

Continue reading –>

© Agrypnia.com 2007-2010. All Rights Reserved.

Theme powered by Thesis.