# Powershell基础命令
#powershell递归寻址注册表
“`bash
$key = Get-Item HKLM:\Software\Microsoft\PowerShell\1
$key.Name
HKEY_LOCAL_MACHINE\Software\Microsoft\PowerShell\1
$key | Format-List ps*
“`
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
# Powershell基础命令
#powershell递归寻址注册表
“`bash
$key = Get-Item HKLM:\Software\Microsoft\PowerShell\1
$key.Name
HKEY_LOCAL_MACHINE\Software\Microsoft\PowerShell\1
$key | Format-List ps*
“`
请登录后查看评论内容