Outlook search not working

One of Microsoft’s patches messed up the Outlook Search. The patch to fix it came out on June 27, 2017.

Depending on what version of windows you have, you need to make sure you have a certain patch to fix the Search problem. See the following link. (after opening the link scroll down and open Issue #5)

https://support.office.com/en-us/article/Outlook-known-issues-in-the-June-2017-security-updates-3f6dbffd-8505-492d-b19f-b3b89369ed9b?ui=en-US&rs=en-US&ad=US

 

 

also this link lead me to the above link

https://partnersupport.microsoft.com/en-us/par_clientsol/forum/par_outlook/office-365-outlook-error/f2164c46-c346-431d-8f88-5a0078c338ab?auth=1

————————-

Another reason that the search is not working is because of a PDF filter. check this out

https://support.microsoft.com/en-us/help/2925203/incomplete-search-results-may-occur-in-outlook-when-a-pdf-ifilter-is-i

 

——————

https://support.microsoft.com/en-us/help/2769651/outlook-search-returns-no-matches-found

 


If in general you have a problem with Outlook search read the following link.

https://www.msoutlook.info/question/47

 

The key is:

  1. Open Oultook
  2. Open Control Panel / Indexing Options
  3. Click Modify
  4. Uncheck the Outlook profile that is is having the problem.
  5. Click OK
  6. Close Outlook and make sure it is closed
  7. Open Outlook
  8. Go back to Indexing Options
  9. Click Modify
  10. Put the check back on the Outlook profile
  11. Click OK
  12. Open Outlook

program not scaling to resolution properly

Image

If the menu of your program is too small then there is a way to tell Windows to fix the scaling for that program.

http://www.danantonielli.com/adobe-app-scaling-on-high-dpi-displays-fix/

 

Adobe App Scaling on High DPI Displays (FIX)

I recently purchased a new Yoga 2 Pro with a gorgeous 3200 x 1800 display. My main purposes for this device was to do some heavy lifting on the the road with many of my professional applications. I was quickly discouraged when I first fired up Fireworks, Photoshop, Dreamweaver, and Illustrator to find that I needed a magnifying glass to see simple menu options.

 

There is the simple solution of downing the resolution to 1600 x 900 and changing the scaling to 100%, but you cut your gorgeous display down to a quarter of its previous glory…and that’s not the point.

SO! Rather than change a bunch of setting every time I needed to use a few apps by Adobe, I started to seek out a better solution without much luck.

Root of the problem:

Short answer: Adobe.

Long answer: When the apps load, Windows asks if the app is High DPI aware and these apps answer “yes”. Which is why you end up with an interface for ants.

The solution:

Have the app tell Windows that it is not DPI aware and let it scale everything properly. (Granted, this is not the ideal solution, but it does make the apps usable again)

How it is done:

  1. Tell Windows to look for an external manifest file.
  2. Create the external manifest files.

Step 1: Tell windows to prefer an external manifest file

 

As always, make sure you backup your registry and tread lightly in this area. We are just going to add one line. This is VERY simple. Do not be intimidated.

  1. Press  Windows Button + R, type “regedit”, and then click OK.
  2. Navigate to the following registry subkey:
    • HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersionSideBySide
  3. Right-click, select NEW > DWORD (32 bit) Value
  4. Type PreferExternalManifest, and then press ENTER.
  5. Right-click PreferExternalManifest, and then click Modify.
  6. Enter Value Data and select Decimal.
  7. Click OK. Exit Registry Editor.

For reference, here is a link to a Microsoft support file on the topic: http://support.microsoft.com/kb/912949/en-us

Step 2: Create and place the external manifest files

Now comes the fun part.  You will just have to copy your manifest file to all of the application folders that you would like to change the scaling on. For example, Photoshop.exe is located at: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit) and I created a manifest file in text editor named photoshop.exe.manifest to place in that folder.

manifestfile

Here is a link to a txt file with the manifest code: manifest.txt

For Windows to use the external manifest file, you will have to change the name of the the file to the executable of the application.

Here are the files I created for my machine (Right-click and save to use on your machine):

Now place this file in the same directory as your executable. All of the ones listed above are are in pretty straight forward locations like C:\Program Files (x86)\Adobe or C:\Program Files\Adobe.

That is it! It should look great now. No need to reboot or change anything else.

 

Download .reg file (Right Click Save Link As..): ExternalManifestFile-REGISTRY-DanAntonielli.com.reg

Download example Manifest file (Right Click Save Link As..): fireworks.exe.manifest

 

UPDATE July 2015: This solution also works with Windows 10!

Remove Windows Store Apps. Win 8, 8.1, 10

https://4sysops.com/archives/how-to-remove-the-store-app-in-windows-10/

 

https://gallery.technet.microsoft.com/scriptcenter/Remove-Windows-Store-Apps-a00ef4a4

——————-OR

https://www.laptopmag.com/articles/uninstall-restore-windows-10-builtin-apps

  • Open Windows PowerShell as an Administrator
  • Here are the list of commands:

3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Calendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage

Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage

Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage

Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage

Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage

Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage

News: Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage

People: Get-AppxPackage *people* | Remove-AppxPackage

Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage

Photos: Get-AppxPackage *photos* | Remove-AppxPackage

Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage

Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage

Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage


How to Reinstall Missing Apps

  • Open Power Shell as Administrator
  • type the following

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml