lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Cant handle keys without value (e.g. winpeshl.ini) #65

Open paetzoldf opened 2 years ago

paetzoldf commented 2 years ago

Hi,

like described by Microsoft, in the winpeshl.ini there should be keys without a value.

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpeshlini-reference-launching-an-app-when-winpe-starts.

Get-IniContent are ignore that lines and i also can´t add such keys.

regrads Frank

lipkau commented 2 years ago

I added the functionality you described. Can you checkout the branch of #66 and give me feedback?