Saturday, 28 June 2014

How to make windows XP bootable disk

How to make windows XP bootable disk




In this article we would create a window XP bootable disk from copied files. This is very useful when you have copied files of XP. To keep backup we generally copy the entire disk on hard disk. But you could not create a bootable disk from these files. To make a bootable XP disk from copied files we need to add boot files with image on CD.
The following items are required:
  • A copy of the original Windows CD/DVD.
  • A copy of the Boot Files Download from here.
  • A minimum of 1GB available hard disk space for CD's.
  • A minimum of 5GB available hard disk space for DVD's.
Extract the zip file 
xp bootable cd
This zip file contain all required boot files
xp bootable image files
Create a folder named xpcd on c:\ drive and copy all the files and folder of windows XP cd in it 
Now start your CD burning software I have used NERO for it
nero cd burning software
Select new options from files menu then choose CD-ROM(BOOT)
In right pane do following settings
  • Select boot tab
  • Select Image file from Source of boot image data
  • Click on Browse and choose boot.ima ( where you have extract image files)
  • Check Enable expert settings (for advanced users only!).
  • Set Kind of emulation: to No Emulation.
  • Set Load segment of sectors (hex!): to 0000.
  • Set Number of loaded sectors: to 4.
windows xp bootable cd

Click on the ISO tab.

  • Set File name length to Max. of 31 chars (ISO Level 2).
  • Set Format to Mode 1.
  • Set Character Set to ISO 9660 (standard ISO CD-ROM).
  • Check the Joliet check box.
  • Check all Relax ISO Restrictions.
  • Check Allow more than 64 characters for Joliet names.
windows xp bootable cd iso

Click on the Label tab.

  • IN ISO 9660 text field Enter volume lable
  • IN Joliet text boxes. Enter system identifier label
windows xp bootable lable tab

Click the Burn tab.

  • Check Write.
  • Check Finalize CD (No further writing possible!).
  • Set Write Method to Disc-at-once. (We have had Track-At-Once work as well.)

Click the New button

Locate the folder C:\xpcd ( OR where you have copied xp cd) 
Select everything from the folder and drag it to the ISO compilation panel.
and Click the burn CD Dialog button
bootable cd all xp files
Verify the settings. Correct if needed. 
Click the Burn button.
This will launch CD burning wizard
Click the OK button
Congratulations you have successfully created windows xp bootable cd.
Now you can use this window XP bootable cd for installation.

How to create partition in Window 7

How to create partition in Window 7





Sometime you may create single partition during the installation of Window 7 leaving the remaining space of hard disk for further use. Or sometime you may need to resize the existing partition. In this article we will
  • Create new partition in Window 7 after installation
  • Resize the partition in Window 7
  • Format the partition in Window 7
  • Change drive letter of partition in Window 7
  • Remove partition in Window 7
For this tutorial we will use built in functionality of window 7. It is always worthy to use in built functionality whenever possible despite of using any third party utilities.
  • To create new partition you must be logged in as an administrator.
  • There must be either unallocated or free disk space with an extended partition on the hard disk.
  • If there is no unallocated disk space, you can create some by shrinking an existing partition, deleting a partition.

Create new partition in Window 7 after installation

To create the new partition we need to access the Disk Management console.
Click the Start menu button and type diskmgmt.msc into the search box and then right-click the diskmgmt.msc entry and click Run as Administrator item from context menu
start-diskmgmt-msc
You can also open disk management console from computer management
Click the Start menu button and right click on Computer from sub menu and click Manage
start-computer-manage
From computer management console Click Storage in right pane to launch Disk management tool
disk-management
To create new partition select free space and Right click, from sub menu options click new simple volume
new-simple-volume-option
Click Next on the Welcome screen
welcome-simple-volume-wizard
Wizard will show all available space, you can take the empty space and divide it into several drives or you can use the remaining space for single simple volume
volume-size-wizard
wizard will ask you to assign a drive letter or path for this volume
assign-drive-latter
On next screen, You can format or skip this partition.
  • You should format this volume under NTFS to take advantage of NTFS file system.
  • You should not change allocation unit size setting, unless you have a specific reason to change the allocation size.
  • You should assign a label to help you distinguish the new partition from other partition on your system.
  • You could choose quick format that will take less time, but it will not find and mark bad sectors on partition. So if have time uncheck this option for complete format.
  • NTFS file system have built-in compression that is good choice if storage space is top priority.
