Cry about...
MS-Windows Troubleshooting
File C:\Windows\system32\RAMgmtUI.exe cannot be located
Symptom:
After having installed the "Direct Access and VPN (RAS)" role and trying to start the Getting Started Wizard, the following error is returned:
Error
File C:\Windows\system32\RAMgmtUI.exe
cannot be located.
Cause:
The management tools were not installed along with the Direct Access role. This is an issue with what Windows installed with the role, and not a user issue.
Remedy:
To install the required management tools:
- Open as new Windows Power Shell window.
- Enter:
Install-WindowsFeature -name DirectAccess-VPN -IncludeManagementTools
The above should be entered on one line (even if it has wrapped in your browser).
You should now be able to run the Getting Started Wizard.
These notes have been tested with Windows 2012 Standard Server.
About the author: Brian Cryer is a dedicated software developer and webmaster. For his day job he develops websites and desktop applications as well as providing IT services. He moonlights as a technical author and consultant.