DEV Community

Rae Liu
Rae Liu

Posted on

1

How to fix - Ctrl + F doesn't work in Windows

This solution is not for any single apps in PC, this is for the entire windows 10, which means Ctrl+f doesn't work in any apps...

oleacc.dll in C:\Windows\System32 may have corrupted.

So this file have to registered.

a. type cmd in startbox => right click => open as administor
b. type regsvr32 oleacc.dll, then hit enter
c. wait until a pop up window shows up - registered successfully
d. restart the computer

If re-register doesn't work...

a. open terminal as administrator (#1 a)
b. type sfc/scannow, then hit enter
c. It will scan all system files and repair them.
d. restart the computer

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay