常用的 Windows 配置脚本

这篇文章介绍了两个常用的 Windows 配置脚本:一个是添加小鹤双拼输入法,另一个是将右键菜单样式改为 Windows 10 风格。这些脚本通过修改注册表和重启资源管理器来实现配置。

  1. 输入法添加小鹤双拼
1
reg add HKCU\Software\Microsoft\InputMethod\Settings\CHS /v UserDefinedDoublePinyinScheme0 /t REG_SZ /d "小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt" /f
  1. 右键菜单改为 win10 样式
1
2
3
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f
taskkill /F /IM explorer.exe
explorer.exe

未完待续……

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计