September 16, 200520 yr I am new to SSPI and find it a bit confusing. I need to login as another user and modify that users CurrentUser registry key.At first I tried using the API LogonUser() followed by LoadProfile. But when compiled in Unicode and run on WindowsNT, LogonUser gives me an exception. If I could figure out why and how to fix it I wouldn't have to use SSPI.So I found some examples of sspi and tried using it myself. I finally got to where I can change the user (or so I think) but can't figure out how to get/do anything with that user's profile.Any ideas?
December 28, 200520 yr mount the user profile...then edit the hkey users hive, which will represent the users logged in
Create an account or sign in to comment