resources/registry/Startup.ps1
@{ Startup = @{ User = @{ KeyName = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run' ValueName = '' Type = 'REG_SZ' Data = '' } Machine = @{ KeyName = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Run' ValueName = '' Type = 'REG_SZ' Data = '' } } } |