本文将记录使用windows系统的配置过程。

工具卸载

  1. 设置-应用-Cortana

  2. 设置-应用-Skype

  3. 设置-应用-OneDriver

  4. 设置-应用-地图

  5. 设置-应用-邮件和日历

  6. 设置-应用-Lenovo Quick Clean

  7. 设置-应用-联想电脑管家

  8. 设置-应用-3D查看器

  9. 删除Lenovo自带应用:windows/Lenovo/ImController

      cd /Windows/syste32/; imcontroller.infinstaller.exe -uninstall
    

工具安装及配置

7Zip

AutoHotkey

输入法“精灵五笔”

  1. 配置皮肤-win10

编辑器Emacs

  1. 添加环境变量:ALTERNATE_EDITOR, 值为:C:\PROGRA~1\Emacs\emacs-28.0.50-snapshot\bin\runemacs.exe (需要注意的是路径不能有空格,如果有空格需要通过 dir /x 查看8.3格式路径

  2. 指定文件打开方式为: "C:Program Files\Emacs\emacs-28.0.50-snapshot\bin\emacsclientw.exe"

  3. 右键添加 Edit with Emacs,建立注册表文件,导入。

      Windows Registry Editor Version 5.00
    
      [HKEY_CLASSES_ROOT\*\shell\editwithemacs]
      @="Edit with Emacs"
      "Icon"="C:\\Program Files\\Emacs\\emacs-28.0.50-snapshot\\bin\\runemacs.exe"
    
      [HKEY_CLASSES_ROOT\*\shell\editwithemacs\command]
      @="C:\\Program Files\\Emacs\\emacs-28.0.50-snapshot\\bin\\emacsclientw.exe %0"
    
  4. AHK编辑指定Emacs

      Windows Registry Editor Version 5.00
    
      [HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command]
      @="\"C:\\Progra~1\\Emacs\\emacs-28.0.50-snapshot\\bin\\emacsclientw.exe\" \"%1\""
    

安装VSCode

安装git

微信

企业微信

SecureCRT

Foxmail

Python

WinMerge

SyncTrazor

Python-3.10

Joplin

系统配置

  1. 添加“HOME”环境变量,指向“Home”目录。

  2. 设置任务栏:通知栏使终显示所有图标。

  3. 禁止Office更新,word-帐户-禁止更新。

  4. 禁止Edge更新

      sc config edgeupdate start= disabled
      sc config edgeupdatem start= disabled
      sc config MicrosoftEdgeElevationService start= disabled
    
  5. 禁止搜索框联网搜索

    1. regedit

    2. 计算机\HKEY_CURRENT_USER§OFTWARE\Policies\Microsoft\Windows\

    3. 新建项:Explorer

    4. 新建DWORD32:DisableSearchBoxSuggestions

    5. 值设为1

    6. 重启生效

  6. 关闭时间线:设置-隐私-在此设备上存储我的活动记录(取消)

  7. 默认全局UTF-8编码:设置-时间和语言-语言-管理语言设置-更改系统区域设置-UTF8

  8. 设置连接回家的VPN