Please run your test too, the first was under winre environment the second was with strelec win 10 PE.
Will do, i got a win7pe and im sure i got a win 10 one somewhere in the mass of usb sticks I think i have one that i integrated .net v3.5 in too.
Its native font on w7 at 12points, not sure which font best on 7 to use. Will find a suitable one as i think default is consoles?
I try to use a monospaced type font so it kept tidy. I can fix that tomorrow with a hopefully decent font.
That's not Consolas (although it is available on Win7). It looks more like a system Monospace font. Default for Win7 shell is Segoe UI, I think.
Yep, the font is generally fine, just a little too wide for the text on the Network page. Anyway, take your time, good night.
Forgot about font as it done for 8 and above. I nicked that code from the gui reader i wrote for the old qt Night all
Sorted font for win7 will use consolas or tahoma (whatever it called) depends if which available and then os default if neither available. Added the extra language detection such as en-GB en_US fr_FR etc much like the old QT did - took a bit of working out but managed it after several mistakes. For win 7 trying yet another method to get the video card name, vram (may not work over 4gb vram as usual) etc. Found a ps method but converting to autoit code is a pain.
The API sometimes not show the VRam amount on Windows 7, it does on most devices, not sure why it not showing for all Have checked for fonts to use on win7 and the gui will pick which one is available, or use the OS default one if nothing can be used. Added the extra Language detection routine in. Added DIMM information such as location, amount and speed per slot. Changed A/V to Security Product as it a better term to cover just AV programs and the Security Suites etc. Have re-wrote the non PS method for the Graphics card detection but as mentioned above the VRam can sometimes not show or anything over 2GB may be shown incorrect. Also added null result variable checks which will put N/A if they are null. Not tested on WInPE as not have time today but i think it still not operate, as i think one of the #include routines require some .net or c++ or even a specific DLL which is not present on a WinPE as it not a full OS.
DIMM info working. Graphics now shows a second, not present adaptor. The rest is same as above, except that the font is now OK and fits everywhere..
The extra lang routine is a simple basic file search in systemroot for *-* As that file has a - character it picked it out. I tried a few fonts and the two i mentioned work ok and looks clean if either gets used. The graphics routine isnt perfect , not sure how it shown a vram amount yet no name/caption. The 2nd adapter will show not detected as it keeps that section filled a bit as i only look for two adapters as takes ages to look for more. Plus allows for other data to be shown at a later time.
The 2nd adapter will show if present, and show not present if not detected is what i meant to type but editing on a phone was awkward so i cancelled my editing and wrote this post.
About the file, it's the HSTS files from wget, automatically created and maintained. Would it be possible to restrict your search to directories? Or is it a string search?
The routine to get the other languages is same as used in the old qt, but using autoit's filesearch instead of the batch script for loop. I think i can mske it ignore anything longer than 5 chars and look for xx-xx pattern explicitly so other filenames skipped. I not know of any other way to find any extra langs as it not in registry as far as i can see, i have tried.