19075671 https://www.man7.org/linux/man-pages/man1/awk.1p.html https://www.baeldung.com/linux/heredoc-herestring
# 4.使用Here字符串在注册表中创建多字符串值 $newValue = New-ItemProperty -Path "HKLM:\SOFTWARE\WeiyiGeek\test" -Name 'HereString can also contain "quoted" strings "@ Get-ItemProperty -Path "HKLM:\SOFTWARE\WeiyiGeek\test" -Name HereString $newValue.HereString # HereString : {This is text which contains newlines # It can