Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Registry script help?

  • 19-11-2008 12:32pm
    #1
    Registered Users, Registered Users 2 Posts: 843 ✭✭✭


    Hi,

    Can anyone write me a quick script to enter the following values?

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EAPOL\Parameters\General\Global]

    • SupplicantMode =dword:00000003
    • AuthMode =dword:00000002



    At the moment I have to manually enter them as string values in regedit.


Comments

  • Registered Users, Registered Users 2 Posts: 4,772 ✭✭✭cython


    ^whitey^ wrote: »
    Hi,

    Can anyone write me a quick script to enter the following values?

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EAPOL\Parameters\General\Global]

    • SupplicantMode =dword:00000003
    • AuthMode =dword:00000002



    At the moment I have to manually enter them as string values in regedit.
    Eh,if you have entered them already, then you could just export the key that they are on into a .reg file, and use that.....


  • Registered Users, Registered Users 2 Posts: 21,486 ✭✭✭✭Alun


    Just copy and paste the following into notepad and save as xxx.reg (or whatever you want to call it)
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EAPOL\Parameters\General\Global]
    SupplicantMode=dword:00000003
    AuthMode=dword:00000002

    Then double click on the xxx.reg file and click on OK when it asks you if you want to add the information to the registry. Sorted.


  • Registered Users, Registered Users 2 Posts: 843 ✭✭✭^whitey^


    Cheers.

    Didn't know you could export specific keys in the registry


  • Registered Users, Registered Users 2 Posts: 21,486 ✭✭✭✭Alun


    ^whitey^ wrote: »
    Cheers.

    Didn't know you could export specific keys in the registry
    Yes. Essentially what you end up with as a .reg file just like the above. You can export as much or as little of any tree as you like, edit it to make any changes, and then just double-click on it to enter those values in the registry. That first line is obligatory though, it won't work without it.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,427 Mod ✭✭✭✭Capt'n Midnight


    edit the .reg file you export in case it has too many other keys

    you can also use reg.exe to load individual entries


  • Advertisement
Advertisement