Jan 202012
 

Sysinternals is still has some of the best administrations tools out there.  They continue to updated on a continued basis thanks to Mark Russinovich.  The latest update included updates to CoreInfo and Process Explorer.  Check out the links below for more information on Sysinternals.

Process Explorer

Process Explorer

Sysinternals Main Site
http://technet.microsoft.com/en-us/sysinternals

Sysinternals Download Site
http://technet.microsoft.com/en-us/sysinternals/bb842062

 Mark Russinovich Blog
http://blogs.technet.com/b/markrussinovich/archive/2012/01/05/3473797.aspx

Mark Russinovich’s Upcoming Events
http://technet.microsoft.com/en-us/sysinternals/bb963883

Jan 162012
 

7zip is one of the best free file compression utilities currently available for download.  Just like its competitors 7zip can handle several different formats for zipping and unzipping of files.  The big thing that makes 7zip stand apart is its own compression standard.  You will usually see about 20-30 percent better compression when using the 7zip standard compared to the other industry standards.  Some of the advanced options include creating self extracting archives and the ability to adjust compression levels.  So if you are looking for a new file compression utility I highly recommend trying it out.  Please let us know what you think.

Main Features From 7zip Site (www.7-zip.org)

  • High compression ratio in 7z format with LZMA and LZMA2 compression
  • Supported formats:
    • Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
    • Unpacking only: ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR and Z.
  • For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip
  • Strong AES-256 encryption in 7z and ZIP formats
  • Self-extracting capability for 7z format
  • Integration with Windows Shell
  • Powerful File Manager
  • Powerful command line version
  • Plugin for FAR Manager
  • Localizations for 79 languages
7zip Console

7zip Console

7-ZIP Download
http://www.7-zip.org/

Jan 152012
 

System administrators sometimes need to be able to produce a list of drivers that are installed on their system.  Driveryquery.exe is an excellent command line tool from Microsoft to accomplish this.  This tool will give you a report on all of the current device drivers that are loaded on your system.  The command line tool also gives you several options on the information that it will display.  Below is a screenshot that shows all of the options available for running Driverquery.exe.

Driverquery.exe From Microsoft

Driverquery.exe From Microsoft

 

Examples Of Driverquery.exe

This example will pipe the information from driverquery.exe to a txt file on the drive.
C:\driverquery.exe > C:\driverqueyr.txt

This example will format the output into a list view.
C:\driverquery.exe /fo list

This example will turn on verbose output for more information.
C:\driverquery.exe /V

This example will show drivers that are currently running.
C:\driverquery.exe /v | findstr Running