Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

WDS server unable to start with Error Information 0xFFFFFDF0

Posted on 13/03/202417/11/2025 IT Expert By IT Expert No Comments on WDS server unable to start with Error Information 0xFFFFFDF0
  1. Home
  2. Windows Server
  3. WDS server unable to start with Error Information 0xFFFFFDF0
WDS-server-unable-to-start-with-Error-Information-0xFFFFFDF0

In this article, we shall discuss the steps to fix “‘WDS server unable to start with Error Information 0xFFFFFDF0”. The error code 0xFFFFFDF0 serves as a key piece of information when troubleshooting. Identifying the specific error code is essential in understanding and resolving issues. Further investigation and analysis are recommended to unveil the underlying cause and implement the appropriate solutions. here is a similar error ‘An error occurred while trying to start the Windows deployment services error 0x906“

Also, see how to Uninstall WDS: How to remove Windows Deployment Services role via the GUI and PowerShell, What are the differences between MDT and WDS? and Windows Deployment Services: How to setup and install WDS role.

Review WDS-related Logs

With this in mind, let us dive into the Windows Event Viewer. Navigate to the “Windows Logs” and check both “Application” and “System” logs for any WDS-related errors or warnings

As you can see below, we have got some errors. The first error states “An error occurred while trying to initialize provider WDSMDMGR and the deployment services server will be shut down with the error code 0xFFFFFDF0

WDS-could-not-start-Event-log

Exploring another event, we can see the details “An error occurred and the deployment services server will be shut down”

WDS-server-may-not-start

Please, see Integrate Ac, tive Directory with IPMI for Out-of-Band Management, and Migrate Microsoft Enterprise Root Certification Authority and Forest Domain to Azure.

Why was the error prompted?

The error code 0xFFFFFDF0 when associated with Windows Deployment Services (WDS) indicates an issue with the Windows Deployment Services server database. We already know that the WDS service is installed but not running.

I already know why this error was prompted. Therefore, I will go straight to the solution and suggest what you could do if the issue is prompted in your environment and you are having a different issue scenario (use-case).

Here is how to fix “MDT Warning: Unable to set working directory, the application returned an unexpected code 2, and how to fix “Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log“.

Fix WDS server unable to start with Error Information 0xFFFFFDF0

As mentioned above, I recently migrated WDS and MDT to a new Windows Server. As you can see, the WDS service did not respond to the start or control request in a timely fashion.

WDS-did-not-start-in-a-timely-fashion

This is because the RemoteInstall folder files were not correctly copied to the new server. Due to the missing files, WDS could not start. I do not need to repair the WDS database.

Note: to fix this, stop the wds service on the parent WDS server which you wish to decommision WDS and recopy the RemoteInstall folder to the new WDS server

I will just recopy the RemoteInstall files from the old server to the new location. As you can see from the image below, I will replace the files in the new destination server.

Override-all-files-with-new-copy

When the copy job is complete, you can easily compare the emoteInstall File size on both servers. When this is done, you should be able to start your WDS server.

services-started-correctly

Let”s review the WDS log once again, we can see that the WDS server has started successfully.

WDS-started-successfully

Please, see “Install Windows Deployment Services on Windows Server 2022, and How to create a backup job for Proxmox VMs using VBR.

Alternative solution: Verify WDS Database Integrity

To check and repair the WDS database, follow the steps below. Open a Command Prompt with administrative privileges. At the command prompt, type and then press ENTER.

wdsutil /uninitialize-server 

To reinitialize the WDS service, type the below at a command prompt, and then press ENTER.

wdsutil /initialize-server /reminst:{RemoteInstallFolder} 
wdsutil /initialize-server /REMINST:<path_to_remote_install_folder>

Conclusion

As a last resort, you may consider uninstalling and then reinstalling the WDS server role. This should be done carefully to avoid data loss or unintended consequences.

Remember to back up any critical data and configurations before making significant changes to your WDS server. If the issue persists, review specific error messages in the logs from the Windows Event Viewer.

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Microsoft Windows, WDS, WDS Deployment, WDSUTIL, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Create local Backup Repository and Add HyperV to VBR Inventory
Next Post: How to upgrade Microsoft SQL Server 2019 to 2022

Related Posts

  • windows sysinternals
    Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
  • update
    Client Visibility Issues: Fix WSUS Clients appear then disappear in the console Windows Server
  • sdfgh 1
    How to fix “Unable to Sign In: Domain Not Available” Windows Server
  • images 3 4
    What are the differences between an ADM and ADMX file Windows Server
  • image 41
    INACCESSIBLE BOOT DEVICE: Fix Your PC ran into a problem and needs to restart Windows
  • sandbox
    How to Configure Windows Sandbox Virtualization

More Related Articles

windows sysinternals Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
update Client Visibility Issues: Fix WSUS Clients appear then disappear in the console Windows Server
sdfgh 1 How to fix “Unable to Sign In: Domain Not Available” Windows Server
images 3 4 What are the differences between an ADM and ADMX file Windows Server
image 41 INACCESSIBLE BOOT DEVICE: Fix Your PC ran into a problem and needs to restart Windows
sandbox How to Configure Windows Sandbox Virtualization

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • vmware
    Windows Startup Error: VMware Status 0xc000014c – Missing Boot Data Windows
  • App Locker
    Harden your Veeam Backup Server with Microsoft AppLocker Windows
  • Capture 12
    How to Generate SSH Keys in Windows 10 Windows
  • VBscript fixed and working in WinPE
    Windows PE working for Windows 11 and Windows Server 2022 Windows Server
  • How to Enable or Disable Inherited Permissions for Files and Folders in Windows
    How to Enable or Disable Inherited Permissions for Files and Folders in Windows Windows
  • OpenVz
    OpenVZ template on Proxmox Server: How to Guide Virtualization
  • change keyboard layout windows 10 thumb800
    Prevent on-screen keyboard from starting automatically and from appearing at login Windows
  • MM
    How to install Mattermost on Ubuntu and Debian Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,780 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.