menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right 010-常用命令 chevron_right 008-Powershell基础命令.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    008-Powershell基础命令.md
    213 B / 2021-07-17 00:01:40
        # Powershell基础命令
    
    #powershell递归寻址注册表
    
    ```bash
    $key = Get-Item HKLM:\Software\Microsoft\PowerShell\1
    $key.Name
    HKEY_LOCAL_MACHINE\Software\Microsoft\PowerShell\1
    
    $key | Format-List ps*
    
    ```
    
    
    
    links
    file_download