Hello
I have configured terminal server and it is working fine. Users login to enter orders in the ERP application. IN GPO - In Administrative Templates/Windows Components/Terminal Services/Start a program on connection I give my ERP program path and it works fine. with this setting, I see just the ERP app and dont see anything..I mean... nothing on desktop,no start menu etc..This is what I want..
But now whenever user logs in, in addition to the ERP app, I want to open a shared folder in the network and still have the same lock down setting..
So I write a batch file to open the app and open the shared drive folder...and enter in the GPO settings....It works but the desktop is not locked..I can now see the startmenu etc...How do I basically open the ERP app and shared folder but at the sametime lock down the desktop completely.
below is the batch file script what I use
%SystemRoot%\explorer.exe "\\servername\share\folder"
start "" "c:\Program Files\JBA\JBA.exe"
Any help would be appreciated.
Muru
I have configured terminal server and it is working fine. Users login to enter orders in the ERP application. IN GPO - In Administrative Templates/Windows Components/Terminal Services/Start a program on connection I give my ERP program path and it works fine. with this setting, I see just the ERP app and dont see anything..I mean... nothing on desktop,no start menu etc..This is what I want..
But now whenever user logs in, in addition to the ERP app, I want to open a shared folder in the network and still have the same lock down setting..
So I write a batch file to open the app and open the shared drive folder...and enter in the GPO settings....It works but the desktop is not locked..I can now see the startmenu etc...How do I basically open the ERP app and shared folder but at the sametime lock down the desktop completely.
below is the batch file script what I use
%SystemRoot%\explorer.exe "\\servername\share\folder"
start "" "c:\Program Files\JBA\JBA.exe"
Any help would be appreciated.
Muru