MEET ACTION1 AT RSA CONFERENCE 2024

May 6 - 9 | San Francisco | Booth #5472

Action1 5 How-to Articles 5 Start/Stop Network Access Protection Agent Service

Start/Stop Network Access Protection Agent Service

April 19, 2019

By Peter Barnett

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

Start/Stop 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.Change Startup type of 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

click on the Search programs and files

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.
    Prevent Network Access Protection Agent service

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.

See What You Can Do with Action1

 

Join our weekly LIVE demo “Patch Management That Just Works with Action1” to learn more

about Action1 features and use cases for your IT needs.

 

spiceworks logo
getapp logo review
software advice review
trustradius
g2 review
spiceworks logo

Related Posts

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.