Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing npcap 0.99-r9 (via Wireshark) on Windows 10, there is a scheduled task named "npcapwatchdog". This task's only action is this:
Whatever creates this task should make sure that spaces in it are not misinterpreted as above.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! Properly quoting strings so that they are correctly interpreted by NSIS, cmd.exe, and schtasks.exe is difficult, but we believe the problem is solved in Npcap 0.991, released yesterday.
Sorry, something went wrong.
No branches or pull requests
After installing npcap 0.99-r9 (via Wireshark) on Windows 10, there is a scheduled task named "npcapwatchdog". This task's only action is this:
Whatever creates this task should make sure that spaces in it are not misinterpreted as above.
The text was updated successfully, but these errors were encountered: