Browse Source

Merge 9c5e88abf7 into ae7398035a

pull/817/merge
Ozkan 2 weeks ago
committed by GitHub
parent
commit
75e5b74fad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/goodbyedpi.c

2
src/goodbyedpi.c

@ -327,7 +327,7 @@ static HANDLE init(char *filter, UINT64 flags) {
"Please unload it with the following commands ran as administrator:\n\n" "Please unload it with the following commands ran as administrator:\n\n"
"sc stop windivert\n" "sc stop windivert\n"
"sc delete windivert\n" "sc delete windivert\n"
"sc stop windivert14" "sc stop windivert14\n"
"sc delete windivert14\n"); "sc delete windivert14\n");
else if (errorcode == 1275) else if (errorcode == 1275)
printf("This error occurs for various reasons, including:\n" printf("This error occurs for various reasons, including:\n"

Loading…
Cancel
Save