Showing posts with label Outlook. Show all posts
Showing posts with label Outlook. Show all posts

Sunday, May 7, 2023

Fix the Windows and Outlook “Indexing Is Paused” Error

Method-1: Registry Tweak
1. 
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\

or

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search

2. Press “Windows Search” on the left, then double-click “PreventIndexingOutlook” on the right.

3. If you don’t have “Windows Search,” you can create it by right-clicking “Windows -> Edit -> New -> Key.” Name it accordingly, then create the “PreventIndexingOutlook” value by right-clicking an empty space on the menu on the right and selecting “New -> DWORD Value (32- bit).”

4. Once created, double-click it to adjust the “Base” to “Hexadecimal” and change “Value data” to “1,” then click “OK.”

5. Reboot Computer

Saturday, August 6, 2022

How to view saved password in Outlook 2003, 2007, 2010, 2013, 2016, 2019


Use Unmask Password Tool to reveal hidden behind the asterisk icon.

Windows:

Download from Google Drive

Download from CNET



Mac:


To see if the password is available, first open the “Keychain Access” program on your Mac (click the Go menu in the Finder and choose Applications, then open Utilities and Keychain Access).

Extract Domain from email in Excel or Google sheet

  =TEXTAFTER( A2 , "@") or, =MID(A1, FIND("@", A1) + 1, LEN(A1) - FIND("@", A1))