Hello, I came from Citrix, I am trying to configure a RAS / RDSH Farm. I can run simple applications without problem in HTLM5 RAS Session. I try to run an app after network drive connexion. In Citrix I published this .vbs to use my app : ON ERROR RESUME NEXT Set WshNetwork = WScript.CreateObject("WScript.Network") WshNetwork.RemoveNetworkDrive "Y:", true WshNetwork.MapNetworkDrive "Y:", "\\SERVEUR\Folder$" Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run """C:\Applications\App.exe""" I tried to do the same thing on RAS, and the app run fine but the network drive isnt mapped in ths user's session. How can I do please ? Thanks (The network drive connect fine when a run it on the rdsh serveur, but not when it is run on use's RAS session)