zoukankan      html  css  js  c++  java
  • .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
    

  • 相关阅读:
    个人站立会议内容
    NABCD
    12.2
    12.1
    11.21
    11.20
    11.19
    11.18
    11.17
    11.16个人计划
  • 原文地址:https://www.cnblogs.com/stulzq/p/14147888.html
Copyright © 2011-2022 走看看