Network access protection agent ม ประโยชน อย างไร

The Network Access Protection (NAP) agent service collects and manages health information for client computers on a network. Information collected by NAP agent is used to make sure that the client computer has the required software and settings. If a client computer is not compliant with health policy, it can be provided with restricted network access until its configuration is updated. Depending on the configuration of health policy, client computers might be automatically updated so that users quickly regain full network access without having to manually update their computer.

Path to executable: C:\Windows\System32\svchost.exe -k NetworkService This article shows how to Start/Stop Network Access Protection Agent service on Windows 7.

1. Start/Stop Network Access Protection Agent from Services.Msc

Please go to Pearl button (Start) and click on the Search programs and files

  • Type services.msc and press Enter
  • Locate Network Access Protection Agent observe his current status and open to make changes.
  • From General tab you can Start/Stop and change the Startup type of Network Access Protection Agent
  • To finish press ok button and close Services window

Network access protection agent ม ประโยชน อย างไร

2. Change Startup Type of Network Access Protection Agent from Registry Editor

Please go to Pearl button (Start) and click on the Search programs and files

  • Type regedit and press Enter
  • Please confirm User Account Control pop-up
  • Please navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\napagent and locate Start registry key
  • Double-click on Start and edit the value:

Change Startup type :

  • Automatic — 2
  • Manual — 3
  • Disabled — 4
  • Automatic (Delayed Start) — 2 Note: When you change to Automatic (Delayed Start) a new key DelayedAutostart is created with value 1. When you change to Automatic from Automatic (Delayed Start), DelayedAutostart change value to 0.
    Network access protection agent ม ประโยชน อย างไร

3. Start/Stop and Change Startup Type of Network Access Protection Agent from Command Prompt

Please go to Pearl button (Start) and click on the Search programs and files

  • Type cmd, right click on cmd icon under the Programs and click on Run as administrator
  • Please confirm User Account Control pop-up
  • Please select, right and copy a registry key from below, then right click on command prompt window, select Paste and press Enter

To Start Network Access Protection Agent:

net start napagent

Note: You can’t start a service if Startup type is on Disabled.

To Stop Network Access Protection Agent:

net stop napagent

To change Startup type:

Automatic:

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v Start /t REG_DWORD /d 2 /f

Manual:

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v Start /t REG_DWORD /d 3 /f

Disabled:

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v Start /t REG_DWORD /d 4 /f

Automatic (Delayed Start):

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v Start /t REG_DWORD /d 2 /f

Note: When you change to Automatic (Delayed Start) a new key DelayedAutostart is created with value 1.

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v DelayedAutostart /t REG_DWORD /d 1 /f

When you change to Automatic from Automatic (Delayed Start), DelayedAutostart change value to 0.

REG add “HKLM\SYSTEM\CurrentControlSet\services\napagent” /v DelayedAutostart /t REG_DWORD /d 0 /f

Network access protection agent ม ประโยชน อย างไร

4. Prevent Network Access Protection Agent Service from Starting with the Operating System Using System Configuration (Msconfig.Exe)

Please go to Pearl button (Start) and click on the Search programs and files

  • Write msconfig and press Enter
  • In System Configuration please go to Services tab and locate Network Access Protection Agent. Uncheck the box to prevent this service to start and then press OK to finish.
  • Any change make in System Configuration will be applied after restart.
    Network access protection agent ม ประโยชน อย างไร

Consider Using Action1 to Enable or Disable Network Access Quarantine if:

  • You need to perform an action on multiple computers simultaneously.
  • You have remote employees with computers not connected to your corporate network.

Action1 is a cloud-based remote monitoring and management solution encompassing tools such as patch management, software deployment, remote desktop, software/hardware inventory, and endpoint management.