I am using rmtshare to share folders dynamically. And I needs the nt's security accountname for the grant parameter, the problem is that its textual name is not constant, on english windows is "Everyone", on Spanish and portuguese is "Todos", and I don't want to hardcode a fixed string.
Is there a way to know the accountname related to anonymous users independently of the windows language?
-----
On another approach, i thought get the Windows's language setting, and then by using a prefixed-table get the correct accountname. The problem with this is the piracy, is out there too much "english installations" with an spanish/french/portuguese outfit, so this approach will fail.
----
I already searched in the web, seen that everyone that face the same problem gets no answers.
Is there a way to know the accountname related to anonymous users independently of the windows language?
-----
On another approach, i thought get the Windows's language setting, and then by using a prefixed-table get the correct accountname. The problem with this is the piracy, is out there too much "english installations" with an spanish/french/portuguese outfit, so this approach will fail.
----
I already searched in the web, seen that everyone that face the same problem gets no answers.