Category: Software

How to Make Microsoft Word Use “‑ise” Spellings in British & Australian English

Reading Time: 2 minutes

If you write in British or Australian English, you’ve probably run into this annoyance: Microsoft Word happily accepts both ‑ise and ‑ize spellings — organise/organize, recognise/recognize, finalise/finalize — even though many writers, editors, universities, and publishers insist on ‑ise only.

Word doesn’t offer a built‑in setting to enforce this preference. But the good news is: you can force Word to flag every ‑ize spelling as an error.

All it takes is a small tweak to Word’s exclusion dictionary.

This guide shows you exactly how.

What is an exclusion dictionary?

Word has two kinds of dictionaries:

  • Main dictionary — contains all valid spellings
  • Exclusion dictionary — tells Word:

    “This word exists, but treat it as wrong.”

We’ll use the exclusion dictionary to ban ‑ize spellings so Word marks them with a red underline.

Step 1 — Open Word’s proofing folder

On Windows, press:

Windows key + R

Then paste:

%AppData%\Microsoft\UProof

Windows Word proofing folder.

Step 2 — Find the UK dictionary file

Even if you use English (Australia), Word relies on the UK dictionary for spelling rules.

Look for:

ExcludeDictionaryEN0809.lex

If it doesn’t exist, create it:

  1. Right‑click → New → Text Document
  2. Name it: ExcludeDictionaryEN0809.lex

Step 3 — Add the spellings you want to ban

Open the file in Notepad.

Add each unwanted spelling one per line, for example:

organize
organizing
organization
recognize
recognizing
realize
realizing

Save the file.

You can add hundreds or thousands of entries — Word handles it fine.

(If you want a complete A–Z exclusion list, including all inflections and hyphenated forms, you can ask an LLM to generate the list for you – it is too large for me to paste here.)

Step 4 — Restart Word

Close Word completely and reopen it.

Now type:

“We will organize the meeting.”

Word will underline organize as a spelling error.

Type:

“We will organise the meeting.”

No red underline.

Success.

Why this method works

Word’s built‑in UK/AU dictionaries treat both ‑ise and ‑ize as correct. The exclusion dictionary overrides that by telling Word:

  • “These specific words are not acceptable.”
  • “Flag them as errors even if they exist in the main dictionary.”

It’s the same mechanism publishers use to enforce house style.

Search Inside a PDF in File Explorer

Reading Time: 3 minutes

A practical guide to fixing PDF content search on Windows using TET PDF IFilter

If you’ve ever tried to search inside a folder full of PDFs using Windows File Explorer, you’ve probably run into this maddening scenario:

  • You type content:keyword
  • Windows returns nothing
  • But when you open the PDF, the word is right there
  • Your PDF viewer (PDFgear, PDF‑XChange, Foxit) finds it instantly
  • Windows Search acts like the word doesn’t exist

This is not your imagination. It’s how Windows Search actually works — and why you need the right PDF iFilter.

This post explains:

  • Why Windows Search often fails to find text inside PDFs
  • Why your PDF viewer can find words Windows cannot
  • How to fix the problem permanently using TET PDF IFilter
  • When you need to re‑OCR PDFs
  • How to avoid re‑OCRing hundreds of files manually

1. Why Windows Search can’t find text inside many PDFs

Windows Search does not read the visible text on a PDF page.

It only indexes the hidden text layer inside the PDF — the layer created by OCR or embedded fonts.

This means:

  • If the PDF is a scan
  • If the OCR layer is missing
  • If the OCR layer is corrupted
  • If the OCR layer contains mis‑recognised characters
  • If the PDF uses weird embedded fonts
  • If only some pages were OCR’d

…then Windows Search will not find the word, even though you can see it.

Example from real life

A PDF titled How Bombay Was Ceded contains the author name:

J. H. GENSE

PDFgear finds “Gense” instantly.

Windows Search (content:gense) finds nothing.

Why?

Because the title page has no OCR text layer. The word “Gense” exists only visually — not in the text layer Windows indexes.

2. Why PDF viewers can find text Windows Search cannot

PDF viewers like PDFgear, Foxit, and PDF‑XChange use visual text extraction:

  • They search the rendered glyphs on the page
  • They don’t rely on the hidden OCR layer
  • They can find text even when the PDF’s internal text layer is broken

Windows Search cannot do this.

It only indexes what the PDF’s iFilter gives it — and if the iFilter sees nothing, Windows sees nothing.

3. The fix: Install a proper PDF iFilter (TET PDF IFilter)

Windows needs a PDF iFilter to read inside PDFs.

Adobe Reader used to provide one, but I don’t want Adobe on my system — and modern Windows versions don’t include a reliable PDF iFilter by default.

The best non‑Adobe solution:

TET PDF IFilter (PDFlib)

  • Free for personal use (old version 5.4)
  • 64‑bit native
  • Fast and accurate
  • Works with Windows Search indexing
  • No Adobe components required
  • Ideal for large collections of historical or scanned PDFs

Once installed, Windows Search can finally index PDF contents properly.

4. How to enable PDF content indexing

After installing TET:

  1. Open Control Panel → Indexing Options
  2. Click Advanced
  3. Go to File Types
  4. Scroll to .pdf
  5. Ensure it says: Filter Description: TET PDF IFilter
  6. Select Index Properties and File Contents
  7. Rebuild the index (optional but recommended)

Now Windows Search can read inside PDFs — if the text layer exists.

5. Why some PDFs still won’t index (even with TET installed)

If a PDF has no text layer, Windows Search still cannot index it.

This is common in:

  • DjVu → PDF conversions
  • Old scanned books
  • Microfilm scans
  • PDFs with partial OCR
  • PDFs with broken embedded fonts
  • PDFs where only some pages were OCR’d

In these cases, Windows Search will only find:

  • Words in the filename
  • Words in the metadata
  • Words in pages that do have a text layer

But not words that exist only visually.

6. How to fix PDFs with missing or broken text layers

You have three options:

A. Re‑OCR the PDF

This regenerates a clean text layer.

PDFgear can do this, but doing it manually for 200+ files is painful.

B. Batch‑OCR everything automatically

Use a tool like:

  • OCRmyPDF (free, open‑source)
  • ABBYY FineReader PDF (paid, industrial‑strength)

These tools can process entire folders unattended.

C. Use a search tool that ignores the text layer

If you don’t want to fix the PDFs:

  • PDF‑XChange Editor
  • DocFetcher
  • Recoll

These tools search the rendered text, not the OCR layer.

7. When to add folders to the Windows index

If you want instant search results:

  • Add your PDF folders to Indexing Options → Modify

If you don’t:

  • Windows will still search them, but it will do a live scan
  • This is slower but works fine for occasional searches

8. Summary: The reliable workflow

Here’s the practical, repeatable setup:

✔ Install TET PDF IFilter

This gives Windows the ability to read PDF contents.

✔ Ensure .pdf is set to “Index Properties and File Contents”

This enables content indexing.

✔ Add your PDF folders to the Windows index (optional)

This makes searches instant.

✔ Re‑OCR only the PDFs that matter

Or batch‑OCR everything once.

✔ Use PDFgear/PDF‑XChange for visual searches

These tools can find text Windows cannot.

9. The bottom line

Windows Search is powerful — but only when paired with a proper PDF iFilter and clean text layers.

If a PDF contains text visually but not in its OCR layer, Windows Search will never find it. TET PDF IFilter fixes the indexing side. OCR fixes the PDF side.

Once both are in place, content:keyword becomes a reliable, fast way to search inside thousands of PDFs.

How to remove “You’re almost done setting up your PC”

Reading Time: < 1 minute

Every few weeks, Windows 11 pops up a startup message, “You’re almost done setting up your PC”. It’s easy to dismiss with the “Remind me in 3 days” — and it is a lot more than three days that you will see it again. I can live with it, but many are irritated at the constant attempts to upsell unwanted services. I don’t trust any online service to store my files or passwords, so it does irritate me for a second or two.

Some PCs show a slightly different wording – “Let’s finish setting up your PC”

Windows prompt to finish setting up the PC

The Solution

Go to to Settings: Open the Start menu, go to Settings.

In Notifications: Select System, then Notifications.

Disable Suggestions: Scroll down to Additional settings, expand it and uncheck the following option:

“Suggest ways to get the most out of Windows and finish setting up this device”

Disabling Windows setup prompt

That will disable this irritation permanently.

Mastodon