.NET Core 编写的 Windows 远程桌面记录清理工具

开源地址: https://github.com/stulzq/WindowsRemoteDesktopCleanTool

场景

Windows 远程桌面使用以后会留下 IP 记录,可以通过手动删除注册表来解决,这个工具就是帮你自动做了这一步操作

.NET Core 编写的 Windows 远程桌面记录清理工具

使用

工具采用 .NET 5.0 编写,发布方式为 Global Tool,所以安装以及运行需要 .NET 5.0 环境

安装:

dotnet tool install --global dotnet-rdp

卸载:

dotnet tool uninstall --global dotnet-rdp

运行:

管理员身份打开 PowerShell 或者 Cmd 然后执行

dotnet-rdp

.NET Core 编写的 Windows 远程桌面记录清理工具

上一篇:linux redis-6.0.5 部署


下一篇:免费的java web报表工具,教您高效制作报表