基本适应win7,win10,win server 08,win server 12,win server 16的截图

This commit is contained in:
2025-01-03 23:00:47 +08:00
parent 909b89dfce
commit 84362607c2
77 changed files with 69638 additions and 1 deletions

21
rdp_test.go Normal file
View File

@@ -0,0 +1,21 @@
package main
import (
"testing"
)
func TestDoRDP(t *testing.T) {
/* 测试成功版本:
Windows Server 2008
Windows Server 2012
Windows Server 2016
Windows 7
Windows 10
*/
//DoRDP("192.168.251.129:3389")
//DoRDP("192.168.251.130:3389")
//DoRDP("192.168.251.131:3389")
//DoRDP("192.168.251.132:3389")
DoRDP("192.168.251.133:3389")
}