Skip to content

Instantly share code, notes, and snippets.

View LiuJiewenTT's full-sized avatar

刘杰文 LiuJiewenTT

View GitHub Profile

Notepad Missing DLLs

Important

I decided to create this note as quick ref in case anyone else needs it; It's a simple fix, but I didn't find any docs with specifics on how to fix notepad missing dlls.

Download DLLs

Go to: dll.me and download the following dlls:

:: Author: @mimiru
@echo off
setlocal
:: Determine the path to floorp.exe
set "FLOORP_PATH=%~dp0floorp.exe"
:: Convert the path to use double backslashes for the registry
set "FLOORP_PATH=%FLOORP_PATH:\=\\%"