format-partition-wizard
On Last screen of wizard you have a summary of your choices. If you need to change any option, you have last opportunity to step back and make changes. When you are satisfied with your choices, click the Finished button.
finish-simple-partiton
Depending on size of partition wizard will take few minutes to create and format it.
new-parition-in-list
Congratulations you have successfully created new partition, you can also check it in my computer.
new-partition-my-computer

Resize partition in Window 7

Sometime you may have large space unused in partition. Or may have small disk space available in partition. In both condition you need to resize the partition. In above practice we have created new partition. Now let's extend this partition.
Extend a Partition
In the Disk Management console, right-click on the partition that you want to extend, and click Extend Volume from the menu
extended-volume
Click Next on Welcome screen
welcome-extend-wizard
For demonstration purpose we will extended 500 MB, You could extended as per your requirement from available space.
extended-space
Click finish
extended-finish
We have successfully extended the partition size
extended-incresed-size-verify
Shrink a Partition
In above practice we extended the size of partition, now we will revert the process.
In the Disk Management console, right-click on the partition that you want to shrink, and click "Shrink Volume" from the menu
shrink-volume
In opened Shrink dialog enter the amount you want to shrink and click Shrink. For demonstration purpose we will reduce size by 1000MB.
shrink-volume-size
You can verify the new partition size
shrink-volume-verfied

Format the partition in Window 7

You can format a partition during the creation of it, as we did in above practice. If you have skipped it during the creation process, you need to do it before use.
If you try to use it before format, Window explorer will give you the following alert
"You need to format the disk in drive before you can use it. Do you want to format it?"
While you format a partition, it will delete any information on the partition and setup a file system so Windows 7 can read from it and write data to it.
To format a partition Select the partition from disk management console and Right click, from open context menu click format option
format-option
In opened popup box you can set format options. All options are same which you have seen in above practice.
  • Volume label :- Specify a name to this drive, default will be New Volume
  • File system:- Choose NTFS for better performance, Fat32 only available as options on drives 2GB and smaller
  • Allocation unit size :- This is the basic unit in which disk space is allocated. The default allocation unit size is based on the size of the volume and, by default, is set dynamically prior to formatting. Keep default.
  • Perform A Quick Format:- If checked window will format without checking the partition for errors. With large partitions, this option can save you a few minutes. However, it is recommended to uncheck this option and perform full format which will check for errors, mark bad sectors on the disk and lock them out.
  • Enable File And Folder Compression :- Built-in compression , only for NTFS file system. Usually not necessary in today's world of incredibly large hard drives.
Click OK at the bottom of the window
format-option-box
Click OK to alert message
format-message
The hard drive format will begin. Status filed display the progress of formatting in %.
Depending on size and format type (quick or standard) it may take long time. The format is complete when the Status changes to Healthy.
format-status
Congratulation you have just formatted a partition in Window 7.

Change drive letter of partition in Window 7

Windows typically assigns a letter of the alphabet to most drives. If you want to organize your drives in your preferred way, you can change the drive letter. To change drive letter
In Disk management console select the partition and Right click, from context menu click Change drive letter or path
change-drive-latter
In open box we have three options
  • Add :- To assign a drive letter if one has not already been assigned
  • Change :- To change already assigned drive latter
  • Remove :- To remove a drive latter
Before you make any change be aware that
  • Some applications make references to specific drive letters, if you change a drive letter these program might not work properly.
  • Make sure drive is not in use while changing drive latter. Close any program or window that is using the drive to avoid error.
  • You cannot change drive letter of system or boot partition.
To change drive letter select the partition and Click change
 drive-letter-change
Click on drop down menu, it will list all available letters
drive-letter-option
Select the drive letter you want and click OK
drive-letter-selected
Click Yes to alert message
drive-letter-change-message
We have successfully changed drive latter.
drive-letter-verfiy

Remove partition in Window 7

In the end of this article we will delete a partition. Before you delete please note that
  • If you have single partition, then you can't delete it.
  • All data on a partition will be lost when you delete it.
  • You cannot delete the system partition, boot partition, or any partition that contains the virtual memory paging file, because Windows needs this information to start correctly.
To delete a partition
In Disk management console select the partition Right click, from context menu Click Delete
delete-option
Click Yes to warning message
delete-confirm
If you delete a primary partition, the resulting empty space is called unallocated disk space.
If you delete a logical drive within an extended partition, the resulting empty space is called free space.
deleted
You can now use the empty space to create additional volumes.

