Remoteapps setup Server 2016

Joined
Aug 18, 2017
Messages
1
Reaction score
0
Im trying to setup remoteapps on a new server vm running server 2016. I got everything installed and currently it has the RDWA, RDSB, RDSH, and RDGW roles on it. I managed to get the web access page up and working internally so far but whenever I try to launch any of the apps from it it downloads a file and when I try and run the file I get this error in the screenshot.
 

Attachments

  • Capture.PNG
    Capture.PNG
    6.4 KB · Views: 578

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi Rathd,

Welcome to the Forum.

On your server open an Administrator: Command Prompt and type or copy & paste the following:

Code:
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v fDisabledAllowList

Press Enter key

If that query returns a Data value of 0 then that is your problem. To fix, type or copy & paste the following:

Code:
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v fDisabledAllowList /t REG_DWORD /d 1 /f
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top