Outlook 2010 Ribbon Screenshots
Here are some screenshots of the Outlook 2010 Ribbon
Micro$oft Windows
Here are some screenshots of the Outlook 2010 Ribbon
Here are screenshots of the options for Outlook 2010.
Microsoft has released Attack Surface Analyzer on 8/2/2012: Attack Surface Analyzer is developed by the Trustworthy Computing Security group. It is the same tool used by Microsoft's internal…
After reviewing my typical Monday morning report of server activity, I noticed a handful of users installed Google Chrome. I can't uninstall this globally as an Administrator so…
This is inspired by a post on my Google+ stream from Pasi Ääpälä. I just wanted to create a quick demonstration video on how to save/redirect command output to…
There is an article outlining how to help increase stability of your Chrome browser by making plugins Click to Play. This is good and dandy but what I’ve…
SFTP Net Drive lets you create a virtual drive on your local computer that will expose the remote file system accessible via SFTP protocol. http://www.eldos.com/sftp-net-drive/ I have found…
[stextbox id=info]Note: Remote Server Administration Tools for Windows 7 with SP1 can be installed ONLY on computers that are running the Enterprise, Professional, or Ultimate editions of Windows…
It’s easy to backup and restore PuTTY sessions with a few commands: On the old computer: regedit /ea puttysession.reg HKEY_CURRENT_USERSoftwareSimonTathamPuTTY On the new computer: regedit /s puttysession.reg I…
Quick & dirty method to add a local administrator account on a Windows system using a batch file and hiding the login from the login screen in XP……
This is useful for me from time to time. Here's a screenshot. Code is below. @echo off color 1f cls : Possible processes that shouldn't be running...…
Wow, I'm ignorant. I discovered that I have been missing out on a great trick I learned the other night when trying to manually rename hundreds of photos.…
Reshared post from +May Fong Robinson ‘BLISS’ taken by Charles O’Rear is WORLD'S MOST FAMOUS PHOTO! It has been seen by 1 billion! people since 2002. The photo was…
This script simply cleans up all users' temporary files and temporary internet files. This works on Windows XP, Windows Server 2003. @echo offsetlocal@for /d %%d in ( "C:\Documents…