Jump to content

Viper999

Member
  • Posts

    115
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Viper999

  1. You are correct. The driver part for chipset, vid, audio, and nic have been taken care of in sysprep.inf with oempnpdriverspath statement. The only thing I want to do is prior to the machine detecting the hardware I want to either choose or detect the machine model and have the appropriate hal.dll and ntoskrnl.exe copied to the windows system directory. Again your help is greatly appreciated.

    Thanks,

    Jim

  2. I downloaded the utility. I dont see how this will work from dos. Ok. Maybe I need to go simpler. Is there a way I can have a batch file run during windows boot after sysprep to ask person make and model of pc then copy approriate hal ?

    Again thanks for sticking with me. I just dont see how dccu will help at dos level. On another note I am not a vbs programmer so the code is a little confusing.

  3. Im am sorry can you include more info ? What is dccu ? Is this a cript to detect the make and model from the bios? Where do I get the script ? How do I implement this ? Do I add code in batch after ghost complete to detect model then do a bunch of if statements to load ntfs4dos then copy over the appropriate ahl files? Sorry for being stupid !!!! Your input is greatly appreciated.

  4. Hello I am working on making a generic syspreped image for Dell equipment. That being desktops and laptops. I have it down how to get the correct drivers on the machine and get them detected. My question is is there a way to have the HAL detected and replaced on the fly ? If not Can I have all iteration of the hal on the machine and somehow during the first boot have a menu come up and then you select the machine model and copy over the appropriate hal. Any help would be greatly appreciated.

  5. Just dropping a line to see if anyone has used sysprep with factory mode. I was wondering if in fact the registry keys for the new devices would be reenumerated? I want to take an image for a machine like a dell gx20 dump it on a gx270 run sysprep in factory mode then run sysprep and reseal. Does this sound like it would accomplish what I am seeking to do ?

  6. When I look in the registry HKLM\USER does not exist.. When you create this subkey it loads when a new user logs onto the system ? What about and existing user ?

    Thanks for your help it is appreciated.

  7. Sorry Im am confused.. The reg file I attached needs to modify hkcu I dont understand

    how to use the reg command to get that accomplished. I need to import the attached reg file to a specific profile. I know the path to the profile iI need to modify. Any help would be appreciated. Sorry I am having a mental block. Can I reach you by phone this is really bugging me... My email address at work is james.m.cease@slma.com

    Thanks,

  8. I need to modify HKCU as a power user in XP. Is there a way to load the enclosed regfile using the reg.exe command in a batch file. Would I be able to modify the ntuser.dat in c:\documents and setting\xxxxx\NTUSER.dat profile. I only need to modify one profile.

    Lock.reg

  9. The problem is that power user doesnt have the ability to modify hkcu key and I want to use privilages of a higher accout to make the modiification. I can always modify permissions on the registry , but how can I grant and then revoke permissions in an automated fashion?

  10. I need to modify hcu key and above as a power user in XP. For My situation the Power user does not have rights to modify these keys. I know I can add the user to the Administrators group and make my changes, but I dont want to do it that way as there are 80 desktops. Is there a utility that will allow you to modfy keys as a user who doesnt have rights or is there a way to use the system account to accomplish this change? Any help would be appreciated.

  11. I was wondering if someone can help. I am attempting the secure windwos xp desktop.

    Unfortuately I must have a word document on the desktop and the user can gain access to such things as internet options and many other things by simply clicking on help within word. Is there a way to disable help from all file menus? Any help would be greatly appreciated.

    Thanks,

  12. I have added the vaious namespaces to HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpaces\

    {208D2C60-3AEA-1069-A2D7-08002B30309D}

    {2227A280-3AEA-1069-A2DE-08002B30309D}

    {645FF040-5081-101B-9F08-00AA002F954E}

    {7007ACC7-3202-11D1-AAD2-00805FC1270E}

    {D20EA4E1-3957-11D2-A40B-0C5020524153}

    {D6277990-4C6A-11CF-8D87-00AA0060F5BF}

    I dont see any of these added to the right Click of My Computer. Any help would be greatly appreciated.

    thanks

  13. I am having a curious issue. I am creating a new user accout using the cmdlines.txt which looks like so:

    [COMMANDS]

    "useraccounts.cmd"

    "RunOnceEx.cmd"

    Here is my useraccounts.cmd file: As you can see I am creating an account

    and trying to apply the quick lauch file to the default user profile as well.

    REG LOAD "HKU\CUSTOM" "C:\Documents and Settings\Default User\NTUSER.DAT"

    regedit /s DefaultUser.reg

    REG UNLOAD "HKU\CUSTOM"

    net user Jim laura1 /add

    net localgroup Administrators Jim /add

    net accounts /maxpwage:unlimited

    REGEDIT /S autologon.reg

    EXIT

    Unfortunalely the new account does not have the quick lauch toolbat activated.

    On another note the Administrator profile is not created either??

    Any ideas?

×
×
  • Create New...