Jump to content

alfreire

Members
  • Posts

    314
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by alfreire

  1. El Id. de transacción de este pago es: 7PW173005X786010E.

    I feel compelled to make a new contribution, this time from my own account (the other was the workshop)...

    Thank you, again... :cap:

    p.d.: Donation from W7T button, work ok now... ;-)

  2. One question, when I import a *.reg file in WIM Regystry Editor, It's import to hive selected, or indifferent? how I import settings with *.reg file to User Admin Account?

    If [HKEY_CURRENT_USER] is for Current User (in *.reg file), how to set for Admin User...?

    Thank's and sorry for my bad english... ;-)

  3. Hi ... I found the Registry error... The problem is that User Account settings do not apply to the User Administrator Account ... I loaded the User Administrator Account hive with the WIM Registry Editor, I have set it LangBar adjust manually and it works ... Could you make User settings also apply to the Administrator account?

    Thank's and regards... :cap:

  4. donations@wincert.net

    pixel.gif

    Return to Merchantpp_secure_213wx37h.gif

    Error Message

    Su destinatario no puede recibir fondos por el momento. El destinatario debe configurar antes su cuenta para recibir fondos.

    PayPal protects your privacy and security.

    For more information, read our User Agreement and Privacy Policy.

    Copyright © 1999-2012 PayPal. All rights reserved. Consumer advisory- PayPal Pte. Ltd., the holder of PayPal's stored value facility, does not require the approval of the Monetary Authority of Singapore. Users are advised to read the terms and conditions carefully.

    Any problem with donations...?

    Regards... ;-)

  5. in v103 i've updated my code to unregister a dll in the runonce key. Haven't tested if it works yet though...

    *"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", "Remove LangBar", "Regsvr32.exe /s /u msutb.dll", RegistryValueKind.String

    Since you say this DisableLangBar.cmd runs correctly as you show it when run from the command line, then leave it exactly like it is and run it with WPI. HKCU exists when WPI runs so it should work just fine. But you can try any other method you like. If you find one that works for you, then please post it so others will know a method you have verified that works.

    Cheers and Regards

    Well, well... I want try *Legolash2o method to help, but I don't know how... I guess the other methods that work...

    Thank you very much, friend... ;-)

  6. The reason I asked is that this will NOT work during the OS install if it is run too early, since "Current User" - (HKCU) - will not exist at that point as Kel pointed out. So it will not work in Autounattend.xml for the same reason. But I might have misunderstood you. It should work if you run the DisableLangBar.cmd AFTER first log on, using WPI for example. Of course you'll have to run this for each user you want it to apply to.

    Cheers and Regards

    Ok, thank you... :beerchug:

    Make it run at HKCU\\Software\Windows\CurrentVersion\RunOnce, worth a try.

    Ok, I promise you try it... how I run

    "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", "Remove LangBar", "Regsvr32.exe /s /u msutb.dll", RegistryValueKind.String...?

    From Auntounattend.xml, *.cmd, $OEM$ folder...???

    Thank you again... ;-)

  7. Can I run code from Autounattend.xml...?


    <SynchronousCommand wcm:action="add">
    <CommandLine>cmd /q /c REG ADD "HKCU\Software\Microsoft\CTF\LangBar" /v ShowStatus /t REG_DWORD /d 3 /f</CommandLine>
    <Description>Disable LangBar</Description>
    <Order>2</Order>
    <RequiresUserInput>true</RequiresUserInput>
    </SynchronousCommand>

  8. Hello again... I have another problem, I created a DisableLangBar.cmd with the following code

    REG ADD "HKCU\Software\Microsoft\CTF\LangBar" /v ShowStatus /t REG_DWORD /d 3 /f

    does not get it to work, if I run from the console command works, but if I run the DisableLangBar.cmd not... Any ideas...?

    Regards... ;-)

  9. in v103 i've updated my code to unregister a dll in the runonce key. Haven't tested if it works yet though...

    "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", "Remove LangBar", "Regsvr32.exe /s /u msutb.dll", RegistryValueKind.String

    I will try it and notify to you... :beerchug:

    Thank's and regards... ;-)

  10. Yeah, this issue has been around for some time, i don't know what causes it. It seems to get reset after Windows installation.

    HKEY_CURRENT_USER <--- HKCU is most likely the issue as that key doesnt get full populated untill after first logon...

    Thank you... I'll try to add reg key through WPI...

    Regards... ;-)

  11. Hello... when I import this reg file in WIM Registry Editor:

    Windows Registry Editor Version 5.00

    ;Disable User Account Control ( UAC )

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

    "ConsentPromptBehaviorAdmin"=dword:00000000

    "ConsentPromptBehaviorUser"=dword:00000000

    "EnableInstallerDetection"=dword:00000000

    "EnableLUA"=dword:00000000

    "EnableUIADesktopToggle"=dword:00000000

    "EnableSecureUIAPaths"=dword:00000000

    "PromptOnSecureDesktop"=dword:00000000

    "ValidateAdminCodeSignatures"=dword:00000000

    "FilterAdministratorToken"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

    "UacDisableNotify"=dword:00000001

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]

    @="none"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]

    @="Administrador de Dispositivos"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

    @="mmc /s devmgmt.msc"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DiskMgmt]

    @="Administrador de Discos"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DiskMgmt\command]

    @="mmc /s diskmgmt.msc"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs]

    @="Desinstalar Programas"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]

    @="control appwiz.cpl"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]

    @="none"

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Windows Update]

    "Icon"=hex(2):77,00,75,00,63,00,6c,00,74,00,75,00,78,00,2e,00,64,00,6c,00,6c,\

    00,00,00

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Windows Update\command]

    @="wuapp.exe"

    [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]

    "ShowStatus"=dword:00000003

    [HKEY_CLASSES_ROOT\Directory\shell\runas]

    @="Abrir CMD aquí"

    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]

    @="cmd.exe /s /k pushd \"%V\""

    the key for disable Language Bar not import to registry...

    [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]

    "ShowStatus"=dword:00000003

    When Windows is totally instaled and I edit registry, Langbar key not exist...

    Sorry for my bad english...

    Regards... ;-)

  12. As I said in another post, a solution is to copy the file Autounattend.xml on a USB stick 2.0 valid, insert it into a USB 2.0 port, and install the system normally from the other pendrive (SSD or USB 3.0 type). It works for me when I install from a G2 32GB Kingston pendrive, and N-005 ADATA 32GB (both USB 3.0)

    Regards... ;-)

×
×
  • Create New...