This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # BACKUP YOUR REGISTRY before even thinking of copypasting and running this on your PC | |
| # the person executing this script is the one and only responsible | |
| # for any damage it may incur | |
| # you've been warned | |
| Get-ChildItem -Recurse 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Asseco Poland SA' | | |
| ForEach-Object { | |
| $key = $_ | |
| if ($key.Name -imatch '\\Parametry$') { | |
| Write-Verbose $key.Name -Verbose |