Jump to content

Recommended Posts

Posted

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

Posted

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

Posted (edited)

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

In the registry it found a reference to this name

what's the traduction for your language ?

Hi wakillon :x

I am using Windows 7 English x86 Edition. ajterpstra using dutch version.

post-36686-0-61690000-1292066736_thumb.j

Edited by maxrealqnx
Posted

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"

Posted

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:

Posted

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

Do you think? Or do you know?

the -rec yes switch set the recursion.

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
  • Recently Browsing   0 members

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