文件名称:windows-tweaker:Windows的调整实用程序(开发部门)
文件大小:1.66MB
文件格式:ZIP
更新时间:2024-05-21 15:15:49
windows c-sharp wpf stemmers C#
Windows Tweaker已使用.net Framework 4.5用C#和WPF编写,以允许用户轻松更改Windows中的所有可能设置,而不必深入研究注册表。 建造 如果您不知道如何在Windows上设置git,请转至这篇。 如果您没有Visual Studio 2013的付费许可证,请下载 2013。 克隆存储库 git clone git@github.com:siddharth96/windows-tweaker.git 创建一个名为Keys.Local.cs的新文件,该文件是Keys.cs的扩展。 在生产版本中, Keys.Local.cs包含参数的实际值(出于安全原因,无法将其检入存储库)。 将以下代码放入此文件: namespace WindowsTweaker { internal static partial class Keys { } } 链接到使