https://github.com/fabianosrc/TermsrvPatcher
这样台式机在上网课的同时
还可以用笔记本远程桌面到台式机进行软件开发工作
一机多用
复制替换文件时 会遇到无法替换的问题
第一步: takeown /f C:\Windows\System32\termsrv.dll
第二步: icacls C:\Windows\System32\termsrv.dll /grant administrators:F
第三步: Stop-Service -Name TermService -Force
第四步: Copy-Item -Path “C:\Windows\System32\termsrv_patched.dll” -Destination “C:\path\to\destination\termsrv.dll”
第四步我是直接先修改termsrv.dll为 termsrv.dll.old 然后修改termsrv_patched.dll为termsrv.dll
发表评论