I think there is a problem when trying to parse registry.pol if there are diacritics. If I enable policy Computer Configuration/Administrative Templates/Microsoft Edge/Configure Favorites and set value to "[{"url":"ĄąĆćĘꣳŃńÓóŚśŹźŻż","name":"ĄąĆćĘꣳŃńÓóŚśŹźŻż"}]"
1. lgpo.exe /parse output is incomplete, stops at the first diacritic, there is no ending line "; PARSING COMPLETED." in the output
; ----------------------------------------------------------------------
; PARSING Computer POLICY
; Source file: c:\tmp\{2446679D-766C-4E00-BEB8-1F4DB87B793A}\DomainSysvol\GPO\Machine\registry.pol
Computer
Software\Policies\Microsoft\Edge
ManagedFavorites
SZ:[{"url":"
2. restoring policy from registry.pol file using lgpo.exe works correctly
I am using LGPO.exe version 3.0.2004.13001. Is there a newer version available which might not have this problem?