您现在的位置是:网站首页> 编程资料编程资料
windows2003一句话开3389的vbs代码_vbs_
2023-05-25
314人已围观
简介 windows2003一句话开3389的vbs代码_vbs_
作者:lcx
来源:vbs小铺
wmic RDTOGGLE WHERE ServerName='%COMPUTERNAME%' call SetAllowTSConnections 1
开远程:WMIC /node:"远程机器名" /user:"administrator" /password:"lcx" RDTOGGLE WHERE ServerName='远程机器名' call SetAllowTSConnections 1
来源:vbs小铺
wmic RDTOGGLE WHERE ServerName='%COMPUTERNAME%' call SetAllowTSConnections 1
开远程:WMIC /node:"远程机器名" /user:"administrator" /password:"lcx" RDTOGGLE WHERE ServerName='远程机器名' call SetAllowTSConnections 1
