How to solve a referral was returned from the server…
6:55 PM in Windows Registry, Windows Security by MLK
Description/Problem:
The new server installed with Microsoft Windows Server 2008 (Service Pack 2) was not able execute some applications. Small window informed us that “Error messages: A referral was returned from the server.” After several minutes of investigation we have identified that system has problem to execute unsigned applications. It happens if user try to execute unsigned application that requires elevation and policy called “User Account Control: Only elevate executables that are signed and validated” is enabled. To void this error message from system is necessary to make a change in Group Policy settings or simply modify one value in system registry.
Solution:
- Execute Command Line (CMD) as Administrator
- Execute RegEdit from Command Line
- Modify registry key and set value from “1″ to “0″
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System "ValidateAdminCodeSignatures"=dword:00000000




















