Skip to content

Instantly share code, notes, and snippets.

@TomyLobo
TomyLobo / InstallingMeld.md
Last active July 2, 2021 13:06 — forked from kjlubick/InstallingMeld
How to install Meld on Windows and getting it set up with Git

After installing it https://download.gnome.org/binaries/win32/meld/ I had to tell Git to use Meld:

git config --global merge.tool meld
git config --global diff.tool meld

The last command tells Git where it can find Meld and depends on whether you are using Cygwin or Git for Windows:

Git for Windows:

@TomyLobo
TomyLobo / README.md
Last active November 4, 2023 14:59
How to disable Cortana
  1. Save disable-cortana.reg as UTF-16 little endian with BOM or UCS-2 little endian with BOM
    • Windows' Notepad calls that "Unicode"
  2. Double-click it and confirm any prompts
  3. Reboot Windows

To verify that it worked, open the start menu and type anything. Search should be limited to local results only and not blast all your keystrokes into the net.

Source: https://pureinfotech.com/disable-web-search-windows-10-version-1803/