03-14-2024, 05:15 AM
(This post was last modified: 03-14-2024, 05:19 AM by TerryRitchie.)
Still not creating the temp file for me. I also get subscript out of range in line 67 (due to no temp file to load from).
(03-14-2024, 05:12 AM)SMcNeill Wrote: What does this single line do when you run it from a command prompt?See screen shot below.
Code: (Select All)Powershell Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts'|Out-File -Encoding Ascii 'temp_fontlist.txt
This should create the temp_fontlist.txt file for you. If it doesn't, it might be a difference in powershell commands from windows 7 to windows 11? I'll have to dig deeper to see what may have changed with it over the various versions.