Windows: Disabling the system beep

3 ways to tackle this:

  1. sc remoteMachine stop beep && sc remoteMachine config beep start= disabled
  2. sc stop beep && sc config beep start= disabled
  3. Net Stop Beep && Reg Add HKLMSYSTEMCurrentControlSetServicesBeep /v Start /d 4 /t REG_DWORD /f


Recovering Exchange 2003

IMPORTANT: Before you repair or restore a database, always ALWAYS make a backup copy of the current database files that you are going to work with. (There must be 110% of the size of the edb in free space to work with the db as well. Don’t forget to specify the temp location with /t in most cases)

More important stuff: After you repair a database, you must check the repair count in the database header. If the count is greater than zero, you must perform an off-line defragmentation by using Eseutil, and then you must repair the database at the information store level with the Isinteg utility. If you do not do so, users may encounter issues, such as an inability to open messages or attachments, or references in their mailboxes to items that no longer exist.

Here we go: Continue reading ‘Recovering Exchange 2003′

Outlook 2003: Recover deleted items from any folder

* Exit Outlook.

* Open the Windows registry editor.

* Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\Client\Options

* On the Edit menu, point to New, and then click DWORD Value.

* Type the name DumpsterAlwaysOn.

OSX: Allow Active Directory Offline Login

Open Directory Utility
Tick “Create Mobile Account at Login”
Add user to users that are allowed to administer this Mac.

Run IE7 without add-ons

Start -> Run -> “C:\Program Files\Internet Explorer\iexplore.exe” -extoff

Vista: Remove Pre SP1 Files

Open command prompt.
Type ‘vsp1cln.exe’ press enter
Follow the prompts.
Done.