[[PageOutline]] = Windows 7 Enterprise = == Activate Windows == Activate: {{{ cscript C:\Windows\System32\Slmgr.vbs /ato }}} Show infos: {{{ cscript C:\Windows\System32\Slmgr.vbs /dlv }}} == Adding Language Packs == see http://technet.microsoft.com/en-us/library/cc766472%28v=ws.10%29.aspx === Copy a Language Pack to the Windows Distribution === from http://technet.microsoft.com/en-us/library/cc765987%28v=ws.10%29.aspx Important: start cmd as Administrator. From the Startmenu, select cmd by right mouse button and select: "Run as Administrator" Network shares are not available in this environment, so better copy all required files to c:\ before hand. From Linux: {{{ # /mnt: mount ISO with Language Packs (SP1) # $WORK/installfiles: contents of a Win7 SP1 installation DVD WORK=/tmp/win7 cd $WORK mkdir langpacks-extracted cd langpacks-extracted cabextract /mnt/langpacks/de-de/lp.cab mkdir -p installfiles/langpacks rsync -av /mnt/langpacks/de-de installfiles/langpacks/ rsync -av langpacks/de-de/sp1/sources/license/. installfiles/sources/license/. rsync -av langpacks/de-de/sp1/setup/sources/. installfiles/sources/. }}} Steps 5-8 must be performed on a Windows System with WAIK tools. == why-doesnt-local-administrator-group-have-full-administrator-rights == http://windows7forums.com/windows-7-support/36990-why-doesnt-local-administrator-group-have-full-administrator-rights.html Test: {{{ net localgroup users /delete localadmin }}} {{{ Access is denied. }}}