Jump to content

Tom B

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Japan

About Tom B

Tom B's Achievements

0

Reputation

  1. I had similar problems with SP2 which were due to SP2 including slightly later versions of the driver than those available from the web. It might be worth comparing the versions of your drivers against those in the .cab.
  2. Its been a while but I think 'sysprep -reseal -mini' will run the mini-setup rather than oobe. Hope that helps, T
  3. Thanks for the reply MCT I'm using the [shell] section to set the default user theme, so that works fine. However what I need to do is change the applied theme based on AD site. I could do this using group policy, but that would mean a new GPO for each theme and there are quite a few so I want to avoid that if I can. At the moment on win2k I have a set of scripts which run post sysprep and effective determine the AD site then apply an Appearence Scheme based on that site. Unfortunatly Schemes don't seem to work the same way in XP so I'm using themes instead. There must be an API call that applies the scheme when you click 'Apply', but I don't think its documented anywhere. When you look at the changes to the registry after you apply a theme, all Windows does is change the colour, screensave.exe etc reg keys with the values stored in the theme files. I've not really messed around with themes before but I was hoping they would be a bit more sophisicated than big .reg files! Anyway, before I set about writing some code to parse the theme files and apply the setting I want, if anyone has any ideas I'd appreciate the help!
  4. Hi all, I've created a set of simple themes which basically apply our corporate colours. Ideally I need to apply these as part of a script which will be run post sysprep. I've tried changing the "HKEY_CURRENT_USER\Software\Microsoft\Plus!\Themes\Current" key but that doesn't seem to work. I can't find anything documented on the net other than a script using sendkeys to run the manual process which isn't silent... does anyone have any ideas how else this can be scripted? Thanks, T
×
×
  • Create New...