Blogger Templates Skip to main content

Capturing and Deploying Image in Windows

## Capturing image ##
------------------------
Sysprep
|
Boot From WinPe
|
Capture Image Using "ImageX"       ### Quick Steps ###
|
Save the image

-----------------------
**Identify or select the system from which you want to capture a Windows Operating System image.
**Use SYSPREP to prepare the system for capture.
**Run "C:\Windows\System32\Sysprep\Sysprep.exe" and select the "generalize" and "shutdown" options.
**Turn off the PC.
2,Create Pre-Execution bootable media using the COPYPE command on the technician PC (with WAIK or ADK).
** Boot the system with the OS to be captured using the newly created PE media.
**The system should boot to the Command prompt for PE, identified as "X:\".
**Prepare the media location to which the image will be captured.
-Map a Network Drive or
-Prepare a CD or DVD or USB device to hold the image or
-Select an alternate partition on the host system on which to write the ".wim" image file. (NOT the C: drive).
-Note the letter for the image capture. We will call it "W" but you may use any letter or path you desire other than "X:" or "C:".
-Also note the letter for "ImageX.exe" say "E:\".
3, Run "ImageX" with the capture command
" E:\Imagex /capture C:\ W:\myimage.wim "My Capture Image" ".
**Choose your own .wim file name.
https://www.facebook.com/adminshubam

Comments

Popular posts from this blog

DHCP (Dynamic Host Configuration Protocol) | DNS (Domain Name System)

DHCP (Dynamic Host Configuration Protocol) DHCP is a network protocol that is used to assign various network parameters to a device. This greatly simplifies administration, since there is no need to assign static network parameters for each device separately. DHCP is a client-server protocol. A client is a device that is configured to use DHCP to request network parameters from a DHCP server. DHCP server maintains a pool of available IP addresses and assignes one of them to the host. A DHCP server can also provide some other parameters, such as: • subnet mask • default gateway • domain name • DNS server Cisco routers can be used as a DHCP server. DHCP process explained: DHCP client goes through the four step process:   1: A DHCP client sends a broadcast packet (DHCP Discover) to discover DHCP servers on the LAN segment. 2: The DHCP servers receive the DHCP Discover packet and respond with DHCP Offer packets, offering ...

By passing windows 7/8/8.1/10 login password using ease of access

I am almost certain that this has been covered elsewhere. If you have seen this before, then I am sorry I wasted a precious few minutes of your life. 1, Boot up using a Windows 7/8/8.1/10 Installation CD or Bootable Pendrive. 2, At the first splash screen click “INSTALL NOW” then accept the license agreement click "NEXT". 3, Press "SHIT+F10" Simultaneously. Command prompt will open up. 4, Now u need to find out at what partition your OS is installed. you can check this by typing DISKPART>LIST DISK >SELECT DISK 1 > LIST VOL and in the volumes check for the BOOT partition and note down the volume label e.g "C" (it can be different for you). 5, Type in the following commands: cd C: cd Windows/system32 copy UtilMan.exe abc.exe copy cmd.exe Utilman.exe So what did we just do here? The first two commands changed our current working directory to "/Windows/system32". This location contains both "cmd.exe" (...

What is CCNA? A Beginner’s Guide to Cisco Certification

If you're aiming to launch a career in networking or IT, obtaining the CCNA (Cisco Certified Network Associate) certification is an excellent way to begin. But what does CCNA entail, and why is it significant? This guide will address your queries and assist you in determining whether CCNA is the right certification for you. What is CCNA? CCNA is an entry-level IT certification provided by Cisco, a leading company in the networking industry. It certifies your understanding of networking fundamentals, security, automation, and IP services. Consider CCNA your gateway into the IT field—whether your goal is to become a network engineer, system administrator, or cybersecurity specialist, this certification paves the way for numerous opportunities. Why Should You Get CCNA Certified? Here are compelling reasons to pursue CCNA certification: High Demand for Network Professionals – Organizations depend on robust networks and require certified experts to manage them. Enhanced Job Opportunitie...