• 0

How to change/set a user SID?


Question

3 answers to this question

Recommended Posts

  • 0

A user SID is made up in part from the SID of the machine where the user account exists which is uniquely generated at installation time, therefore you will not be able to make the user's SID the same when you reload the box. (There are exeptions to this which use well know SID (i.e. the same on every box), Administrator is and example of this)

However if you are doing this because you have files with security applied that you want to access after you reload the box, you can take ownership of the files after installation and reset permissions.

If on the other hand you have encrypted the files, you will not be able to get to them at all if you reinstall, de-encrypt the files first.

  • 0

I have software that encodes its database with the user sid, therefore to open it after format I need to use the same sid.

so if I change the machine sid before creating new accounts this should work right. as windows always starts at the same number, see example. X = machine sid, right?

S-X-X-XX-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-1003

I have found a tool called NewSID (www.sysinternals.com), to change the machine sid.

Does anyone know how good this tool is?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.