Ai
2 Star 10 Fork 3

chaoyuew/powershell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Get-IECompatibilityViewHexHeader.ps1 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
chaoyuew 提交于 2018-11-15 00:20 +08:00 . SPPS43
Function Get-IECompatibilityViewHexHeader(){
[CmdletBinding()]param(
[Parameter(Mandatory=$True)]
[string[]]$websites
)
return ("411F00005308ADBA{0}FFFFFFFF01000000{0}" -f ([BitConverter]::ToString([BitConverter]::GetBytes([int32]$websites.count)).replace('-','')))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/chaoyuew/powershell.git
git@gitee.com:chaoyuew/powershell.git
chaoyuew
powershell
powershell
feature/wechat

搜索帮助