How to Reset Window 7 Administrator password

How to Reset Window 7 Administrator password



In this tutorial we will reset the administrator account password in window 7. With this method you can reset any users password in window 7. Window have a inbuilt utility Utilman.exe for disabled people. Utilman.exe allow users to configure the accessibility options like Magnifier, High contrast theme, Narrator and On Screen Keyboard before they log onto the system.
This utility was designed for disabled people who are hard of sight, hearing or mobility to log onto Windows themselves without the need of outside help. You can run this utility by pressing Window Key + U on window login screen. Or you can click on Ease of Access icon. This will load Utilman.exe application from Windows\System32\ directory. Furthermore this application run under the system account which have the highest level of privilege.
accessibility-options
You can take advantage of this utility to reset the user accounts password. You need to replace the Utilman.exe file with cmd.exefile and you will have access to the command prompt running under the SYSTEM privileges. From command prompt you can easily reset the user password.

Step by step guide on how to reset window 7 password

Our primary goal is to replace the Utilman.exe with cmd.exe. You can achieve this goal by several methods like boot system with Live disk and replace the file, boot system with recovery disk and replace the file. In this tutorial we assume that you do not have any bootable disk or live CD. We will do this without any third party software or disk.
To do this turn off the system without properly shutdown. Repeat this until you get Windows Error Recovery message on start up. Select Launch Startup Repair (recommended) and press Enter Key
launch-startup-repair
Window will load necessary files for recovery
window-load-files
Window will automatically try to fix the problems. This process usually take long time so stay cool, you need to do nothing here.
start-up-recovery-running
After a long wait [ around five to ten minutes ] you will receive following message
Windows cannot repair the this computer automatically.
Click view problem details
view-problem-details
It will open problem details in message box. Scroll the message to bottom, at the end of message it contain hyperlinked privacy statement, click it.
problem-details-file
Privacy statement will appear in notepad, Click Open option from File menu item
privacy-file
Click Computer to show all drive
privacy-file-computer-drive
You have to check each drive for Window. Drive letter showing here will be different from the drive letter you see in My computer while system normally boot. Open each drive and find out the partition which contain the windows installation files.
Open Windows folder
window-files
Open system32 folder
window-folder
Change file type to all
file-type-all
Select Utilman file and do Right click and click Copy
utilman-copy
Paste the copied file
utilman-paste
Select the copied file and do right click and click Rename
utilman-rename
We will change it with some descriptive name
window-rename-utilman-type
Set it to Utilman-org
utilman-org
We have taken the backup of original file. Now delete the original file. Select the Utilman file and do right click and click Delete
utilman-delete
Confirm delete operation
utilman-delete-confirm
Now select the cmd file and do right click and click Copy
cmd-file
Paste the copied file
cmd-paste
Select the copied file do right click and click Rename
cmd-copy-right-click
Rename it with Utilman
cmd-rename-utilman
We have replaced the Utilman.exe with cmd.exe
utilman-cmd-verfiy
That's all we need to do here. Close the dialog box, close the file, and close the Startup repair box and Click finish
startup-finish
System will be shutdown. Turn on the system again, let the window boot normally this time on login screen click Ease of Accessicon. We have replaced Utilman.exe with cmd.exe so it will launch command prompt instead of accessibility options dialog box.
command-prompt-at-login-screen
Type following command and press Enter
net user administrator *
net userCommand
administratorUser name [ Replace it with user name if changing other users password ]
*Set new password
net-user-command
Type the new password / Retype the password to confirm it. Be aware you will not see any asterisks [*] sign here when you type in your password.
net-user-command-password
Close the command prompt and use the new password to sing in
login-screen
Wow we have successfully changed the users password now it's time to revert the change which we have made during the process. Open My Computer and open the window partition
window-partiton
Open System32 folder and select the replaced Utilman file
window-replaced-utilman-file
Do right click and click Delete option
window-utilman-delete-option
Confirm delete operation
window-utilman-delete-confirm
Select the Utilman-org file and do right click and click Rename
window-utilman-org-right-click
Rename Utilman-org to Utilman
window-rename-utilman-type
We have restored the original file.
window-utilman-restored
We have restored original window utility. To confirm it restart the system and click Ease of Access icon, this time it would launch original Utilman.exe
accessibility-options
Congratulations you have successfully reset the users password without harming any window files or using any third party tools.