|   | 19 |  | 
          
          
            |   | 20 | === Copy a Language Pack to the Windows Distribution === | 
          
          
            |   | 21 |  | 
          
          
            |   | 22 | from http://technet.microsoft.com/en-us/library/cc765987%28v=ws.10%29.aspx | 
          
          
            |   | 23 |  | 
          
          
            |   | 24 | Important: start cmd as Administrator. From the Startmenu, select cmd by right mouse button and select: "Run as Administrator" | 
          
          
            |   | 25 |  | 
          
          
            |   | 26 | Network shares are not available in this environment, so better copy all required files to c:\ before hand. | 
          
          
            |   | 27 |  | 
          
          
            |   | 28 | From Linux: | 
          
          
            |   | 29 | {{{ | 
          
          
            |   | 30 | # /mnt: mount ISO with Language Packs (SP1) | 
          
          
            |   | 31 | # $WORK/installfiles: contents of a Win7 SP1 installation DVD | 
          
          
            |   | 32 |  | 
          
          
            |   | 33 | WORK=/tmp/win7 | 
          
          
            |   | 34 |  | 
          
          
            |   | 35 | cd $WORK | 
          
          
            |   | 36 | mkdir langpacks-extracted | 
          
          
            |   | 37 | cd langpacks-extracted | 
          
          
            |   | 38 | cabextract /mnt/langpacks/de-de/lp.cab | 
          
          
            |   | 39 | mkdir -p installfiles/langpacks | 
          
          
            |   | 40 | rsync -av /mnt/langpacks/de-de installfiles/langpacks/ | 
          
          
            |   | 41 | rsync -av langpacks/de-de/sp1/sources/license/. installfiles/sources/license/. | 
          
          
            |   | 42 | rsync -av langpacks/de-de/sp1/setup/sources/. installfiles/sources/. | 
          
          
            |   | 43 | }}} | 
          
          
            |   | 44 |  | 
          
          
            |   | 45 | Steps 5-8 must be performed on a Windows System with WAIK tools. | 
          
          
            |   | 46 |  | 
          
          
            |   | 47 | == why-doesnt-local-administrator-group-have-full-administrator-rights == | 
          
          
            |   | 48 |  | 
          
          
            |   | 49 | http://windows7forums.com/windows-7-support/36990-why-doesnt-local-administrator-group-have-full-administrator-rights.html | 
          
          
            |   | 50 |  | 
          
          
            |   | 51 | Test: | 
          
          
            |   | 52 | {{{ | 
          
          
            |   | 53 | net localgroup users /delete localadmin | 
          
          
            |   | 54 | }}} | 
          
          
            |   | 55 | {{{ | 
          
          
            |   | 56 | Access is denied. | 
          
          
            |   | 57 | }}} |