Hi,
gatherNetworkInfo.vbs - this file is located in %windir%\system32 made by Microsoft to collect various information. My question is this file is somehow not visible in Total Commander, but visible in File Explorer. Of course, I have the option Display hidden/system file checked.
Thanks
gatherNetworkInfo.vbs- why invisible with TC?
Moderators: Hacker, petermad, Stefan2, white
Re: gatherNetworkInfo.vbs- why invisible with TC?
First guess:
You are running a 32-bit version of TC, so you are looking at the 32-bit system32 folder [1]
Your vbs is only in the 64-bit system32 folder [2]
[1] C:\Windows\SysWOW64\ ( from a 64-bit File Explorer )
[2] C:\Windows\Sysnative\ ( from a 32-bit TC )
You are running a 32-bit version of TC, so you are looking at the 32-bit system32 folder [1]
Your vbs is only in the 64-bit system32 folder [2]
[1] C:\Windows\SysWOW64\ ( from a 64-bit File Explorer )
[2] C:\Windows\Sysnative\ ( from a 32-bit TC )
Re: gatherNetworkInfo.vbs- why invisible with TC?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: gatherNetworkInfo.vbs- why invisible with TC?
Quick Tip:
I created an empty ___32___ folder in the 32-bit system32 folder (and a ___64___ one in the regular sytem32 folder) to easily distinguish the two in case of doubt.
I created an empty ___32___ folder in the 32-bit system32 folder (and a ___64___ one in the regular sytem32 folder) to easily distinguish the two in case of doubt.
Re: gatherNetworkInfo.vbs- why invisible with TC?
You are right! Please excuse my noobness.
Re: gatherNetworkInfo.vbs- why invisible with TC?
It is in the sysnative indeed. Thanks a lot to you both.