.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
目前学习.NET Core 最好的教程 .NET Core 官方教程 ASP.NET Core 官方教程