In case you missed it, back in October, Shay wrote a cool set of functions for working with the registry. Here’s the list:
Get-RegBinary
Get-RegDWord
Get-RegDefault
Get-RegExpandString
Get-RegMultipleString
Get-RegQuadWord
Get-RegString
Get-RegValueKind
New-RegSubKey
Remove-RegSubKey
Remove-RegSubKeyTree
Set-RegBinary
Set-RegDWord
Set-RegDefault
Set-RegExpandString
Set-RegMultipleString
Set-RegQuadWord
Set-RegString
Test-RegSubKey
Test-RegValue
Go read his article as it explains the syntax and gives a bunch of samples. Very useful stuff!
CLICK HERE TO SUBSCRIBE!
Great show. It was nice to hear from Jaykul.
I would love to see someone do a port (or something close) to GNU screen. The ability to have multiple command sessions within a single window (even via ssh) would be amazingly powerful. Also being able to detach entire screen sessions and re-attach at a different time and location, would be a huge benefit to everyone.
If I understand runspaces and how they might work in V2, this sort of thing is totally possible. Also, you might see a console replacement which has such support built-in. I wouldn’t mind seeing this myself.