sean-sauve
sean-sauve
I had this problem as well. I checked the table pragma and I had declared a column as the wrong type.
I did notice that there is escaped data on the way out during some other calls and have worked around that. Unfortunately, that's not it in this case. In this...
This is still an issue.
This PR was approved but not merged. Should this be merged?
@Raphire Instead of using start2.bin from another user, you could use Export-StartLayout and Import-StartLayout. That would make it easier for people to review and change over a bin file. https://learn.microsoft.com/en-us/powershell/module/startlayout/import-startlayout...
Good point, I didn't know this didn't work for Windows 11 sorry.
@Raphire, this might not fix your problem because you did say the change took effect properly, but you might try doing garbage collection first before closing the default registry hive....
Here's a better explanation. Apparently you're also supposed to close open handles before doing the garbage collection. https://dansonnenburg.wordpress.com/2022/03/22/setting-value-in-the-default-user-registry-hive/
Has anyone asked why ConvertTo-Json considers a ListDictionaryInternal as invalid? It's entirely possible to convert the keys in a ListDictionaryInternal to JSON if GetEnumerator() is run on it first. Transcript:...