Thursday, February 26, 2015

Error message when you try to run the BitLocker Drive Encryption program: "Cannot run

To resolve this problem, edit the following BCD entries:
  • Windows Boot Manager 
    Set this entry to point to the system partition. To do this, follow these steps:
    1. Click Start 
      the Start button
       , click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator

      User Account Control permission
       If you are prompted for an administrator password or for confirmation, type your password or clickContinue.
    2. At the command prompt, type bcdedit -set {bootmgr} device partition=S:

      Note In this command, S: represents the drive letter for the system partition.
  • Windows Memory Tester 
    Set this entry to point to the system partition. To do this, type the following command at the elevated command prompt:
    bcdedit -set {memdiag} device partition=S:

    Note In this command, S: represents the drive letter for the system partition.
  • Resume from Hibernate 
    Set this entry to point to the operating system partition. This partition is also known as the boot partition. To do this, follow these steps:
    1. At the elevated command prompt, type bcdedit -enum all

      Note the identifier value for the Resume from Hibernate entry.
    2. At the elevated command prompt, type bcdedit -set {identifier} device partition=C:.

      Note In this command, identifier represents the identifier value for the Resume from Hibernate entry in step 1 of this procedure. Also, C: represents the drive letter for the boot partition.
http://support.microsoft.com/kb/929834


Wednesday, February 11, 2015

Task Manager Menu Bar and Tabs Are Not Visible

  1. Click Start, and then click Run.
  2. Type taskmgr.exe.
  3. Hold down CTRL+ALT+SHIFT at the same time, and while holding them down press ENTER.
http://support.microsoft.com/kb/193050 

Tuesday, February 3, 2015

Reset Winsock (Vista)

Click the Windows Start button. 

2. Type Cmd in the Start Search text box and press Ctrl-Shift-Enter (keyboard shortcut to run Command Prompt as Administrator). Click Continue to allow elevation request. 

3. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key. 

4. Type netsh int ipv4 reset in the Command Prompt shell, and then press the Enter key. 

5. If you use ipv6, type netsh int ipv6 reset in the Command Prompt shell, and then press the Enter key. 

Note: you may need to run Network Diagnostics afterwards to "repair" your connection after this.

https://www.hotcomm.com/FAQ/FAQ_ResetWinsock.asp

Monday, February 2, 2015

Microsoft Outlook Error – Cannot add to the Server Junk Email Lists

his applies to Exchange Email Setups running under the Exchange Server 2010 Setup
Before you go in and try to reach your exchange admins to look at this issue.
Kindly first check your contacts folder in outlook. Do you have more than 1000+ contacts? The error may seem to be cropping from this; though its not your fault.
Under Options – Click Junk Email – Under Safe Senders Tab – Remove the Tick Mark against “Also Trust e-mail from my contacts”
With this option enabled, Outlook attempts to add all of the email addresses for your contacts to the Safe Senders list. So if you are having thousands in your contacts folder; your limit on the exchange server for such information which is by default 510kb is exhausted.
If this option was unticked and you still continue to face the problem; it is time to get in touch with the Exchange Administrators
If you are an exchange admin yourself; below post would be helpful
http://tekrecipes.com/2013/09/23/microsoft-outlook-error-cannot-add-to-the-server-junk-email-lists/