| lsantos 2004-05-10, 11:12 am |
| My company is still using NT 4 as the logon server and it won't be decomissioned so soon. Some of the users who have their login script running on NT 4 server also log in on to a W2K server through TS. When they do it a lot of features (such as Internet Explorer default page, desktop wallpaper, etc) are loaded to the TS Server.
I would like to know if it is possible to set some kind of variant to the NT 4 login script file that identifies when the user connects on the TS server and then prevents it from loading the user profile (set through login script) on the TS server. 'We also want to set different features (such as Intranet Page) when the uses logs on TS. I've already tried the command:
REM Variable %CLIENTNAME% is undefined in a normal domain logon
REM and equals the local client name in a TS session
IF NOT "A%CLIENTNAME%A" == "AA" goto TS_session
But it tries to change the registry key of the user's system operational and this is not the result the company is expecting for.
Any help you could provide will be greatly appreciated. |