合集-powershell

摘要:<# 脚本功能说明:选择要配置的相机网卡,点击配置按键,自动配置参数 # 2024.08.29 #> # 获取管理员权限 if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetC 阅读全文
posted @ 2024-08-29 14:25 哈库拉 阅读(72) 评论(0) 推荐(0)
摘要:$app=[System.Windows.Forms.Application] $myForm=new-object System.Windows.Forms.Form $myForm.Text="my window" $button1 = new-object System.Windows.For 阅读全文
posted @ 2024-08-27 14:39 哈库拉 阅读(185) 评论(0) 推荐(0)