Monday, 12 August 2013

Win32 API for Deleting User Profile?

Win32 API for Deleting User Profile?

One way of deleting the user profile is to delete the user from the
ProfilesList registry key and to delete the user folder from the users
directory.
On Windows 8 though this does not seem sufficient. There seems to be some
data that is present in HKLM related to the user too. One such example is
HKLM\Software\Microsoft\Windows\CurrentVersion\Appx\'UserSid'.
Hence i'm looking for an API (Win32 SDK), that would delete all the
filesystem and registry entries related to the User Profile?

No comments:

Post a Comment