B
Balamurugan KR
I am running to an issue where loaduserprofile does not load user profile
but returns sucess.
I am trying to start a process under different identity. (c:\test.bat is the
process to be started which has one command echo %username%)
I created token using logonuser
duplicatedtoken
createenvironmentblock
loaduserprofile
createprocessasuser
After this when i read the output i get only "echo " <<< mising user name
here>>>
but returns sucess.
I am trying to start a process under different identity. (c:\test.bat is the
process to be started which has one command echo %username%)
I created token using logonuser
duplicatedtoken
createenvironmentblock
loaduserprofile
createprocessasuser
After this when i read the output i get only "echo " <<< mising user name
here>>>