Donnerstag, 28. Oktober 2010

PowerPoint 2003 and 2007 Resolution picture export

How to change the resolution of a slide that you export as a picture in PowerPoint

link to Microsoft

Mittwoch, 20. Oktober 2010

Windows 7 deploying images with imagex.exe

An excellent german manual you find here
http://wiki.winboard.org/index.php/Windows_7_verteilen

This Blog is a short English version of this manual.


look also
http://technet.microsoft.com/de-de/library/cc749092%28WS.10%29.aspx
http://www.tecchannel.de/pc_mobile/windows/2023629/windows_7_automatisch_installieren/
With special information for AutoUnattend.xml.



Create a "Windows Preinstallation Environment (WinPE)

You need
- Windows Automated Installation Kit (WAIK) für Windows 7 and
- Windows 7 Install-DVD

Create the iso file

Copy imagex.exe from WAIK to your WinPE iso file

for more information to create a WinPE
http://wiki.winboard.org/index.php/Windows_7_verteilen


Create Image

- Install Windows 7 on a fresh system


- Create an account and type in the computername

- Go run

"c:\windows\system32\sysprep\sysprep.exe"

System Preparation Tool:
-System Cleanup Action:
--Enter System Audit Mode
-Generalize is not active
-Shutdown Options
--Reboot

OK

Reboot the System

Now the system is in the audit modus.

Install all drivers and software you need.
Be aware not to close the System Preparation Tool window

Then you finished with installing drivers and software change the System Preparation Tool

System Preparation Tool:
-System Cleanup Action:
--Enter System Out-of-Box Experience (OOBE)
-Generalize is active
-Shutdown Options
--Shutdown

The System is finished for the next step.

Start the computer with the WinPE

Insert your WinPE CD and boot from CD

A command Prompt will be shown

Change device there you find your imagex.exe
For example
d:

imagex /compress maximum /capture c: c:\MyWin7.wim "Windows 7" /verify

Explanation:
/compress maximum -
record with less data volume
/compress fast -
for fast recording
/capture c: device C:\ - is recording-

c:\MyWin7.wim "Windows 7" -
Name of image file
/verify - proof the whole thing




Use the Image

start with WinPE-C
- If you already create a partition
 format c: /q
you format C: in quick modus


- If you had a empty harddisk use the diskpart tool
diskpart
select disk 0
clean
create partition primary size=20000
select partition 1
format fs=ntfs label="Win7" Quick
assign letter=c
active
exit

with help you get information


- Change to there you find imagex.exe
For example you will find it in
d:

imagex /apply F:\MyWin7.wim 1 c:

Explanations:
/apply - we will use the image
F:\MyWin7.wim - your image is in F:
1 - this is the first image
C: the image will paste on c:

The image will be copied to c:
End the program with "exit"


Hint:
I got a 
"bootmgr missing" then I started the cloned Windows 7.
 
I started with the Win7 install DVD.
 

1. "Repair your Computer"

2.Select 
Startup Repair



- Alternatively you can type in in the comand prompt:

bootrec /rebuildbcd



- If Bootrec cannot locate any missing Windows installations,
you must remove the BCD store, and then you must re-create it.
To do this, type the following commands in the order shown below:
(Remember to press ENTER after each command)

bcdedit /export C:\BCD_Backup

ren c:\boot\bcd bcd.old

bootrec /rebuildbcd

- Restart the computer.


Sometimes following helps, in case Linux was installed:bootrec /fixmbr
bootrec /fixboot
bootrec /RebuildBcd




- Maybe you need another
Startup Repair
by booting from Install-DVD



see for bootrec
http://cyberst0rm.blogspot.com/2007/04/how-to-fix-bootmgr-is-missing-in.html


How To Rebuild the BCD in Windows
http://pcsupport.about.com/od/fixtheproblem/ht/rebuild-bcd-store-windows.htm