Add background in the unattend.xml to deploy Windows 7 32 bit FR

Unanswered Add background in the unattend.xml to deploy Windows 7 32 bit FR

  • 2012년 5월 3일 목요일 오후 1:35
     
     

    Hello there  !

    So I have a question, I'm Blocked.

    I make a deployment windows 7 FR 32 Bit  with MDT2012,WDS, Waik. All install to Windows server 2008 R2 SP1.
    In MDT my task sequence is correctly cufigure. But the problem is the Unattend.xml

    I modify it, to change :

    The OS language
    Time Zone
    Computer Name
    And the background

    I added the Component x86_Microsoft-Windows-Shell-Setup_neutral in the group: 7 oobe System

    In the group Themes you can define your DesktopBackgroud: I added the path from my server who is the picture. ( E:\backgroud\backgroud.bmp)

    But when the deployment is finish, I see the default backgroud. 

    I fellow this link:

    http://social.technet.microsoft.com/Forums/en-US/mdt/thread/f209b51b-62b0-4a9c-bc8d-1eb90a78cdee

    http://support.microsoft.com/kb/2101557
    http://support.microsoft.com/default.aspx?scid=kb;en-us;973289
    http://social.technet.microsoft.com/Forums/en-US/itprovistadeployment/thread/d723aba5-a63c-467a-903c-2206c643f8be

    But they doesn't help me

    Anyone can help me ?

    Thank you in advance
    Have a nice day everybody

    PS: Excuse about my bad english.

    Aurelius

모든 응답

  • 2012년 5월 9일 수요일 오후 10:43
     
     

    Bonjour Aurelius,

    Peut-être la meilleure façon de régler ton problème serait de le contourner en applicant ces paramètres par strategies de groupes & preferences au lieu de les "hard coder" dans le fichier unattended.xml. 


    Alexandre Pitre, MCTS:Deploying Win 7 & Office 2010

  • 2012년 5월 10일 목요일 오후 2:02
     
     

    Bonjour Alexandre,

    Tout d'abord merci pour ta réponse.

    J'ai déjà pensé a déployer le fond d'écran par GPO, mais le problème c'est que mes PC déployés ne sont pas dans un domaine et il ne m'arrangerai pas de les intégrer. Car je devrais de toute façon les enlever plus tard.

    J'ai fais quelques recherches mais je n'ai malheureusement rien trouvé de très concluent.

    Bon après-midi
    Aurelius

  • 2012년 5월 10일 목요일 오후 8:28
     
     

    Dans ce cas la, j'explorai l'ajout de task sequence afin d’exécuter un script cmd, powershell qui appele un fichier .REG avec les paramètres recherchées. Il faut comprendre que tout le processus d'installation de MDT survient après les configuration du fichier unattended donc il serai préférable d'utiliser une task sequence.

    Le fichier unattend a la base sert a definir des parametres pour une installation avec un media CD, DVD.

    Je crois que tous les parametres recherches pourrai etre configurer avec la commande REG: http://www.petri.co.il/reg_command_in_windows_xp.htm

    Afin de trouver lesquels que tu as besoin, tu peux utiliser cet utilitaire http://sourceforge.net/projects/regshot/ Ca compare deux snapshots du registre. Un avant et après les changement te permettant ainsi de trouver les clef de registres plus facilement.



    Alexandre Pitre, MCTS:Deploying Win 7 & Office 2010

  • 2012년 5월 10일 목요일 오후 10:58
     
     

    Hello Aurelius caius,

    Here i would like to suggest you that Deskop Background can be changed using any Script/VbScript.

    1)Create a Script for Background change.

    2)Copy the Script to the Deployment share application directory(location where you have created the Deployment Share)Ex: X:\Deploymentshare\Applications\SetWallpaper\yourscriptname

    3)Create a new Standard application named SetWallpaper and use the script. type the below in Quite install Command-

    wscript.exe scriptname

    now after OS installation applications will run this script and that will chnage your Desktop Background.

    Thanks,

    


    mohd.w

  • 2012년 5월 10일 목요일 오후 11:43
     
      코드 있음

    Dont try to set the background image from a network path, make sure the file is on the local system and configure to use a background from there.

    I use the following line in my unattend file for task sequence that deploys the OS.

    <DesktopBackground>%windir%\web\wallpaper\wallpapername.jpg</DesktopBackground>

    Kind regards,

    Stephan Schwarz.


    If one of these posts answered your question or issue, please click on "Mark as answer".

    My Blog | Twitter: @Schwarz_Stephan | MCTS, MCITP, MCC.
    How to configure Windows RE/OEM Recovery Partition with MDT

  • 2012년 5월 11일 금요일 오전 9:10
     
     

    hi all !

    Thank's for your answer, I try this and I will be back to give a feedback !

    Best regards

    Aurelius