Hello whenever i open wireshark it says Windows cannot find 'C:\Program Files (x86)\Wireshark\Wireshark.exe' i don't know what it is but i try reinstalling wireshark nothing happens just keep saying same thing whenever i re open it please help! asked 11 Mar '17, 18:21 wiresharkuse... edited 12 Mar '17, 14:57 packethunter |
One Answer:
Are you using the 64-bit version or the 32-bit version of Wireshark? Windows is using the following scheme to store applications: 32-bit systems On 32-bit systems all applications will be stored in a subdirectory of C:\Program Files 64-bit systems On 64-bit systems the destination folder depends on the architecture, for which is was build:
Your error message ... ... might be the result of a version mixup. Wireshark is available as 32-bit and 64-bit version. If you were using 32-bit version of Wireshark an created a desktop icon, this would launch the application. When updating to a 64-bit version without changing the icon properties you might get an error message. ... and how to get around it The are multiple ways to launch Wireshark:
Good hunting answered 12 Mar '17, 14:56 packethunter |