开源地址: 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 远程桌面记录清理工具

相关文章:

  • 2022-01-05
  • 2021-12-02
  • 2021-12-24
  • 2022-12-23
  • 2021-05-27
  • 2021-12-05
  • 2021-07-09
猜你喜欢
  • 2021-12-23
  • 2021-10-30
  • 2021-06-30
  • 2021-11-17
  • 2021-08-16
  • 2021-11-20
相关资源
相似解决方案