Jump to content


  • 0
capriguy84

Customize windows 7 Desktop

Question

1 answer to this question

Recommended Posts

  • 0

We customize our deployments with a combination of settings in the "unattend.xml" file and a VBScript that runs at the tail end of our deployment process (copies files, sets registry key settings, that sort of stuff). As an illustration, our VBScript cracks open the default user registry hive and populates this registry key to show small icons on the taskbar:

 

objWshShell.RegWrite "HKEY_USERS\CustomizeDefaultUserProfile\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarSmallIcons", "1","REG_DWORD"

 

As for themes, we create a custom theme and copy that over as "oem.theme", but if you can't get Classic via the "unattend.xml" file, I think you can look at adjusting a registry key for this as well...

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.