Jump to content

How can find Iedereen (Everyone) user name for subinacl.exe in the Windows 7


Recommended Posts

Hi my friends :P

I need your help on a topic.

http://www.boot-land.net/forums/index.php?showtopic=12538&view=findpost&p=114068

This command does not work the dutch version of Windows 7.

subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE\wb-hive\* /setowner=Everyone

But this way it works.

subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE\wb-hive\* /setowner=Iedereen

How can i find Everyone username with autoit on the Windows 7 ?

I thank you in advance for your reply. :x

Link to comment
Share on other sites

In french it's the traduction for everyone : Tout le monde

In the registry it found a reference to this name

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SeCEdit\Reg Values\MACHINE/System/CurrentControlSet/Control/Lsa/EveryoneIncludesAnonymous]

"DisplayName"="Accès réseau : les autorisations Tout le monde s'appliquent aux utilisateurs anonymes"

what's the traduction for your language ?

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Hi Max,

why not use SetACL like everyone :x

SetACL.exe -on "HKEY_LOCAL_MACHINE\wb-hive" -ot reg -rec yes -actn setowner -ownr "n:S-1-1-0;s:y"

SetACL.exe -on "HKEY_LOCAL_MACHINE\wb-hive" -ot reg -rec yes -actn ace -ace "n:S-1-1-0;p:full;s:y"

Link to comment
Share on other sites

Hi Max,

why not use SetACL like everyone :shifty:

SetACL.exe -on "HKEY_LOCAL_MACHINE\wb-hive" -ot reg -rec yes -actn setowner -ownr "n:S-1-1-0;s:y"

SetACL.exe -on "HKEY_LOCAL_MACHINE\wb-hive" -ot reg -rec yes -actn ace -ace "n:S-1-1-0;p:full;s:y"

Hi my friend :P

Yes, you say is very true but SetACL.exe does not support subkeys. :x

Best regards :nuke:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...