Changes between Version 1 and Version 2 of Windows RDP Config Settings


Ignore:
Timestamp:
01/21/22 07:13:29 (3 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows RDP Config Settings

    v1 v2  
     1= Restart Rasdial Service =
     2
     3{{{
     4Subject:
     5vpn full reset
     6From:
     7"Paul Kudla (Scom.ca Internet Services Inc.)" <paul@scom.ca>
     8Date:
     95/5/2021, 6:50 AM
     10To:
     11Paul Kudla Jr <paul@scom.ca>
     12
     13C:\Windows\system32>rasdial
     14No connections
     15Command completed successfully.
     16
     17C:\Windows\system32>sc queryex rasman
     18
     19SERVICE_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
     30C:\Windows\system32>taskkill /pid 628
     31ERROR: The process with PID 628 could not be terminated.
     32Reason: This process can only be terminated forcefully (with /F option).
     33
     34C:\Windows\system32>taskkill /f /pid 628
     35SUCCESS: The process with PID 628 has been terminated.
     36
     37C:\Windows\system32>
     38
     39}}}
     40
    141= Windows RDP Config Settings =
    242