In case it helps, there are several different ways to reach this file. Note that the real “c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe” file has a size of 446976, while the 32-bit redirected version that is actually at “c:\windows\syswow64\WindowsPowerShell\v1.0\powershell.exe” has a size of 431616. Sometimes when we are taking a pathname from somewhere else (a registry value, shortcut target, file entry, etc.) it’s not so easy to reformat as file "partial\path\something.exe" of native system folder
; instead it may be useful to reference x64 file "c:\full\path\to\something.exe"
or native file "c:\full\path\to\something.exe"
q: (pathname of it, size of it) of file "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe"
A: c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe, 431616
q: (pathname of it, size of it) of file "WindowsPowerShell\v1.0\powershell.exe" of system folder
A: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe, 431616
q: (pathname of it, size of it) of file "WindowsPowerShell\v1.0\powershell.exe" of system x32 folder
A: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe, 431616
q: (pathname of it, size of it) of file "WindowsPowerShell\v1.0\powershell.exe" of native system folder
A: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe, 446976
q: (pathname of it, size of it) of file "WindowsPowerShell\v1.0\powershell.exe" of system x64 folder
A: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe, 446976
q: (pathname of it, size of it) of file "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe"
A: c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe, 431616
q: (pathname of it, size of it) of x32 file "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe"
A: c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe, 431616
q: (pathname of it, size of it) of native file "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe"
A: c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe, 446976
q: (pathname of it, size of it) of x64 file "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe"
A: c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe, 446976