Win2000 Runas Command with /profile option

  • Thread starter Thread starter chua chong hwang
  • Start date Start date
C

chua chong hwang

Hi,
Wonder if anyone can help me.

I am trying to use the runas command with the /profile
option. I have 2 administrator ID :
1. NTADMIN1 and
2. NTADMIN2

when I logon locally as NTADMIN1 and enter the command :

runas /profile /user:NTADMIN2 c:\test.bat

there is no error. but when I logon locally as NTADMIN2
and enter the command :

runas /profile /user:NTADMIN1 c:\test.bat

I encountered ‘Access Denied’.

Is there any permission setting that needs to open up so
that NTADMIN2 is able to load the profile of NTADMIN1??

Your help will be greatly appreciated.

Thanks.
 
In said:
Hi,
Wonder if anyone can help me.

I am trying to use the runas command with the /profile
option. I have 2 administrator ID :
1. NTADMIN1 and
2. NTADMIN2

when I logon locally as NTADMIN1 and enter the command :

runas /profile /user:NTADMIN2 c:\test.bat

there is no error. but when I logon locally as NTADMIN2
and enter the command :

runas /profile /user:NTADMIN1 c:\test.bat

I encountered ‘Access Denied’.

Is there any permission setting that needs to open up so
that NTADMIN2 is able to load the profile of NTADMIN1??

Your help will be greatly appreciated.

A long shot but has NTADMIN2 been logged in interactively once to
create the profile?
 
In said:
Hi,
Wonder if anyone can help me.

I am trying to use the runas command with the /profile
option. I have 2 administrator ID :
1. NTADMIN1 and
2. NTADMIN2

when I logon locally as NTADMIN1 and enter the command :

runas /profile /user:NTADMIN2 c:\test.bat

there is no error. but when I logon locally as NTADMIN2
and enter the command :

runas /profile /user:NTADMIN1 c:\test.bat

I encountered ‘Access Denied’.

Is there any permission setting that needs to open up so
that NTADMIN2 is able to load the profile of NTADMIN1??

Your help will be greatly appreciated.

A long shot but has NTADMIN2 been logged in interactively once to
create the profile?
 
Back
Top