How to Allow Ping Responses on a Windows Computer
Overview
If you're unable to ping a computer that is confirmed to be on the network, try some of these solutions.
Requirements
- Local Administrator Rights
- General Knowledge of Windows Network and Firewall
Options to Allow Ping Responses
- Set network profile to Private or Domain
- From the Windows Firewall, allow "File and Printer Sharing (Echo Request - ICMPv4-In)" in the public profile
- Turn off the firewall
- Check your third-party antivirus and/or firewall for policies blocking ping echo responses
Related Articles
How to Ping
The Windows ping utility is a useful tool to troubleshoot network connectivity issues. It is included on every Windows operating system. Requirements Access to Command Prompt Initiating a Ping Open a Command Prompt Win + R Type cmd and press Enter ...
How to Enable SMB 1.0 in Windows
Overview This article goes over how to enable SMB v1 on your Windows computer to help support older file sharing protocols. Requirements Local Administrator Rights Enable SMB 1.0 on Windows 10 From the Start Menu, search for "Turn Windows features on ...
Why can't credentials be stored in Windows?
Problem Unable to save credentials in Windows. Solution Open Local Security Policy (secpol.msc) and navigate to Local Policies > Security Options and find the policy "Network access: Do not allow storage of passwords and credentials for network ...
How to add a Service Account to a Windows Service
Overview To access network resources, a Windows service requires authentication credentials. This article will guide you on how to add user credentials (Service Account) to a Windows service. Add Credentials to a Windows Service Open "services.msc" ...
How to Enable .NET Framework 3.5
Overview Windows 10 and 11 no longer comes with .NET 3.5 enabled by default. In addition, it may not allow you to install .NET 3.5 from an installer. You can enable it via Windows Features. To enable .NET Framework 3.5 on Windows Server OS, you must ...