resources/registry/PS1Action.ps1
@{ PS1Action = @{ Machine = @{ KeyName = 'HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell' ValueName = '(Default)' Type = 'REG_SZ' Data = @{ Run = "0" Edit = 'Edit' Notepad = 'Open' } } } } |