Posted On March 31, 2019

Re-register PolicyAgent ipsecsvc.dll

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Re-register PolicyAgent ipsecsvc.dll
  1. Click the Start button.
  2. Type “command” in the search box… DO NOT hit ENTER yet!
  3. While holding CTRL-Shift on your keyboard, hit ENTER.
  4. You will be prompted with a permission dialog box.
  5. Click Yes.
  6. Type the following command: regsvr32 /u ipsecsvc.dll.
  7. Hit ENTER. This will UN-REGISTER your file.
  8. Type the following command: regsvr32 /i ipsecsvc.dll.
  9. Hit ENTER. This will RE-REGISTER your file.
  10. Close the command prompt window.
  11. Re-start the program associated with ipsecsvc.dll error.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Information System Project Proposal

Information System Project ProposalPrepared by: KimConnect.com Tasks / Sub-task Benefit(s) Material /License Costs Labor (days)…

PowerShell: Setting WSUS Registry Setting On/Off for Client Windows

# setWsusOnOff.ps1function setWsus{ param( [switch]$on, [switch]$off ) function wuRegistryIsOn{ # Check if this machine has…

Set NTP on Primary Domain Controller

Intro: Here is some general information to on the network time synchronization protocol (NTP) topic:…