Loic.BluePointLilac.ContextMenuManager 1.0.0

dotnet add package Loic.BluePointLilac.ContextMenuManager --version 1.0.0
                    
NuGet\Install-Package Loic.BluePointLilac.ContextMenuManager -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.BluePointLilac.ContextMenuManager" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Loic.BluePointLilac.ContextMenuManager" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Loic.BluePointLilac.ContextMenuManager" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Loic.BluePointLilac.ContextMenuManager --version 1.0.0
                    
#r "nuget: Loic.BluePointLilac.ContextMenuManager, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Loic.BluePointLilac.ContextMenuManager@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Loic.BluePointLilac.ContextMenuManager&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Loic.BluePointLilac.ContextMenuManager&version=1.0.0
                    
Install as a Cake Tool

简体中文 | English

ContextMenuManager


🖱️ 一个纯粹的Windows右键菜单管理程序

程序下载

  • 最新版本<br> GitHub Releases<br> Gitee Releases<br>
  • 下载说明:在Assets文件列表里面下载zip(建议)或者直接下载exe
  • .NET版本说明:程序分为.NET3.5版和.NET4.0版,均适用于Win7、8、8.1、10、Vista<br> win7自带.NET3.5, win8、win8.1、win10自带.NET4.0以上版本,Vista系统既不自带.NET3.5也不自带4.0以上版本<br> 自带.NET可直接运行程序,不自带则需要安装对应版本的.NET Framework运行库

主要功能

  • 启用或禁用文件、文件夹、新建、发送到、打开方式、自定义文件格式、IE浏览器、WinX等右键菜单项目
  • 对上述场景右键菜单项目进行修改名称、修改图标、导航注册表位置、导航文件位置、永久删除等操作
  • 对上述场景右键菜单自定义添加项目,自定义菜单命令

兼容性能

  • 适用于Win7、8、8.1、10、Vista
  • 适用于 64bit、32bit CPU 操作系统
  • 适用于高分屏,最佳显示缩放比为150%
  • 程序支持国际化多语言显示,欢迎为此程序制作语言字典

运行截图

alternate text is missing from this package README image

资源引用

温馨提示

  • 程序需要对大量的注册表项和文件进行读写删改操作,这些敏感的行为可能<br>会被 Windows Defender 等误报为病毒,如发生此情况请自行添加进白名单。
  • 一些特殊菜单项可能会受到其他因素影响导致不会直接显示在右键菜单中,<br>但是按照程序使用的通用规则在此程序中仍会显示为启用,这是正常的现象。
  • 此程序不用于清理未卸载干净的程序,但是可以帮助你快速定位菜单项相关注册表位置和文件位置,<br>你可以根据相关内容进行你的操作。如果你是一个电脑小白,建议只使用启用\禁用功能。

联系作者

  • 程序由我个人独立开发,当然也要感谢 萌研社 站长 @坑晨 平时的答疑解惑。能力有限,难免出现<br> 一些Bug,欢迎大家积极反馈Bug和提出优化建议。
  • 个人B站:蓝点lilac(欢迎大家关注我!)
  • 个人邮箱:1617859183@qq.com

捐赠作者

此程序完全免费,如果你觉得这个程序对你有所帮助,可以通过扫面下方二维码(微信、支付宝、QQ)<br>进行捐赠,金额请随意,谢谢你的理解和支持!更加期待你为此项目点亮Star(这对我很重要!)<br>捐赠名单<br>

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 0 7/31/2021