Thursday, March 1, 2018

How to configure Windows Server 2012 R2 to allow interactive services

“The service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.”
  1. Open registry editor by going to start and typing in regedit.exe
  2. On the registry tree, navigate to HKEY_Local_Machine\System\CurrentControlSet\Control\Windows
  3. Find the DWORD "NoInteractiveServices"
  4. Change the value from a 1 to 0
  5. Restart the Server