Loading

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

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

场景

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

使用

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

安装:

dotnet tool install --global dotnet-rdp

卸载:

dotnet tool uninstall --global dotnet-rdp

运行:

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

dotnet-rdp

posted @ 2020-12-17 09:27  晓晨Master  阅读(499)  评论(2编辑  收藏  举报