| 1 | = Restart Rasdial Service = |
| 2 | |
| 3 | {{{ |
| 4 | Subject: |
| 5 | vpn full reset |
| 6 | From: |
| 7 | "Paul Kudla (Scom.ca Internet Services Inc.)" <paul@scom.ca> |
| 8 | Date: |
| 9 | 5/5/2021, 6:50 AM |
| 10 | To: |
| 11 | Paul Kudla Jr <paul@scom.ca> |
| 12 | |
| 13 | C:\Windows\system32>rasdial |
| 14 | No connections |
| 15 | Command completed successfully. |
| 16 | |
| 17 | C:\Windows\system32>sc queryex rasman |
| 18 | |
| 19 | SERVICE_NAME: rasman |
| 20 | TYPE : 20 WIN32_SHARE_PROCESS |
| 21 | STATE : 4 RUNNING |
| 22 | (NOT_STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN) |
| 23 | WIN32_EXIT_CODE : 0 (0x0) |
| 24 | SERVICE_EXIT_CODE : 0 (0x0) |
| 25 | CHECKPOINT : 0x0 |
| 26 | WAIT_HINT : 0x0 |
| 27 | PID : 628 |
| 28 | FLAGS : |
| 29 | |
| 30 | C:\Windows\system32>taskkill /pid 628 |
| 31 | ERROR: The process with PID 628 could not be terminated. |
| 32 | Reason: This process can only be terminated forcefully (with /F option). |
| 33 | |
| 34 | C:\Windows\system32>taskkill /f /pid 628 |
| 35 | SUCCESS: The process with PID 628 has been terminated. |
| 36 | |
| 37 | C:\Windows\system32> |
| 38 | |
| 39 | }}} |
| 40 | |