Microsoft Windows XP Professional Microsoft Windows XP Home Edition More…Less
Symptoms
When you run the Internet Connection Sharing Wizard, you may receive one of the following error messages:
An error occurred while Internet Connection Sharing was being enabled. The dependency service or group failed to start.
-or-
1068: Dependency service or group failed to start.
Resolution
To have us fix this problem for you, go to the «Here’s an easy fix» section. If you prefer to fix this problem manually, go to the «Let me fix it myself» section.
Here’s an easy fix
To fix this problem automatically, click the Download button. In the File Download dialog box, click Run or Open, and then follow the steps in the easy fix wizard.
-
This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
-
If you’re not on the computer that has the problem, save the easy fix solution to a flash drive or a CD, and then run it on the computer that has the problem.
Let me fix it myself
Easy fix 50562
To resolve this issue, make sure that all dependent services have been started. To do this, follow these steps:
-
Click Start, and then click Help and Support.
-
Under Pick a Task, click Use Tools to view your computer information and diagnose problems.
-
In the Tools area, click System Configuration Utility.
-
In the right pane, click Open System Configuration Utility. This opens the System Configuration Utility.
-
Click the Services tab.
-
Make sure all the following services are turned on. To turn on a service, click to select the check box.
-
Application Layer Gateway Service
-
Network Connections
-
Network Location Awareness (NLA)
-
Plug and Play
-
Remote Access Auto Connection Manager
-
Remote Access Connection Manager
-
Remote Procedure Call (RPC)
-
Telephony
-
-
Click OK, and then click
Restart. -
After Windows restarts, rerun the Internet Connection Sharing Wizard.
References
For additional information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
241584 Service Does Not Start and Displays «Error 1058»
Did this fix the problem?
Check whether the problem is fixed. If the problem is fixed, you are finished with this section. If the problem is not fixed, you can contact support.
Need more help?
When you try to run Network and Sharing Center or Windows Defender Firewall, it shows “error 1068: the dependency service or group failed to start”? There could be various reasons responsible for this problem. MiniTool Partition Wizard offers you some solutions to fix error 1068. Feel free to have a try!
What Is Error 1068
There are two cases in which you may encounter error 1068 in Windows 10.
- Case one: When you run Network and Sharing Center, it shows “Error 1068: The dependency service or group failed to start”. If you are affected by this issue, you will be incapable of connecting to the internet on any network no matter whetheryou use an Ethernet cable or connect it
- Case two: Error 1068 when starting Windows Firewall. Sometimes the message “Error 1068- dependency service failed to start firewall” pops up when you try to turn on your Windows Defender Firewall. Do not turn a blind eye to it because disabling Windows Firewall makes your computer exposed to unauthorized access.
How to fix “error 1068: the dependency service or group failed to start”?
If you see the problem for the first time, you can restart your computer to remove it. However, if the error still shows after the operation, you need to troubleshoot it with the following solutions.
Quick Video Guide:
Fix Error 1068 in Case One
If you meet error 1068 when you use Network and Sharing Center, you can try these ways to fix it.
Solution 1: Enable Related Dependency Services
As you can see in this error message, there is something wrong with the dependency services and you need to make sure that all the related dependency services are enabled.
Here are the steps to solve dependency service failed to start.
Step 1: Press Win + S to open Search, and then input system configuration in the search box.
Step 2: Click System Configuration App in the search result to get into it.
Step 3: Click Services tab, and make sure you have checked all the following options.
- Application Layer Gateway Service
- Network Connections
- Network Location Awareness (NLA)
- Plug and Play
- Remote Access Auto Connection Manager
- Remote Access Connection Manager
- Remote Procedure Call (RPC)
- Telephony
Step 4: Click OK to confirm changes you have made, and then restart your computer.
After restarting your computer, you can open Network and Sharing Center and check whether error 1068 in Windows 10 has been fixed.
Solution 2: Modify Registry Key
If you still see the message “error 1068: the dependency service or group failed to start” after you enable related dependency services, you can try to use Registry Editor to fix the problem.
Note: Most users have removed error 1068 with Registry Editor, but you need to be careful while applying the solution. Do not enter a wrong value when you modify registry key because improper operation to the Registry may bring serious damage to your computer.
Step 1: Press Windows and R key at the same time to get into Run window.
Step 2: Type Regedit in the box and click OK to open Registry Editor.
Step 3: Navigate to the following path:
HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Dhcp
Step 4: Double-click DependOnService from the right pane.
Step 5: In the Value data text area, delete all the words except “Afd”, and then click OK.
Step 6: Go to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Eaphost.
Step 7: Double-click DependOnServices and delete everything in the Value data. Then click OK to confirm changes.
Step 8: Restart your computer and there should be no error message when you use Network and Sharing Center.
Solution 3: Repair Nlasvc.dll
A common reason for “dependency service failed to start” is corrupted or damaged nlasvc.dll.
Nlasvc.dll, also known as Network Location Awareness, is a type of Dynamic Link Library (DLL) file. It collects and stores configuration information for the network and notifies programs when this information is modified.
If there is something wrong with nlasvc.dll, any services that depend on it will fail to start, such as Windows and Sharing Center.
To repair nlasvc.dll, you can run SFC (System File Checker).
Run SFC to Restore Nlasvc.dll
Step 1: Open Run window and type cmd in the box. Then press Ctrl + Shift + Enter to run command prompt as administrator.
Step 2: Type sfc /scannow and hit Enter.
Then SFC will scan for nlasvc.dll issues and any other system file problems automatically.
Tip: If you lost data due to corrupted or missing system files, you can try data recovery with MiniTool Partition Wizard.
Solution 4: Reset TCP//IP to Default
If “error 1068: the dependency service or group failed to start” still cannot be fixed, you can try to reset TCP/IP to default.
Step 1: Run command prompt as administrator.
Step 2: Type the command “netsh int ip reset” to completely reset TCP/IP configuration and restore TCP/IP to its original state, and then hit Enter.
Step 3: Restart your PC and check whether Network and Sharing Center can run properly.
Fix Error 1068 in Case Two
“Error 1068 — dependency service failed to start firewall” is something you don’t want to experience. It is quite annoying that you cannot turn on your Windows Defender Firewall.
What can you do if you got the error “dependency service failed to start firewall”? Here are several solutions which may be helpful for you.
Solution 1: Change Service Settings
Step 1: Input services.msc in Run window.
Step 2: Right-click your Windows Defender Firewall and select Properties.
Step 3: Choose Start and then set the start-up type to Automatic.
Step 4: Select Apply and click OK.
Step 5: Restart your PC to save changes.
Solution 2: Expand Your Administrators Group
There is another free way to fix the error 1068.
You just need to open command prompt as admin and input the commands below.
- net localgroup administrators localservice /add
- net localgroup administrators networkservice /add
Tip: Don’t forget to press Enter after every command.
Now you have to restart your Windows and turn on Windows Defender Firewall to check whether “the dependency service or group failed to start” has been solved.
Solution 3: Update Your Network Adapter Driver
Network adapter driver that is out-of-data could also be a cause for “error 1068 — dependency service failed to start firewall”.
To update your Network adapter driver, you can follow these steps.
Step 1: Press Windows key and X at the same time.
Step 2: Select Device Manager from the list.
Step 3: Click the arrow before Network adapters to expand it.
Step 4: Right-click the driver which is currently used, and choose Update driver.
Step 5: Restart your computer to apply the changes.
You can read more details about how to update the Network adapter driver in this article: Top 4 Ways to Fix Slow Internet Speed on Windows 10.
Solution 4: Disable Your Antivirus Temporarily
If you are running a third-party antivirus software, it might be in conflict with your Windows Defender Firewall, and the error 1068 will stops you turning on Windows Defender Firewall.
You can turn your antivirus software off and check if the issue has been solved. If the answer is yes, you need to report the issue to the vendor of your antivirus app, or you can replace the app with another antivirus software.
If the solution cannot fix the problem, you need to try the next one.
Solution 5: Check Your Windows Update
Sometimes, “error 1068: the dependency service or group failed to start” is simply caused by something out-of-date in your Windows. To solve it, you just need a few clicks.
Step 1: Open Settings by pressing Win + I.
Step 2: Click Update & Security to get into Windows Update.
Step 3: In Windows Update, Select check for updates. Then download the available updates and confirm the installation process.
Step 4: Restart your computer and run Windows Defender Firewall to see if error 1068 “dependency service failed to start firewall” has been removed.
Solution for Any Case
If you cannot fix error 1068 with the solutions above, you may need to reinstall your Windows 10.
By reinstalling Windows 10, you can solve the problems due to system file corruption, system settings changes, third-party software and so on. It is kind of annoying, but it is a really effective way to fight with “error 1068: the dependency service or group failed to start”.
In addition, to make sure error 1068 can be completely removed, you’d better perform a clean install.
There are two ways to achieve it:
- Reset This PC (Remove everything)
- Clean Install
You can get instructions on how to use Reset this PC (Remove everything) to fix error 1068 in the following text.
Note: You need to prepare an installation disk or USB drive if you use Clean install, and everything on your system partition will be erased. Reset this PC (Remove everything) is more convenient and it has the same function as Clean install.
Before you start to reset your PC, you’d better back up your data.
You can use a USB flash drive or an external hard drive to make backup. Pay attention that the backup device needs to be large enough to store all the files and programs in your disk.
Step 1: In the first place, download and install MiniTool Partition Wizard.
Free Download
Tip: To copy the system disk, you need to use MiniTool Partition Wizard Pro Edition and then follow the steps below.
Step 2: Launch the tool and select Copy Disk Wizard from the action panel.
Step 3: Follow the wizard to finish backup process.
Tip: If you back up files before Windows reinstallation, you won’t need to be worried about losing your important documents and programs.
After you back up your files, you can reset your PC to fix error 1068.
Step 1: Click Start and select the Settings icon.
Step 2: Choose Update & Security, and then click Recovery.
Step 3: Click Get started under Reset this PC section.
Step 4:Choose Remove everythingto reset this PC, and then follow the pop-up instructions.
Tip: There are two options when you reset your PC. Keep my files will remove apps and settings, but keep your personal files. Remove everything removes all of your personal files, apps and settings. To fully clean your drive and fix error 1068, you need to remove everything.
Then Windows 10 will reset your PC and perform a clean install. Once it’s done, you can go and check whether error 1068 has been fixed.
With MiniTool Partition Wizard, I successfully back up data and reset my PC to fix error 1068. I’d like to share it with you!Click to Tweet
Bottom Line
If you are bothered by “error 1068: the dependency service or group failed to start”, don’t be annoyed. You can fix it with solutions above.
If you have better ways to solve this problem, you can contact [email protected]. For any questions, you are free to post it in the comment section below and you will be replied as soon.
Error 1068 FAQ
What is error 1068?
Error 1068 is described as “the dependency service or group failed to start”. When you attempts to connect your system to a wireless network or when you try to start Windows Firewall, this error may appear and stop your operation.
How do I run network diagnostics?
- Open Control Panel and select Network and Internet.
- Choose Network and Sharing Center.
- Click Troubleshoot problems and select Internet Connections.
- Then follow the onscreen instructions to finish the process.
Hi Anton,
Did Windows 7 joined the domain? Have you narrowed down which service failed with error 1068? The error code indicates one service’s dependency service or system component
fails to start.
I suggest checking the following services first.
Check service
———————-
1. Click Start, type Services.msc in Start Search bar, and then press Enter.
2. In the right pane, double-click Microsoft Network Inspection.
3. In the Startup type list, click Automatic, click Apply, click Start, and then click OK.
4. Also check the following services.
Function Discovery Resource Publication
Desktop Window Manager Session Manager
Network Connections
Network List Service
Network Location Awareness
Network Store Interface Service
Server
TCP/IP NetBIOS Helper
If you find any service cannot be started with the error, please let me know the service name and error exactly.
In addition, since the issue is related to Server. I also suggest confirming the issue with Server side.
Win Server Forum
http://social.technet.microsoft.com/Forums/en-US/category/windowsserver
Best Regards,
Niki
Please remember to click «Mark as Answer» on the post that helps you, and to click «Unmark as Answer» if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
-
Marked as answer by
Friday, April 29, 2011 9:43 AM
Windows Error 1068 The Dependency Service or Group Failed to Start Windows is a window service error. A user gets this error while troubleshooting the network services. In this error, a computer connects to the internet, but it shows limited access to the network in both wireless and LAN network. This error may be caused due to antivirus in your system. Antivirus interprets the windows service as threating and, in turn, stops it from communicating with the system. Well, today, in this error solving guide on this Error 1068 Windows. We have gathered some troubleshooting methods by which you can quickly fix this error.
Cause of Error 1068 The Dependency Service or Group Failed to Start Error:
Majorly this Error 1068 Windows is caused due to a third-party antivirus installed on your system. It interprets the windows services and system file to be a potential threat and thus either corrupt them or delete them. Windows services on being affected with antivirus throw this error. Let’s take a look at all of the major causes behind this Error 1068 Windows.
- Third-Party Antivirus or Antimalware program
- Recent recover from a virus attack
- System Upgrade
- Corrupted on infected system files or services
- Corrupted Hard drive
Similar Type of Error 1068 The Dependency Service or Group Failed to Start Error:
- Windows Server 2012
- Windows 10 internet connection sharing
- Join domain
- SQL server
- Windows 10
- Windows 7 internet connection sharing
- Netlogon
- Windows Server 2012 r2
In this section, we will go through some troubleshooting methods to fix the Error 1068 Windows.
1. Using Command Prompt –
In this remote access connection manager error 1068 VMWare method, we will use the command prompt to manually add Add Local service and Network service to the Administrators Group. Proceed to the step to see how it is done.
- STEP 1. Click on Start, type Run, and Hit Enter
- STEP 2. Type cmd in the Run box, and Hit Enter
- STEP 3. Type net localgroup administrators localservice /add and hit Enter
- STEP 4. Now type net localgroup administrators networkservice /add & hit Enter
- STEP 5. Now close the command window and restart System
2. Using System Configuration –
In this ip helper Error 1068 The Dependency Service or Group Failed to Start Windows 10 method, we will use system configuration and change the windows startup type to normal.
- STEP 1. Click on Start, type Run, and Hit Enter
- STEP 2. Type msconfig in the Run box, and Hit Enter
- STEP 3. In general, Tab choose startup selection to be Normal Startup
- STEP 4. Click on Apply and then OK
- STEP 5. Restart System
3. Making Changes in the Services –
In this network location awareness Error 1068 The Dependency Service or Group Failed to Start Windows 7 method, we will make changes in network services so that it can run automatically at startup. We will be manually putting these services to automatic.
1. Application Layer Gateway Service
2. Network Connections
3. Network Location Awareness (NLA)
4. Plug and Play
5. Remote Access Auto Connection Manager
6. Remote Access Connection Manager
7. Remote Procedure Call (RPC)
8. Telephony
- STEP 1. Click on START type Run and Hit Enter
- STEP 2. Type services.msc in the Run box and hit Enter
- STEP 3. Choose any service from the above-given service list and right-click
- STEP 4. Go to Properties
- STEP 5. Now Change the Startup type to Automatic
**NOTE: Kindly put all of the above mentioned services to Automatic
- STEP 6. And Hit Start in Service status
- STEP 7. After putting all the services to automatic, Restart your System
4. Resetting the Network Adapter & TCP/IP –
This ICS Error 1068 The Dependency Service or Group Failed to Start netlogon method uses the command, so be attentive while typing the command. We will reset the network adapter and TCP/IP.
- STEP 1. Click on START type Run and Hit Enter
- STEP 2. Type cmd in the Run box and hit Enter
- STEP 3. Type the command ipconfig/flushdns and hit Enter
- STEP 4. Now type nbtstat –r and hit Enter
- STEP 5. Type the command netsh winsock reset and hit Enter
- STEP 6. Now type the command netsh int ip reset and hit Enter
- STEP 7. Restart Your System Now
5. Fixing the Corrupted nlasvc.dll File –
In this Windows Firewall Error 1068 The Dependency Service or Group Failed to Start Windows method, we will replace the corrupted nlasvc.dll file; the file is corrupted due to the antivirus program. It can be fixed by replacing the healthy nlasvc.dll file.
- STEP 1. Click on START type Run and Hit Enter
- STEP 2. Type cmd in the Run box and hit Enter
- STEP 3. Download a healthy nlasvc.dll from internet and put it in the USB drive
- STEP 4. Type the command takeown /f c:windowssystem32nlasvc.dll hit enter
- STEP 5. now type cacls c:windowssystem32nlasvc.dll /G hello:F
**NOTE: Kindly replace 'hello' with your username and :F with your USB dirve letter
- STEP 6. Navigate To
C:windowssystem32nlasvc.dll
- STEP 7. Rename nlasvc.dll to nlasvc.dll.old and copy the healthy nlasvc.dll here
- STEP 8. Now right click on nlasvc.dll and go to Properties
- STEP 9. Go to Security tab and click on Advanced
- STEP 10. Now in owner click on change and put NT SERVICETrustedInstaller
- STEP 11. Hit Check Name, and click OK
- STEP 12. Finally, click Apply and again hit OK
- STEP 13. Reboot your system
Conclusion:
In this article, we have demonstrated methods to Fix Windows Error 1068 The Dependency Service or Group Failed to Start windows Error. We have briefly discussed its causes, effects, and methods. However, if you still find any issue or facing problems in this Error 1068 windows issue, tell us in the comments.
For more error, fixing articles follow us. Thank You!
Если при запуске какой-либо программы, выполнения действия в Windows или при входе в систему вы видите сообщение об ошибке 1068 «Не удалось запустить дочернюю службу или группу», это говорит о том, что по какой-то причине необходимая для выполнения действия служба отключена или не может быть запущена.
В этой инструкции подробно о распространенных вариантах ошибки 1068 (Windows Audio, при подключениях и создании локальной сети и т.п.) и о том, как исправить возникшую проблему, даже если ваш случай не из числа распространенных. Сама же ошибка может появиться в Windows 10, 8 и Windows 7 — то есть во всех последних версиях ОС от Microsoft.
Не удалось запустить дочернюю службу — распространенные варианты ошибки 1068
Для начала о самых часто встречающихся вариантах ошибки и быстрые пути исправить их. Необходимые для исправления действия будут выполняться в управлении службами Windows.
Для того, чтобы открыть «Службы» в Windows 10, 8 и Windows 7, нажмите клавиши Win+R (где Win — клавиша с эмблемой ОС) и введите services.msc после чего нажмите Enter. Откроется окно со списком служб и их состоянием.
Для изменения параметров любой из служб, просто дважды кликните по ней, в следующем окне вы сможете изменить тип запуска (например, включить «Автоматически») и запустить или остановить службу. Если опция «Запустить» не доступна, то сначала нужно изменить тип запуска на «Вручную» или «Автоматически», применить настройки и уже потом запускать службу (но она может не запуститься и в этом случае, если зависима еще от каких-то отключенных в настоящий момент служб).
Если проблема не была решена сразу (или запускать службы не получается), то после изменения типа запуска всех необходимых служб и сохранения настроек попробуйте также перезагрузить компьютер.
Ошибка 1068 службы Windows Audio
Если запустить дочернюю службу не удалось при запуске службы Windows Audio, проверьте состояние следующих служб:
- Питание (тип запуска по умолчанию — Автоматически)
- Планировщик классов мультимедиа (данная служба может отсутствовать в списке, тогда для вашей ОС неприменимо, пропустите).
- Удаленный вызов процедур RPC (по умолчанию — Автоматически).
- Средство построения конечных точек Windows Audio (тип запуска — Автоматически).
После запуска указанных служб и возвращения типа запуска по умолчанию, служба Windows Audio должна перестать выдавать указанную ошибку.
Не удалось запустить дочернюю службу при действиях с сетевыми подключениями
Следующий распространенный вариант — сообщение об ошибке 1068 при каких-либо действиях с сетью: предоставлением общего доступа к сети, настройке домашней группы, подключению к Интернету.
В описываемой ситуации проверьте работу следующих служб:
- Диспетчер подключений Windows (Автоматически)
- Удаленный вызов процедур RPC (Автоматически)
- Служба автонастройки WLAN (Автоматически)
- Автонастройка WWAN (Вручную, для беспроводных подключений и Интернета по мобильной сети).
- Служба шлюза уровня приложения (Вручную)
- Служба сведений о подключенных сетях (Автоматически)
- Диспетчер подключений удаленного доступа (по умолчанию – вручную)
- Диспетчер автоматических подключений удаленного доступа (Вручную)
- Служба SSTP (Вручную)
- Маршрутизация и удаленный доступ (по умолчанию бывает отключена, но попробуйте запустить, может помочь в исправлении ошибки).
- Диспетчер удостоверений сетевых участников (Вручную)
- Протокол PNRP (Вручную)
- Телефония (Вручную)
- Plug and Play (Вручную)
В качестве отдельного действия при неполадках с сетевыми службами при подключении к Интернету (ошибка 1068 и ошибка 711 при непосредственно подключении в Windows 7) можно попробовать следующее:
- Остановите службу «Диспетчера удостоверений сетевых участников» (не меняйте тип запуска).
- В папке C: Windows serviceProfiles LocalService AppData Roaming PeerNetworking удалите файл idstore.sst при его наличии.
После этого перезагрузите компьютер.
Поиск необходимых для исправления ошибки 1068 служб вручную на примере диспетчера печати и брандмауэра
Поскольку все возможные варианты появления ошибки с запуском дочерних служб я предусмотреть не могу, показываю, как можно попробовать самостоятельно исправить ошибку 1068 вручную.
Этот способ должен подойти для большинства случаев появления проблемы в Windows 10 — Windows 7: и для ошибок брандмауэра, Hamachi, диспетчера печати и для других, менее часто встречающихся вариантов.
В сообщение об ошибке 1068 всегда присутствует название службы, вызвавшей эту ошибку. В списке служб Windows найдите это название, после чего кликните по ней правой кнопкой мыши и выберите «Свойства».
После этого перейдите на вкладку «Зависимости». Например, для службы Диспетчер печати мы увидим, что требуется «Удаленный вызов процедур», а для брандмауэра требуется «Служба базовой фильтрации», для которой, в свою очередь, тот же «Удаленный вызов процедур».
Когда необходимые службы стали известны, пробуем включить их. Если тип запуска по умолчанию неизвестен — пробуем «Автоматически» с последующей перезагрузкой компьютера.
Примечание: такие службы, как «Питание» и «Plug and Play» не указываются в зависимостях, но могут быть критичными для работы, всегда обращайте на них внимание при возникновении ошибок запуска служб.
Ну и, если ни один из вариантов не помогает, имеет смысл попробовать точки восстановления (если есть) или другие способы восстановления системы, прежде чем прибегать к переустановке ОС. Тут могут помочь материалы со страницы Восстановление Windows 10 (многие из них подойдут для Windows 7 и 8).
Today we’ll talk about how to fix error 1068 on Windows 7/10. It’s a very common error received by some windows users. Most of the time when you get the error code it means windows services isn’t starting and that’s because it’s corrupt or has a conflict.
The error 1068 can appear in three forms:
- ‘Error 1068: dependency service or group failed to start.” – OR
- An error occurred while internet connection sharing was being enabled. The dependency service or group failed to start. – OR
- Windows could not start, error 1068: the dependency or group failed to start the WLAN Auto config service on the local computer.
So chances are you received the message in these three forms mentioned.
Error 1068 View
Troubleshoot and Fix Error 1068 on Windows 7/10
When Does Error 1068 Arise?
There are mainly two cases that produce this type of error message:
Network And Sharing Center; when trying to run or access network and sharing center, the error message gets displayed. When such happens you’ll not be able to connect any network.
Windows firewall; this is the second scenario that produces the error message ‘Error 1068: The Dependency Or Group Failed To Start’. When you try to open windows defender firewall the message pop up. What most people do is to turn off windows firewall, that’s definitely a wrong move because you’re exposed to threats on your PC. You need to fix the situation as soon as you can and that’s what this article is all about. We’ll show you how to fix the problem fast.
Causes Of Error 1068 On Windows 7/10?
Most of the time it is as a result of windows system files damaged, and when such files are damaged or infected with virus they lead to serious problems to your computer, your PC is under threat in these situation.
Some of the things that cause damage to your system files include; incomplete installation of programs, uninstalling programs the wrong way, deleting application or when you recovered from a virus. All these actions have impact in the registry. When the registry is infected, a lot of windows actions cannot execute properly, and hence you end up receiving errors such as ‘error 1068’.
Important Things To Do When You Receive Error 1068 For The First Time
When you receive this error for the first time you should immediately restart your PC, this simple step can solve the problem, a lot of users have tried it and it worked, it’s only after restarting your PC and you’re still experiencing the problem, then you start troubleshooting.
Secondly you need to back up your files. It’s better to use cloud drive or any external portable storage device you might have. When you’ve done these two things, you can now start troubleshooting using the fixes we’ll outline. Without any further delay, let’s walk you through fixing Error 1068.
We’re going to outline how to fix the two cases we’ve mentioned earlier, that’s when you receive the message on network and sharing center and when using windows defender firewall.
How To Fix Error 1068 On Network And Sharing Center
The Related Dependency Services Should Be Enabled
When the error message is displayed there is definitely something wrong with the dependency services and you have to check all of them to ensure they’re enabled.
And here is how to do that:
- You should search for ‘system configuration’ in your windows search box; you can open it by pressing Win + S.
- Click on ‘system configuration’ and hit the ‘services’ tab that appears and make sure all the following options are checked;
- Network Location Awareness (NLA)
- Plug and Play
- Remote Procedure Call (RPC)
- Application Layer Gateway Service
- Network Connections
- Telephony
- Remote Access Auto Connection Manager
- Remote Access Connection Manager
- Confirm your changes by pressing OK and restart your PC.
- Open your network and sharing center to see if the problem is solved.
Restart your router
Restarting your router also might fix the problem, it doesn’t always work but you should give it try. You should switch off the router and wait for a few minutes and then ON it again. If you’re lucky the problem could be fixed by now.
Change registry key
If after enabling dependency service and the error still showing, the next thing to try is editing ‘registry editor’. This method is very effective and has worked for most people to fix error 1068 using the registry editor. But you have to be careful though because adding the wrong value will cause more problems; this can damage the entire operating system.
With that said, here is how to go about with editing registry editor:
- Type Regedit in your windows search box and it will show up, click on that to open the registry editor.
- When the registry editor opens, click on the following options: HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Dhcp
- You should now double-click on ‘Dependonservice’ which is from the right pane.
- There is ‘value data’ field, delete all the words inside and leave only ‘Afd’, it should appear first line from left.
- Click OK and restart your computer, you check the network and sharing center to see if everything is OK, and if error is still showing up, move on to the next step.
registry editor
Repair Nlasvc.dll
One of the main reasons why ‘dependency service failed to start’ is because the ‘Nlasvc.dll’ damaged or corrupted.
This DLL file is the “network location awareness” center, and its function is to collect and store configuration information for the network. So when this file is at fault, every program that depends on it, isn’t going to work. In order to repair this file you need to run system file checker (SFC), and here is how to do it;
- Open command prompt by pressing Ctr+Shift+Enter.
- You should now type sfc/scannow and press enter. This command will scan nlasvc.dll to find out if there are problems in the file, if found you’ll be notified and you need to run data recover to fix the problem. You can use the MiniTool Partition Wizard.
Reset You TCP/IP to default
If you still can’t get rid of the problem you should now reset TCP/IP to default, and here is how to do that;
- Run your command prompt as administrator.
- You should now add this text ‘netsh int ip reset’, this will restore TCP/IP to its default state, and you now hit enter.
- Restart your Pc again to see if the problem is fixed.
These are the steps you should follow in order to fix ‘Error 1068 – The Dependency Or Group Failed To Start’ when it appears on ‘Network and Sharing Center’, now we’ll move on to case two, that’s when receiving the error message in windows defender firewall.
Reset You TCP-IP to default
How To Fix Error 1068 On Windows Defender Firewall
Here are the steps to follow when you’re receiving the error message on windows firewall.
Change Service Settings
- Open the run window and type ‘services.msc.
- In the list of services, select ‘windows defender firewall’ and right-click to select ‘properties’.
- Select start and set the “startup type to “automatic”
- Click apply, and then Ok.
- You should restart your PC for the changes to take effect.
Expand Administrator Group
- Launch command prompt as admin and add these commands:
net localgroup administrators localservice /add
net localgroup administrators networkservice /add
- You should hit enter at the end of each command.
- Restart your PC again to check if windows defender firewall is working without showing the error message.
Update network adapter driver
Outdated network adapter can also cause error 1068 on firewall, so if the problem still persists, you should update network adapter driver by following these steps;
- Press Windows key + X and choose device manager from the list, or you can just open device manager from control panel.
- Click the arrow that’s before network adapters and expand it.
- Select the driver in use and right-click on it; you’ll see the option ‘update driver’.
- Next is to restart your computer to if this solution work.
Disable antivirus software
Antivirus software can interfere with windows defender firewall activities, and you want to disable it for a while to see if the problem is resolved. If the error is gone after disabling your antivirus, it means you need to get rid of it. Restart your pc as well after turning off the antivirus software to see if things are working.
Update windows
The ‘error 1068: the dependency service or group failed to start’ can show up if some windows components haven’t been updated. Go to update and security through control panel or just search using the search box to check for windows update, if available you’ll be presented with updates that are available and click install.
Read Also: Windows Error 0x8007010b
Final Options That Will Work For Both Two Cases
Error 1068 repair tools
If you still haven’t fixed the situation in the two cases mentioned, you can find tools or software that are designed to fix this problem automatically. You just need to install and run the program and it will search for the problem and fix it automatically. Most of these tools aren’t free; you need to invest a few dollars to activate them.
There are lots of tools available, just search for “error 1068 repair tool” online and you’ll have enough options to choose from. Make sure to check for reviews and testimonials from users so that you’re sure the tool can solve your problem.
Reset your PC
And finally if such tools haven’t worked for you, you need to reset your PC to its default settings, and windows have this option (or maybe win7 to 10 versions), with this step you’re resetting your computer to factory settings.
You can do this in two ways; you can reset your PC by leaving your personal files, but deleting all programs and apps. Or you can remove everything including all your files and apps, this way your computer is brand new again.
Go to ‘update and security’ and select ‘recovery’, you’ll now see the option to reset this PC. Click “get started” and you’ll be prompted to choose the type of reset you want and continue.
Conclusions:
Windows error 1068 can be difficult to get rid of, but so far these are the best possible solutions that can fix error “Error 1068: dependency service or group failed to start.”, you can now fix this error whether it shows up on widows defender firewall or network and sharing center, let us know if any of these fixes have worked for you or if you have more ideas to share that have worked for you which can get rid of the problem.
So, you received an error 1068 The Dependency Service Or Group Failed To Start on your beloved Windows. It is another one of the common errors Windows is notorious for. What does error 1068 mean? Should you be worried? Is there a way for you to fix that?
Get ready to learn everything about this error 1068 and how it impacts you. You will also learn the correct methods to use that will solve this problem.
What Is Error 1068?
The loathsome error 1068 can appear in three different ways on your screens:
- Error 1068: Dependency Service Or Group Failed To Start.
- An Error Occurred While Internet Connection Sharing Was Being Enabled. The Dependency Service Or Group Failed To Start.
- Windows Could Not Start. Error 1068: The Dependency Or Group Failed To Start The WLAN AutoConfig Service On The Local Computer.
In other words, the error 1068 is a code that shows you that Windows Services aren’t working correctly. Maybe they aren’t starting right or have been corrupted. There could be some conflict within the files.
What does it mean that the Windows Service isn’t working, corrupted, or in conflict? There has to be something more than a vague answer, right?
Of course, there is. For that, you need to understand what prompts this message. Here are some of the reasons:
- The problem is related to the Network And Sharing Center. It could mean that there is some trouble accessing the network. If the error 1068 appears at this point, you won’t connect to any network.
- If you get ‘Error 1068: The Dependency Or Group Failed To Start,’ it could be Firewall. Windows Firewall (Windows Defender Firewall in Windows 10) might fail to launch. If you’re trying to launch it and get the message, don’t turn the Firewall off. There are other fixes.
But these aren’t the reasons. These are just when and how to get the most Error 1068 on Windows 7 or 10. The cause or the real reason might be different.
What Is The Reason Behind Error 1068 The Dependency Service Or Group Failed To Start?
Let’s break it down into the easiest possible definition and reason. If you’re getting Error 1068 for any reason, then Windows files are corrupted.
It could be due to a plethora of reasons:
- Maybe some virus or malware has corrupted the files.
- Perhaps the windows system files were damaged.
- It could’ve been because you shut down wrong or browsed the wrong website.
- Maybe you downloaded some content that was harmful in the long term.
- Did you recently install some program, and it failed? Was the installation incomplete?
- Even uninstalling any program by not following the correct procedure poses problems.
In simple words, you need to take good care of your Windows System. It is a little strange. After all, Windows should have evolved to be much more durable and withstanding. Unfortunately, it isn’t.
Any of these actions can impact the registry of Windows. The registry is a lesser-known segment in your system. It handles a lot of things, including the best performance of the system.
If your registry gets corrupted or malfunctions, you will receive Error 1068 The Dependency Service Or Group Failed To Start.
What Do You Need To Do With Error 1068?
Before you get into the solutions and troubleshooting, consider this point.
If you’ve received this error for the first time, you can restart the PC. Do it through built-in options in Windows. Wait patiently for the system to restart and see if that solves the problem.
Most often, people have found the solution to work just fine. Every time you receive it, you can give it a try. If this solves the problem, that’s great. Otherwise, follow with a backup.
Make a backup of all the files and essential data. Try to store it either in a spare hard drive or cloud storage. Additionally, make a system restore point in case things go south.
These steps are essential to ensure you are ready to troubleshoot and fix the problems. With that, you can start repairing the Error 1068 issue.
How to Fix & Solve Error 1068 The Dependency Service or Group Failed to Start Error
The guide is divided into two specific parts. One part covers Error 1068 in the Network And Sharing Center. The other part covers Windows Firewall’s Error 1068. Here is a brief overview:
- Fix Error 1068 For Network And Sharing Center
- Enable The Dependency Services
- Restart Your Connections
- Changing The Registry Key
- Repairing Nlasvc.dll
- Reset TCP/IP To Default
- Fix Error 1068 For Windows Defender Firewall
- Changing The Service Settings
- Expand The Administrator Group
- Updating Your Network Adapter
- Try Disabling The Antivirus
- Update Your Windows
- Final Resort – Reset The Entire Operating System
A. Fix Error 1068 On Network And Sharing Center
1. Enable The Dependency Services
Once you get Error 1068 the dependency or group failed to start, time to enable it. You can check what these services are and allow them to ensure it works just fine.
Simply follow these steps:
- Go to the search bar in your Start Menu.
- Type ‘system configurations.’ You can also try the Windows + S key.
- Once you enter system configuration, find the ‘Services’ tab. Now, there will be a list of options for you to check.
- NLA – Network Location Awareness
- RPC – Remote Procedure Call
- Plug & Play
- Network Connections
- Telephony
- Application Layer Gateway Service
- Remote Access Connection Manager
- Remote Access Auto-Connection Manager
- Make sure all of the above-given options are ‘checked on.’
- Click OK to make changes. Restart the PC.
Now go ahead and try whatever you were doing and see if that worked. If not, move onto another solution.
2. Restart Your Connection
You can follow through with the above-given solutions first and then come to this step. This one requires you to restart both your PC and router. Remember, this is for the Network And Sharing Center problem. So, you can turn your router off and restart it. Check to see if that worked. If not, you can also reset the router. For that, you might have to follow another guide. Usually, all you need to do is:
- Disconnect the network connection.
- Long-press a button on your router (usually given at the backside).
- The connection will reset and restart.
Once you do this, you can reconnect the network connections and see if that works.
3. Changing The Registry Key
Hopefully, your problems are solved with the above-given ideas. If not, then the third step is a critical one. It is advisable to get a professional for this task. Someone who knows enough about computers.
It all has to do with the registry of your system. You will need to access the registry editor and make some changes. Before you begin, there are some things you should know.
The registry is very small in data size but contains the essential value and information of your PC. It helps your PC run smoothly, and most of the programs depend on it. There are many tools like registry cleaners and editors. They promise to enhance a PC’s performance.
Many people have tried this, but it is irrelevant. Registry can’t tweak up the performance. It can only make sure that you have run smoothly and without error. The registry has everything, the data of the system, to temporary files.
Hence, editing a registry can be a difficult task. It can certainly fix the problem. But if you end up with wrong values, your entire operating system can collapse.
That’s why you should have someone knowledgeable. At least, you need to know what you’re doing to ensure the best results.
Now, if you understand the depth of the issue and still seek to continue, follow these steps:
- Go to your Windows Search Bar again. And type ‘regedit,’ press enter. This should launch the registry editor.
- Start navigating: HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Dhcp
- Find ‘Dependonservice’ and double click on it. You will find it in the right panel.
- Delete all the words except ‘Afd’ in it.
- Now, go ahead and click OK.
- Restart your PC.
- Launch Network And Sharing again.
This should fix the issue efficiently. If there is still some kind of problem, move to the other steps.
4. Repairing Nlasvc.dll
As you can see, there are many technical solutions to the problem. Here is another one. Are you still receiving the Error 1068 the dependency service failed to start? It could be related to Nlasvc.dll. Maybe it was damaged, corrupted, or infected.
The file’s full name is Network Location Awareness. It is responsible for collecting the essential data and configurations. Thus, the DLL file controls the entire spectrum of the Network And Sharing Center.
If this file gets damaged, you will end up facing a lot of problems. One of them could be the same error as mentioned above. Thus, you will have to rely on the System File Checker (SFC).
Here is a quick guide to help you use it:
- Press CTRL + Shift + Enter. Or go to search, find RUN and type ‘cmd’ press enter. This will launch the command prompt.
- Type sfc/scannow and hit enter button.
The entire scanning process will start immediately. If there are any errors, you will receive a notification. You will then have to launch the data recovery. There are third-party tools to help you with that. You can also use built-in system restores and other tools.
5. Reset TCP/IP To Default
If you still didn’t have any luck with ‘Error 1068 The Dependency Service Or Group Failed To Start’ so far, perhaps this step will help. You can go ahead and reset the TCP/IP settings. Sometimes they change unknowingly. Here are the steps:
- Launch the run windows and relaunch the Command prompt, but this time, launch as admin.
- You can also search for Command Prompt and run as administrator.
- Either way, type ‘netsh int IP reset,’ in the command prompt. Type enter. This will reset the entire TCP/IP.
Now all you need to do is restart your PC. This should fix almost any other problem. Now, you shouldn’t receive any more Error 1068 The Dependency Or Group Failed To Start.
This concludes troubleshooting for the Network And Sharing Center. It’s fine for you to fix Windows Defender Firewall. Of course, if none of these steps worked, that might be where the problem is.
B. Fix Error 1068 For Windows Defender Firewall
1. Changing The Service Settings
Changing the service settings can help you fix the issue.
- You can go to the search bar and type ‘run.’ Launch it. You can also press Windows Key + R. Either way, type services.msc and press enter.
- A list of services will open up. Find ‘Windows Defender Firewall.’ Right-click on the option, and click on ‘Properties.’
- Go to ‘Start’ and find ‘startup type’ and turn it to automatic. This will change the Startup type to automatic.
- Then click on Apply and OK.
- You will have to restart the PC
2. Expand The Administrator Group
Once again, you will have to launch the command prompt. You can use any of the above-given methods of the start menu, run, or press Windows + C keys. After that, follow through with these:
- Type: net localgroup administrators localservice/add
- Press enter
- Then type: net localgroup administrators networkservice/add.
- Press enter again.
This will help you expand the administrator group. It can fix the Windows Firewall Error 1068.
3. Updating Your Network Adapter
One of the most common reasons for ‘Error 1068 The Dependency Service Or Group Failed To Start’ can be the network adapter. Maybe you have an outdated network adapter. This can cause error 1068 dependency service or group failed.
All you need to do is follow this guide:
- Open your device manager. For this, you can search it in the search bar or press Windows + X.
- Find Network Adapters. Expand the list (drop-down button, or arrow, usually.)
- Now, check for the driver you’re using.
- Right-click on the driver and click on Update Driver.
- Yes, you might need an active internet connection for this.
- Allow the system to find the best updates automatically.
- Once the updates get installed and finished, restart the PC.
See if this solves your problems.
4. Try Disabling The Antivirus
This might come off as a strange suggestion, but disabling antivirus can often help. Sometimes, incompatible antivirus can hinder Firewall services. You can try and disable it to see if that works. It could solve your Error 1068 The Dependency Service Or Group Failed To Start issue.
Try always to find authentic antiviruses like Avast or Malwarebytes. Don’t fall for free or easy-to-get antivirus programs. They may be disguised malware and spyware content.
You can disable the antivirus by following its specific guide. If there is no such option, uninstall the antivirus. Restart the PC and check if the system is working fine now.
If so, then use other protection tools. Remember, Windows comes with Windows Defender. That is well-versed protection if you can’t afford any premium virus. So, there’s no need for you to install an unknown antivirus.
5. Always Update Your Windows
Sometimes, Error 1068: The Dependency Service Or Group Failed to Start can be a mishap. It can appear due to an outdated system. When system updates take place, a lot of things change.
Today, the software is as essential as the hardware for seamless transmission. Hence, you should check for Windows Updates. Generally, Windows 10 Updates are automated, and you can’t disable them. They usually install at non-essential hours. These are the times your PC is on standby or you’re not working.
But sometimes, the updates might not install. So always check for them:
- Open Windows Settings (Windows Key + I), and find Updates and Security.
- Then go to Windows Updates. Search for any new updates.
- If there are new updates, download and install them.
- You will have to restart the PC for changes to take effect.
Once you restart the system, check Windows Update once more.
The Last Resort – Resetting The PC
Remember when we asked you to back up all the essential files? Hopefully, you did that because things are about to reset. If none of the above-given solutions worked for you, this is the last resort.
Try the system restore point if you have any. That way, you won’t have to reset the system. But, there are built-in options now for you to factory reset your operating system (Windows 10).
You can also reinstall the entire operating system and hope that things work just fine for you. This is the last stray. We hope that it fixes your Error 1068 The Dependency Service Or Group Failed To Start problem.
Contents
- 1. Turn on your Windows Firewall, using Run
- 2. Temporarily disable your antivirus
- 3. Run an anti-malware scan
- 4. Visit your Windows Update center
- 5. Expand your administrators group
- 6. Reset your network adapter
- 7. Update your network adapter driver
- 8. Reset TCP/IP to default
- 9. Replace nlasvc.dll
- 10. Repair your registry
- 11. Perform a clean installation of Windows
- 12. Use a special software solution
‘Learn to fail with pride – and do so fast and cleanly.’
Nassim Nicholas Taleb
‘Error 1068 – dependency service failed to start firewall’ is by all means something you will not want to experience. This issue is quite disturbing, as it pops up out of the blue when you try to start your Windows Firewall. Undoubtedly, you should not turn a blind eye to this problem because leaving your Windows Firewall disabled makes your PC more liable to unauthorized access. Therefore, now is the time to solve this matter.
If you see the error 1068 for the first time, restart your PC. That simple manoeuvre was reported to have helped many users in eliminating the issue in question. However, if the error code 1068 keeps recurring even after the restart, you should get ready for some troubleshooting.
First and foremost, back up your files. Using a cloud drive, a portable storage device or special software such Auslogics BitReplica for this purpose will avert permanent data loss and save you a lot of sweat and tears. When you are done with that, proceed to the fixes below.
And here is our guide on how to resolve dependency service or group failed to start on Windows 10:
1. Turn on your Windows Firewall, using Run
To start with, let’s try this workaround:
- Simultaneously press Windows logo key and R on your keyboard
- Input ‘services.msc’ without quotes and hit Enter
- You will see a list of services
- Locate your Firewall -> Right-click on it -> Select Properties
- Choose Start -> Then set the startup type to Automatic
- Apply -> OK -> Restart your computer for the changes to take effect
- Check if the issue is still present
2. Temporarily disable your antivirus
Try doing this because Windows Firewall might be in conflict with your non-Microsoft antivirus program. Turn it off and see if the problem has gone. If it has, report the issue to the vendor or entrust another solution with the safety of your computer.
3. Run an anti-malware scan
‘Error 1068 – dependency service failed to start firewall’ might stem from your PC being malware-infected. Therefore, enable your third-party antivirus and let it do its job.
You can try employing Windows Defender if it hasn’t been affected by your problem:
Open the Start menu -> Navigate to the Settings icon
- Move to Update & Security -> Select Windows Defender
- Open Windows Defender and make it run a full scan of your system
Finally, the best course of action would be to use a special anti-malware tool to inspect every nook and cranny of your Windows 10. Auslogics Anti-Malware will do that for you and ensure that there is no malware whatsoever keeping a low profile in the background.
4. Visit your Windows Update center
In fact, there might be something wrong with your updates. For example, your OS might be literally sitting on them, which causes mishaps like ‘dependency service or group failed to start on Windows 10’.
If that is you case, do the following:
- Press Windows logo key + I on your keyboard to open your Settings app -> Select Update and Security
- Check for updates -> Download the available updates and confirm the installation process
- Restart your PC and try to run Windows Firewall
And here is another scenario: to resolve the issue, you might need to undo your recent updates, as some of them may be the culprit.
Here is how to do that:
- Simultaneously hit the Windows logo key and I buttons -> The Settings app will open -> Update and Security
- Select Update History -> Proceed to Uninstall Updates
- Choose the update you wish to roll back -> Click Uninstall -> Windows will guide you through the process
5. Expand your administrators group
This is another easy and reportedly effective fix for the error 1068 – dependency service failed to start firewall:
- Open an elevated command prompt: Windows logo key + S -> Type CMD -> Select Command Prompt -> Right-click on it -> Run as Admin
- Input these commands (remember to press Enter after each):
net localgroup administrators localservice /add
net localgroup administrators networkservice /add - Close your Command Prompt -> Restart your PC and check if your Firewall can run now
6. Reset your network adapter
If the issue with starting your Windows Firewall persists, try resetting your network adapter.
For this purpose, take the following steps:
- Open your elevated command prompt (see the previous method) and type the following commands, pressing Enter after each:
netsh winsock reset catalog
netsh int ip reset reset.log hit - Close your cmd and check if this method worked for you.
7. Update your network adapter driver
No luck so far? The problem is, your network adapter driver might be a bit over the hill. Updating it is likely to help in such a case. You can carry out a manual search for the latest manufacturer-recommended version on the Internet or use Windows Device Manager to do the job for you.
To update your driver with Device Manager, do the following:
- Simultaneously press the Windows logo key and X buttons -> Select Device Manager from the list
- Locate your network adapter driver -> Right-click on it -> Select Update driver
- Restart your PC to apply the changes
However, if you want to fix all your driver-related problems in one click, we recommend you to use Auslogics Driver Updater. This tool will save you a lot of time and effort by installing the necessary driver versions for your hardware on your computer.
We hope this method has fixed your issue.
8. Reset TCP/IP to default
If you still don’t know how to resolve dependency service or group failed to start on Windows 10, resetting your TCP/IP is the next logical step in your rescue mission:
- Open an elevated command prompt and type the following commands (without quotes). Make sure to hit Enter after each:
‘ipconfig /flushdns
nbtstat –r
netsh int ip reset reset c:resetlog.txt
netsh winsock reset’ - Reboot your computer and try to start your Windows Firewall. If the error code 1068 is still here, proceed to the following fix.
9. Replace nlasvc.dll
Unfortunately, your nlasvc.dll might be corrupt, so you should reinstall it. To use this method to your advantage, you will need another computer – it goes without saying that it must be error-free.
Now follow these instructions:
- Start the computer which has no issues and navigate to C:windowssystem32nlasvc.dll.
- Copy the nlasvc.dll file to a USB flash drive.
- Insert this drive into your problematic PC.
- Run your command prompt as an administrator and input the following commands, hitting Enter after each:
takeown /f c:windowssystem32nlasvc.dll
cacls c:windowssystem32nlasvc.dll /G your_username:F
(your_username must be the username of your computer) - Then go to C:windowssystem32nlasvc.dll.
- Rename ‘nlasvc.dll’ to ‘nlasvc.dll.old’.
- Now copy the nlasvc.dll file here from your USB drive.
- Right-click on nlasvc.dll and select Properties.
- Open the Security tab -> Go to Advanced.
- Owner -> Change -> Input NT SERVICETrustedInstaller
- Check Names -> OK
- Apply -> OK
- Reboot your PC
10. Repair your registry
All to no avail? Then your Windows Registry might be corrupt or damaged, which means it needs repairing. Conducting this process requires expertise and precision, since there is no room for error. In this regard, we strongly recommend you to use a special tool in order to avoid complicating matters even further. For instance, Auslogics Registry Cleaner is a free tool that can repair your Windows Registry and enable your computer to run smoothly without running the risk of harming your system.
11. Perform a clean installation of Windows
If all the methods above have failed to help you, clean installing your Win 10 might be your last-ditch effort. Indeed, why not give your OS a fresh start?
Here is how you can do that:
Settings -> Update & security -> Reset this PC -> Get started -> Remove everything
Note: Keep in mind that using this option will fully clean your drive
So, if you haven’t backed up your data yet, now is the best time to do that.
12. Use a special software solution
To diagnose and fix ‘The Dependency Service or Group Failed’ error you can also download this tool developed by Auslogics. This solution doesn’t contain malware, it is absolutely free and safe.
We hope our tips have helped you fix Error 1068.
Do you have any ideas regarding this issue?
Your comments are greatly appreciated.
You are here:
Home / How to Fix Error 1068 (Dependency Service or Group Failed to Start) on Windows 10 ?
Windows 10 is an amazing and outstanding Operating System designed and developed by Microsoft Inc. The features are excellent and the same are highly applauded by the users. Despite that, some users reported an issue ‘Error 1068 on Windows 10’ and due to this error, they failed to run the Internet Sharing Wizard. So, if you are also facing the same issue, then go through the solution listed below.
What is Error 1068: Dependency Service or Group Failed to Start?
“Error 1068 – dependency service failed to start” is an error that you don’t want to encounter. Such type of issues is quite disturbing, as they are pop-up out of the blue when you try to start your Windows. Mainly there are two circumstances in which anyone may encounter this error, that is as follows:
1] When you try to open the Network and Sharing Center, occasionally it shows this “Error 1068: The dependency service or group failed to start”. If you encountered this issue, you won’t be able to connect to the internet on any network.
2] Error 1068 when trying to turn on your Windows Firewall. The message “Error 1068- dependency service failed to start firewall” pops up at that time.
Usually, the error looks alike
1068: Dependency service or group failed to start.
OR
An error occurred while Internet Connection Sharing was being enabled. The dependency service or group failed to start.
OR
Windows could not start Error 1068: The dependency or group failed to start the WLAN Auto Config service on the local computer.
Why the ‘Error 1068: Dependency service or group failed to start’ appear on the page?
Before heading towards the solution, let’s have a quick glance at Windows error 1068. Generally, this issue arises when you try to connect your computer through a wireless network. The causes are multiple, maybe Dynamic Host Configuration Protocol (DHCP) failed to perform the operation in the registry or might be WLAN is configured incorrectly.
How to fix Error 1068 on Windows?
There are few advanced solutions that will resolve ‘Error 1068 on Windows 10’ issue and the same are listed below. You just need to go through the steps and execute them effectively.
Restart Your Router
The first and foremost thing to fix any network issue is to restart the router. Though this trick doesn’t fix connection issues always, sometimes it can do. So switch off the router and wait for at least one minute. Switch on the router again, and wait for some time to be it fully operational. Launch your browser and try to open the website again. If this method doesn’t work for you, proceed for the next solution to fix this error.
Run the Network Troubleshooter
Try to run the network troubleshooter to fix this error. Follow these steps:
- Press the Windows+X key to open the Win X menu and select the Control Panel to open all control panel item tabs.
- Choose Troubleshooting.
- Select Network and Internet option to open the list of troubleshooters available.
- Navigate to Internet Connections.
- Click on Advanced.
- And then choose to Run as administrator (to run the troubleshooter with admin permissions).
- Click on the Next button to run the troubleshooter. Follow the troubleshooter on-screen instructions wizard to fix this error.
Check the Adaptor Settings
- Press Windows+S key to open the search box and type Network and Sharing Centre. Or directly go to the Network and Sharing Centre from Control Panel.
- Click Change Adaptor Settings.
- Right-click on your Wireless Adaptor. If it is enabled then Disable it or if it is disabled then enable it.
Reset your Network Adapter
Reset your network adapter to fix the error 1068. To do so follow these steps:
- Open command prompt window and type the following commands, and press Enter after each:
netsh winsock reset catalog
netsh int ip reset reset.log
- Close the command prompt and check for the error.
Update Network Adapter
The cause for an ‘Error 1068 the dependency service or group failed to start’ may be corrupt or missing network driver. So, you must update the driver to fix an issue and for your solace, the detailed steps are listed beneath.
- First and foremost, hover your mouse cursor to the ‘Start’ menu and right-click on it. Soon, you will find the list of applications and your job is to click on ‘Device Manager’.
- After that, a new window will appear on your computer screen and it will show various options. Move down to the ‘Network Adapter’ section. Now, click on the arrow button to expand its categories.
- And then select the relevant network Driver. After selecting the Network Driver, right-click on it to get the drop-down menu and then click on ‘Update Driver’.
Run SFC scan to repair Nlasvc.dll
Corrupted or damaged nlasvc.dll is also a common reason for the “dependency service failed to start“.
Nlasvc.dll (Network Location Awareness) is a type of Dynamic Link Library (DLL) file. It is used to collect and store configuration information for the network and notifies all the related programs when any modification is done in this information. If there is any discrepancy in nlasvc.dll, then the services that depend on it will fail to start. To repair nlasvc.dll, you can run SFC (System File Checker).
- Open Run window and type cmd in the box. Then press Ctrl+Shift+Enter to run command prompt as administrator.
- Type sfc /scannow and hit Enter. It will scan for nlasvc.dll issues and fix the issues automatically.
- Restart your computer and check for the error.
Reset TCP/IP to Default
Try to reset TCP/IP to default to fix this error.
- Run command prompt (as administrator).
- Type the command netsh int ip reset and press Enter to reset TCP/IP configuration and restore it to its default value.
- Restart your computer and check for the error.
Restart WLAN AutoConfig from Services
Sometimes, improper configuration of WLAN led to an error 1068 on Windows 10. So, make sure WLAN is properly configured and for the same, you can restart WLAN AutoConfig from the ‘Services’ section of Windows 10. Well, the process is quite simple and for the execution, you don’t have to be tech-savvy.
- First of all, open ‘Run’ dialog box and for the same, press the Windows key and ‘R’ key together.
- Now, type ‘services.msc’ in the box and click on the ‘OK’ button. Soon, you will find a new window which will show the services files.
- Now, navigate for ‘WLAN AutoConfig’. Right-click on it and then select the ‘Restart’ option from the drop-down menu.
- Wait, the process is yet not over. After completing the above task, double-click on ‘WLAN AutoConfig’ and from the featured window; select ‘Automatic’ option from the ‘Startup type’. And then click on the ‘Apply’ button and further click on the ‘OK’ button.
- That’s it, to apply the changes you will have to restart your computer.
Access Network Utility
Windows 10 offers an inbuilt feature to troubleshoot the errors and for this issue, you can use the ‘Network Diagnostic’ tool. The tool is quite effective and it will resolve the above-said issue. The method for the same is listed below.
- Click on the ‘Start’ menu and type ‘Control Panel’ in the search bar and then hit ‘Enter’.
- In the Control Panel page, you will find an option ‘view by’ located at the top of the page, click on it and select ‘Large view’.
- Thereafter, entire Windows features will appear on your screen, navigate for ‘Troubleshooting’.
- Get access to the ‘troubleshooting’ section by clicking on it and then select ‘Network and Internet’ from the featured options.
- Thereafter, a new window will open, click on ‘Advanced’ located at the bottom of the page.
- After clicking on the ‘Advanced’ button, you will find an option ‘Run as administrator, click on it.
- Make sure to click on the checkbox Apply repairs automatically.
- Now, click on the ‘Next’ button and then follow the on-screen instructions to resolve the Windows 10 error 1068. Make sure to complete the task and then restart your computer.
Start Dependent Services
As we have discussed earlier, the reason behind this error is “dependent services failing to load”. To fix this error, we can load these services manually by the following steps:
- Click Start > Help and Support.
- Navigate to Pick a Task and select Use Tools to view your computer information and diagnose problems.
- Under Tools, click System Configuration Utility.
- From the right pane choose an option Open System Configuration Utility.
- Now from the System Configuration Utility, click the Services tab and check that the following services are active. To turn any service on, click the checkbox to select:
- Application Layer Gateway Service
- Network Connections
- Remote Access Connection Manager
- Plug and Play
- Remote Access Auto Connection Manager
- Network Location Awareness (NLA)
- Remote Procedure Call (RPC)
- Telephony
- Once these changes are done, click on the OK and restart your computer and check for the error.
Edit DHCP in the Registry Editor
- Press the Windows key and ‘R’ key together to open the ‘Run’ dialog box and type ‘regedit’ in the box and then click on the ‘OK’ button.
- Thereafter, a confirmation message will appear on your computer screen, click on ‘Yes’ and proceed further.
- After confirming the action, a new window will open and it will show a lot of options. So, the first start with the HKEY_LOCAL_MACHINE, and the same is located at the left-side panel.
- Now, click on the arrow button to expand the features and navigate to ‘HKEY_LOCAL_MACHINE’> SYSTEM>CurrentControlSet>Services>DHCP.
- Now select the Dhcp folder. Look into the right side of the panel and it is filled with few files and your job is to explore the DependOnService file and after finding the same, double-click on it.
- Thereafter, a new window will appear with three files in the panel, delete all the files except the ‘Afd’ file.
- Now, close the registry editor and then restart your computer.
Conclusion
That’s it; you are all done. Hopefully, the error would have been resolved. Let us know in the comment section which method worked for you? Wanna some more DeviceTricks? Stay tuned to this space to get the latest updates on errors related to Windows, macOS, and Android. If you feel this article helpful please like, share, and follow our Facebook page.
Also Read: 10 Most Common Problems in Windows 10: Solutions