Skip to content

Instantly share code, notes, and snippets.

View CPCer's full-sized avatar
💭
打工是不可能打工的

Words CPCer

💭
打工是不可能打工的
View GitHub Profile
@DarthMoulByte
DarthMoulByte / .Windows Optimization.md
Created September 23, 2019 03:49 — forked from imba-tjd/.Windows Optimization.md
记录我使用的软件和优化Windows的操作

For Windows 10, change these keys in regedit:

  • Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\edit\command
  • Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\open\command
  • Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\batfile\shell\edit\command
  • Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\edit\command

From: %SystemRoot%\system32\NOTEPAD.EXE %1 To: "%ProgramFiles%\Sublime Text 3\sublime_text.exe" "%1" Or: "%ProgramFiles%{insert-path-to-fave-editor}" "%1"