Jump to content

brute force

Member
  • Posts

    67
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by brute force

  1. Yes, please post the whole sif file minus passwords and product keys.

    ; Generated by nLite 1.4.5 mod by FB

    [Data]

    AutomaticUpdates="Yes"

    Autopartition=0

    UnattendedInstall="Yes"

    MsDosInitiated=No

    [unattended]

    UnattendMode=FullUnattended

    UnattendSwitch="Yes"

    OemSkipEula="Yes"

    FileSystem=*

    WaitForReboot="No"

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    Repartition=Yes

    OemPreinstall=Yes

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    [Display]

    Xresolution=1024

    Yresolution=768

    BitsPerPel=32

    [systemRestore]

    MaximumDataStorePercentOfDisk=10

    [GuiUnattended]

    EncryptedAdminPassword="No"

    AutoLogon="Yes"

    AutologonCount=1

    AdminPassword="..........."

    TimeZone=035

    OEMSkipRegional=1

    OemSkipWelcome=1

    [shell]

    CustomDefaultThemeFile="%WinDir%\Resources\Themes\Luna.theme"

    [Components]

    [userData]

    ProductKey="........................."

    ComputerName=TEST

    FullName="immu"

    OrgName="........... Inc"

    [RegionalSettings]

    LanguageGroup=1

    Language= "0409"

    [Networking]

    InstallDefaultComponents="No"

    [NetClients]

    MS_MSClient=params.MS_MSClient

    [NetServices]

    MS_SERVER=params.MS_SERVER

    MS_PSched=params.MS_PSched

    [NetProtocols]

    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]

    AdapterSections=params.MS_TCPIP.Adapter1

    [NetAdapters]

    Adapter1=params.Adapter1

    [params.Adapter1]

    [params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    IPAddress=192.168.0.1

    DHCP="No"

    SubnetMask=255.255.255.0

    WINS="No"

    NetBIOSOptions=0

    [params.MS_NWIPX.Adapter1]

    SpecificTo=Adapter1

    NetworkNumber=00000000

    PktType=0xFF

    [identification]

    DomainAdmin=administrator

    DomainAdminPassword="............"

    JoinDomain=".............."

    [GuiRunOnce]

    ;

    ; Edited by DriverPacks BASE 8.05

    ; http://www.driverpacks.net/

    ;

    command9="%SystemDrive%\DPsFnshr.exe"

    command0="%SystemDrive%\install\install.cmd"

    "regedit /s %SystemDrive%\install\legal.reg"

    ;

    "regedit /s %SystemDrive%\install\wall.reg"

  2. i had tried to rename is a previous testing session and had no success.

    it seems that until i renamed it and gave a new SID with the microsoft NewSID program (the new sid program gives it a new sid and renames the computer), it wasnt going to work.

    thankfully it looks like everything is ok now. but i thought it was very weird that my research on this site (which i think is the best site i have ever been to) didnt mention needing a new SID. unless of course i missed something

    thanks again

  3. You need to specify a few other registry keys.

    DefaultUserName

    DefaultPassword

    DefaultDomainName

    Follow these procedure to force Windows Vista and Windows XP to skip and bypass asking user for user to select or input user name and password:

    1. Click Start, click Run, type regedit, and then click OK. In Windows Vista, simply type regedit in Start Search and hit Enter.

    2. Navigate to the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

    3. Double-click the DefaultUserName entry, type the user name to log on with, and then click OK.

    If DefaultUserName registry value name is not found, create the new String Value (REG_SZ) with value name as DefaultUserName.

    4. Double-click the DefaultPassword entry, type the password for the user account under the value data box, and then click OK.

    If there is no DefaultPassword value, create a new String Value subkey (REG_SZ) with DefaultPassword as the value name.

    Note that if no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.

    5. In Windows Vista, DefaultDomainName has to be specified as well, else Windows will prompt of invalid user name with user name displayed as .\username. To do so, double click on DefaultDomainName, and specify the domain name of the user account. If it’s local user, specify local host name.

    If the DefaultDomainName does not exist, create a new String Value (REG_SZ) registry key with value name as DefaultDomainName.

    6. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.

    If there is no AutoAdminLogon entry, create a new String Value entry (REG_SZ) with AutoAdminLogon as the value name.

    7. If exist, delete the AutoLogonCount key.

    8. Quit Registry Editor.

    9. Click Start, click Restart, and then click OK.

    After computer reboots and Windows XP or Vista starts, system can log on automatically to the preset or predefined user in the registry.

    http://www.mydigitallife.info/2008/06/15/h...-domain-member/

    thanks for your response

    1. does this take into account that i probably need to login as admin first so the apps can get installed . then i need to reboot and login as regular user. although i dont understand why i need to login as admin to get apps installed if there are all in the \install folder off of C:\ (result of unattended install using my winnt.sif file and

    2. the above instructions sound that i need to do this post xp install. i need to get these setting on the unattended DVD.

    can you elaborate a littel more on the above. thanks

  4. I have successfully created automated dvd using nlite. but i noticed that the administrator was always auto logging on. i want to get it to the point where i get the Ctl-alt-del box so a normal user can logon. i also needed to install apps coming from Guirunonce and my install.cmd. thus i need it to login as admin to get the apps installed, reboot once and get the ctl-alt-del box so a normal user can login. the problem is it is not letting me get to the domain after that first reboot. the ppas get instlled fine on the first logon with admini. but after that first reboot, no matter which user logs in (including the domain admin), i cant logon. i thought by using the autologon and autologoncount features, i can correct the problem. here is my winnt.sif. please help. thanks

    [GuiUnattended]

    EncryptedAdminPassword="No"

    AutoLogon="Yes"

    AutologonCount=1

    AdminPassword="..........."

    TimeZone=035

    OEMSkipRegional=1

    OemSkipWelcome=1

  5. i have successfully created automated dvd. but i noticed that the administrator was always auto logging on. i want to get it to the point where i get the Ctl-alt-del box so a normal user can logon. i also needed to install apps coming from Guirunonce and my install.cmd. thus i need it to login as admin to get the apps installed, reboot once and get the ctl-alt-del box so a normal user can login. the problem is it is not letting me get to the domain after that first reboot. the ppas get instlled fine on the first logon with admini. but after that first reboot, no matter which user logs in (including the domain admin), i cant logon. i thought by using the autologon and autologoncount features, i can correct the problem. here is my winnt.sif. please help. thanks

    [GuiUnattended]

    EncryptedAdminPassword="No"

    AutoLogon="Yes"

    AutologonCount=1

    AdminPassword="..........."

    TimeZone=035

    OEMSkipRegional=1

    OemSkipWelcome=1

  6. Heh, I did some searching in the registry and I found what I wanted. Didn't think I'd be able to figure it out myself, but I did. Sorry for wasting space. :whistle:

    you should contribute that information for the benefit of others.

    thank you

  7. In order to use most of application settings, you will need to install it and configure it the way you want. Then you search for the place where the settings are stored (the registry in many cases).

    So, install it, configure it and then look at those registry entries to see what you want to export.

    didnt know that. great. ill try it. one question: when you export, do you use the actual export as a cmd file. thanks for the explanation

  8. Does anyone know silent install instructions to get file types registered as well? Where are all the settings stored for the program?

    Settings are stored in registry

    [HKEY_CURRENT_USER\Software\Google\Picasa]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Google\Picasa]

    Configure Picasa, export what you want from registry and run installation with a .cmd file:

    @echo off
    start /wait picasa3-setup.exe /S
    ping -n 02 127.0.0.1>nul
    taskkill /f /im Picasa3.exe
    start /wait regedit /s Settings.reg
    exit

    can you elaborate a little more on this. some of us are newbies to this and would benefit. i.e. "configure Picasa: do you mean install it completely on a test pc first, then export etc. or is the code above what we actually use

    thanks very much

  9. not going to infringe on anything. if i am not supposed to do it, then this is over. didnt know i was. thanks for that information.

    I posted that it may as it depends on the particular license you have (OEM, "FULL", Corporate, etc.) and possibly also on your local Laws.

    jaclaz

    i see. i never answered your question as for Multiboot_10.cmd. it is easy but seems not reliable. ive created the one successfully but had to change NTDETECT. now i tried to creat again, i get errors. i followed the instructions in this forum. i had to do the NTFDETECT thing, enabling txt mode in driverpacks, required to use the PEtoUSB thing. all this and still an issue. it worked fine, then tried it again because of a modification and now i get .sys errors in text mode. so am back to creating with Multiboot. who knows what will happen next. now i get textsetup.sif is corrupt. doesnt make sense since it just worked yesterday. thanks again

  10. hi all,

    now that i have successfully created a xp-installable usb flash drive via multiboot_10.cmd (thanks to all the help in this forum), how can i duplicate this for more usb flash drives. is there an easy way or do i need to use Multiboot_10.cmd to create each one? thanks again

    Are you hinting that USBmultiboot is not easy? :huh:

    Seriously, besides the fact that you may be infringing the EULA by making more than one copy of the install files, if you have identical USB sticks, you can "clone" one to another, if you have different sticks, as long as you have the "other" sticks already bootable using the HP utility (or any other means) you can just copy the files from one to another.

    It is advised that boot files (NTLDR, NTDETECT.COM, BOOT.INI, grldr and menu.lst) are copied first, than all the other files/dirs.

    jaclaz

    not going to infringe on anything. if i am not supposed to do it, then this is over. didnt know i was. thanks for that information.

×
×
  • Create New...