Windows installation tutorials

Windows 7: Mounting and Unmouting WIMs Using a DISM Batch File Menu

contributed by Jimmy Selix on January 19, 2011 under Batch file programming, Microsoft Windows 7, Windows installation

This tech-recipe will include a batch file that lets you mount and unmount .WIM files in Windows 7 Professional / Ultimate and Windows Server 2008. I will also explain some the basics of WIM files and discuss how to manage them usingĀ DISMĀ from the command prompt.

 

How to Automate Windows Diskpart Commands in a Script

contributed by Ben Kendall on December 7, 2010 under Windows installation

Being able to automate disk partitioning, volume creation, and filesystem formatting can be very useful. It is especially handy for imaging processes, e.g. from a WinPE boot disk.

 

Fixing the dreaded “Unmountable Boot Volume” error

contributed by tipmonkies on September 22, 2007 under Windows installation

One unfortunately common problem is data corruption on a hard drive and the dreaded “Unmountable Boot Volume” error. Many people feel they are forced to format the drive and start from scratch in this situation. However, frequently there is a better way of save your installation, as long as you have the installation media available. Directions for both XP and Windows 7 included.

 

Windows XP: sif files and unattended batch file install

contributed by Jimmy Selix on December 13, 2006 under Windows installation

This recipe is similar to another one on here but this one differs in that it explains how to create a sif file in notepad and what command line script to use to execute it and start your xp unattended install.

 

Enable/Disable CD Burning in Windows XP

contributed by technipages on October 5, 2006 under Windows installation

Enable or disable the Windows XP feature that allows you to burn CD’s using this registry hack.

 

Howto: Change Product Key without a Reinstall for WGA

contributed by MickeyMouse on June 9, 2006 under Windows installation

Windows Genuine Advantage is now a required install. If you need to change your product key without an installation to make WGA happy, these steps will walk you through it. This uses Microsoft-supported software. This is how I explore “You May Be a Victim of Software Counterfeiting” errors.

 

Removing a Dual Boot in Windows

contributed by William_Wilson on January 30, 2006 under Windows installation

removing a dual boot can be dangerous, and does not guarentee that windows will forget about the 2nd boot sector, but this will remove the boot option screen and or allow the removal of an OS. Enjoy.

 

Copy Folders and Files While Keeping Ownership and Permissions

contributed by MickeyMouse on October 8, 2005 under Windows installation

Most copy commands give the new files and directories the same secuity information as the parent directory. Here is how to preserve the ownership and ACL information.