Sunday, November 30, 2008

How to make your desktop ikons transperent

Go to ontrol Panel > System, > Advanced > Performance area > Settings button Visual Effects tab "Use drop shadows for icon labels on the Desktop"

Get to the Address bar quick

To get to the Address bar quickly, press F6. Not only does this move the cursor there, it also highlights the current address so it is deleted with the first key you press.

How to change the Broeser title text

1.Click Start > Run > Type gpedit.msc
2.Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
3.Double click on Browser Title
4.Click on Customize Title Bars
5.Change the text to what whatever you want
6.Click on Ok

Sunday, November 16, 2008

How to rename the recyclebin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).

Rename a series of files

When you download photos from your digital camera, they often have unrecognizable names. You can rename several similar files at once with the following procedure. This also works for renaming other types of files.

1.Open the My Pictures folder. (Click Start, and then click My Pictures.) Or open another folder containing files that you want to rename.
2.Select the files you want to rename. If the files you want are not adjacent in the file list, press and hold CTRL, and then click each item to select it.
3.On the File menu, click Rename.
4.Type the new name, and then press ENTER.


All of the files in the series will be named in sequence using the new name you type. For example, if you type Birthday, the first will be named Birthday and subsequent files in the series will be named Birthday (1), Birthday (2), and so on. To specify the starting number for the series, type the starting number in parentheses after the new file name. The files in the series will be numbered in sequence starting with the number you type. For example, if you type Birthday (10), the other files will be named Birthday (11), Birthday (12), and so on.

On screen keyboard

Want to use an on screen keyboard? Well it is this simple - Click on the start button and select run. Then type in osk in the box and click OK.


How to Hide the Logon Script Dialog Box on a Windows Client

RESOLUTION

Create a batch file that calls the actual logon script. Using Notepad, create a file that has the following entry:
START /MIN LOGON.BAT

Save the batch file and specify this file as the logon script name for the user accounts in User Manager for Domains. Now, when the users log on to Windows, they will initially run the above batch file, which, in turn, calls the logon script and starts it minimized. The last entry in the real logon script file must be EXIT so the file will close properly.

This works great and solves the problem of users seeing the commands being processed in the actual logon script.

Windows for Workgroups clients do not understand the START command, so this won't work if you have those clients. Also, the initial call to the logon script designated in User Manager for Domains still creates a logon dialog box. The box disappears almost immediately, but may still cause a problemfor the administrator who does not want the user to see anything out of the ordinary when logging on. To have the logon script dialog box minimized during logon and support all clients, do the following:

1.For the initial preparation, insert a pause statement into the logon script specified in User Manager for Domains. This pause will be important because it is needed to access the properties of the logon script window.
2.Log on to the workstation as the user in question and, when the logon script pauses, select Properties from the Control menu.
3.Select the Layout tab in Windows or the Screen Size and Position tab, and set the Width and Height on the Screen Buffer Size and Window Size to 1.
4.Set the Window Position to 0 for the Left setting and set the Top position to the highest number possible (this will vary depending on the screen resolution). This will put the Window in the lower left-hand corner of the screen.
5.Select OK after changing the settings and then you will be presented with an Apply Properties dialog box. Select "Save properties for future windows with the same title" and then select OK.
6.Log off as the user, remove the pause from the logon script, and then log back on. The dialog box is still present, but in the lower left corner of the screen out of the users way.
If, at a later time, you need to resize the windows and cannot access it through the screen, use Registry Editor and delete the following key:

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows
HKEY_CURRENT_USER\Console\_ComputerName_NETLOGON_LogonScript

After that key is deleted, the default dialog box will once again be presented for Windows with that same title.

MORE INFORMATION

Because logon scripts reside in the NetLogon share of every domain controller, the chances are good that you may run the logon script from a different server than the one used in the above example.

Your file is represented in the registry as _ComputerName_NETLOGON_LogonScript. The computer name obviously won't be the same if you are validated by a different controller. Here are two methods to solve this problem.

Log on to the workstation as the user in question. Select Start and then Run, or File and then Run, and run the batch file using the UNC path for each of your domain controllers. For example

run \\PDC\NETLOGON\logon.bat

When the file runs, follow steps 3 through 5 above and repeat this for each domain controller (that is. BDC1, BDC2, BDC3, and so on). This will create an entry in the registry for the logon script on each of the possible authenticating servers.
You can, when you are logged on as the user in question, run REGEDIT.

Expand the HKEY_CURRENT_USER\Console folder. After going through steps 1 through 6 above, you will see an entry that looks very similar to the following:
_ComputerName_Share_logon.s

Select the key in question, select Registry and then click Export Registry. Give the file a name of your choice. Edit the file using Notepad. It will look like the following:
REGEDIT4 [HKEY_CURRENT_USER\Console\__SERVER_NETLOGON_logon.bat] "HistoryNoDup"=dword:00000000 "WindowSize"=dword:0001000d "WindowPosition"=dword:01c00000 "ScreenBufferSize"=dword:0001000d "FontSize"=dword:000c0008 "FontFamily"=dword:00000030 "FontWeight"=dword:00000190

Copy the above information and paste it below, changing the SERVER name to the name of another authenticating server. Do this for all your domain controllers. The file will now look like the following:
REGEDIT4 [HKEY_CURRENT_USER\Console\__SERVER_NETLOGON_logon.bat] "HistoryNoDup"=dword:00000000 "WindowSize"=dword:0001000d "WindowPosition"=dword:01c00000 "ScreenBufferSize"=dword:0001000d "FontSize"=dword:000c0008 "FontFamily"=dword:00000030 "FontWeight"=dword:00000190 [HKEY_CURRENT_USER\Console\__SERVER2_NETLOGON_logon.bat] "HistoryNoDup"=dword:00000000 "WindowSize"=dword:0001000d "WindowPosition"=dword:01c00000 "ScreenBufferSize"=dword:0001000d "FontSize"=dword:000c0008 "FontFamily"=dword:00000030 "FontWeight"=dword:00000190 [HKEY_CURRENT_USER\Console\__SERVER3_NETLOGON_logon.bat] "HistoryNoDup"=dword:00000000 "WindowSize"=dword:0001000d "WindowPosition"=dword:01c00000 "ScreenBufferSize"=dword:0001000d "FontSize"=dword:000c0008 "FontFamily"=dword:00000030 "FontWeight"=dword:00000190

After you have added an entry for each of your servers, save the file. You can now log on as any user with the same windows resolution and simply double-click this file or import it into the registry using REGEDIT. All users will now have the same window settings on the logon script for any authenticating server.

Direct Bootup Without Typing Password

1. At a command prompt, type "control userpasswords2" and press Enter to open the Windows 2000-style User Accounts
application.
2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then
click OK.
3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be
logged on each time you start your computer.

Remove Login Password

Control Panel/Administrative Tools/Local Security Settings/Minimum Password Length/Reduce it to 0 (No password required). Control Panel/User Account/Your Account/Remove Password.

Cannot Change the Administrator Password in Control Panel

After you log on as an administrator to a computer that is not a member of a domain, when you double-click User Accounts in Control Panel to change the password for the built-in Administrator account, the Administrator account may not appear in the list of user accounts. Consequently, you cannot change its password.

This behavior can occur because the Administrator account logon option appears only in Safe mode if more than one account is created on the system. The Administrator account is available in Normal mode only if there are no other accounts on the system. To work around this behavior:

- If you are running Windows XP Home Edition, restart the computer and then use a power user account to log on to the
computer in Safe mode.

- If you are running Windows XP Professional, reset the password in the Local Users and Groups snap-in in Microsoft
Management Console (MMC):

1. Click Start, and then click Run.
2. In the Open box, type "mmc" (without the quotation marks), and then click OK to start MMC.
3. Start the Local Users and Groups snap-in.
4. Under Console Root, expand "Local Users and Groups", and then click Users.
5. In the right pane, right-click Administrator, and then click Set Password.
6. Click Proceed in the message box that appears.
7. Type and confirm the new password in the appropriate boxes, and then click OK.

How to Change User Password at Command Prompt

How to use the net user command to change the user password at a Windows command prompt. Only administrators can change domain passwords at the Windows command prompt. To change a user's password at the command prompt, log on as an administrator and type: "net user * /domain" (without the quotation marks)

When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.

Alternatively, you can type the following command: net user . When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.

Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password.

How to Enable Automatic Logon in Windows

If you set a computer for auto logon, anyone who can physically obtain access to the computer can gain access to all of the computer contents, including any network or networks it is connected to. In addition, if you enable autologon, the password is stored in the registry in plaintext. The specific registry key that stores this value is remotely readable by the Authenticated Users group.

As a result, this setting is only appropriate for cases where the computer is physically secured, and steps have been taken to ensure that untrusted users cannot remotely access the registry.

1. Start/Run/Regedit, and then locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
2. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click
OK.
3. Double-click the DefaultPassword entry, type your password, and then click OK.

NOTE: The DefaultPassword value may not exist. If it does not:

a. Click Add Value on the Edit menu.
b. In the Value Name box, type DefaultPassword, and then click REG_SZ for the Data Type
c. Type your password in the String box, and then save your changes.

Also, if no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon key
from 1 (true) to 0 (false), thus disabling the AutoAdminLogon feature.

4. Click Add Value on the Edit menu, enter AutoAdminLogon in the Value Name box, and then click REG_SZ for the Data
Type.
5. Type "1" (without the quotation marks) in the String box, and then save your changes.
6. Quit Regedit.
7. Click Start, click Shutdown, and then click OK to turn off your computer.
8. Restart your computer and Windows. You are now able to log on automatically.

NOTE: To bypass the AutoAdminLogon process, and to log on as a different user, hold down the SHIFT key after you log off or after Windows restarts.

Note that this procedure only applies to the first logon. To enforce this setting for subsequent logoffs, the administrator must set the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

Value: ForceAutoLogon
Type: REG_SZ
Data: 1

Windows XP Inherits Autologon Setting After Upgrade from Win2000

After you upgrade a Microsoft Windows 2000-based computer, Windows XP Professional may start directly to the desktop without stopping at the Welcome screen or requiring you to type a username and password. If you then create a new user account, you may not receive any option that allows you to log on by using the new account.

This behavior can occur if Windows 2000 was configured for automatic logon (Autologon). Windows XP inherits this configuration setting.

To resolve this behavior, turn off the automatic logon feature and require a username and password at logon:

1. Click Start on the Windows taskbar, and then click Run.
2. In the Open box, type control userpasswords2, and then click OK.
3. In the dialog box that appears, click to select the "Users must enter a user name and password to use this computer"
check box, and then click OK.

To work around this behavior, log off from the Autologon account, and then log on by using the new account.


Not Prompted to Create Password with New XP User Account

When you create a new user on a Microsoft Windows XP Home Edition-based computer, you are not prompted to create a password. To create a password for a user account, click the icon for the account, and then click "Create a Password".

Stored User Names and Passwords Feature Interoperability at a Command Prompt

By default, the Stored User Names and Passwords feature creates a "key" for any connection that you make in the graphical user interface (GUI) that requires alternate credentials. When you make a connection at a command prompt by using the net use command and by passing alternate credentials, a key is not created.

For the net use command to save the credentials in Credential Manager, use the /savecred switch. When you use the /savecred switch, any credentials that you are prompted for when you use the net use command are saved as a key.

Therefore, if you are prompted for the user name and password (or if you are prompted only for the password) when you use the net use command (but not because you used an asterisk [*] in the net use command for password prompting) and the /savecred switch, the credentials are saved.

When you type the net use * \\ computer_name \ share_name /savecred command, the user is prompted for a user name, and then the user is prompted for a password.

When you type the net use * \\ computer_name \ share_name /u: domain_name \ user_name /savecred command, the user is prompted for a password.

However, when you type one of the following commands, a key is not created:
net use * \\ computer_name \ share_name * /user: domain_name \ user_name /savecred
-or-
net use * \\ computer_name \ share_name * /savecred /user: domain_name \ user_name

If you type net help use at a command prompt, more information is displayed about the net use command.

Password Has Expired Message

Start/Programs/Administrative Tools/Local Security Policy/Account Policies/Password Policy. In the right pane, right click, properties, modify (use accordingly). And Start/Programs/Administrative Tools/Computer Management/Local Users and Groups/Right Click "User"(intended)/Properties...Or with Admin privileges, at a command prompt type: net accounts /maxpwage:unlimited.

To Create a Password Reset Disk

The Forgotten Password Wizard lets you create a password reset disk that you can use to recover your user account and personalized computer settings if you forget your password. The steps to perform this task differ depending on whether your computer is a member of a network domain or is part of a workgroup (or is a stand-alone computer).

My Computer is on a Domain

Press CTRL+ALT+DELETE to open the Windows Security dialog box. Click Change Password.
Click Backup to open the Forgotten Password Wizard. Click Next and then follow the instructions as they appear on the screen.

My Computer is not on a Domain

The steps to perform this task differ depending on the type of user account you have. If you have a computer administrator account: Open User Accounts in Control Panel. Click your account name. Under Related Tasks located on the left side of the window, click Prevent a forgotten password. In the Forgotten Password Wizard, follow the instructions as they appear on the screen.

If you Have a Limited Account

Open User Accounts in Control Panel. Under Related Tasks located on the left side of the window, click Prevent a forgotten password. In the Forgotten Password Wizard, follow the instructions as they appear on the screen.

Notes: To open User Accounts, click Start, point to Settings, click Control Panel, and then click User Accounts.

Certain Programs Do Not Work Correctly If You Log On Through a Limited User Account.

After you log on to a computer by using a Limited User Account, you may observe one or more of the following
behaviors when you try to use a program that is not expressly designed for Windows XP. Information here.

Password Reset Disk Overview

To protect user accounts in the event that the user forgets the password, every local user should make a password reset disk and keep it in a safe place. Then, if the user forgets his or her password, the password can be reset using the password reset disk and the user is able to access the local user account again.

Resetting the Password

After you reset the password of an account on a Windows XP-based computer that is joined to a workgroup, you may lose access to the user's: Web page credentials, File share credentials, EFS-encrypted files, Certificates with private keys (SIGNED/ENCRYPTed e-mail). More information in detail here.

I assume no responsibility for the purpose to which this information is used. This includes employees attempting to bypass restrictions put into place by System Administrators on corporate machines.

Delete Admin Password

Boot up with DOS and delete the sam.exe and sam.log files from Winnt\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account will be blank (No password). This solution works only if your hard drive is FAT. [Editor's note: Use with caution, there may be other ramifications from performing this tip.]

Forgot your Admin Password

This is a utility to (re)set the password of any user that has a valid (local) account on your NT system, by modifying the crypted password in the registrys SAM file. You do not need to know the old password to set a new one.

It works offline, that is, you have to shutdown your computer and boot off a floppydisk. The bootdisk includes stuff to access NTFS partitions and scripts to glue the whole thing together. Note: It will now also work with SYSKEY, including the option to turn it off! More information here. Download here.

All Passwords-Master Copy

With Darn! Passwords! Just one password opens the safe that holds all those other ones for programs and web sites that require you to log in. Download Here.

Just pick the password, and drag it and it's log-in (if there is one) into the program that uses it. No retyping is necessary (even in programs that do not accept the drag, you can just paste the password in). Go to the URL of a password protected site with the click of a button.

Information on System Restore and Password Restoration

Passwords That Are Restored:

1. Program passwords are restored, such as Hotmail Messenger, AOL Messenger, Yahoo Messenger, and other Web server-based passwords. This behavior is by design: The programs simply cache these passwords; the actual passwords are
stored on a Web server. System Restore does not actually change the password, but it changes the password that is remembered by the program. You can use the current password for the program to log on to the server.

2. Domain and Computer passwords are restored. This behavior is by Design and is a limitation of System Restore. System Restore only rolls back the local machine state. Part of the information about joining domains resides in Active Directory, and Active Directory is not rolled back by System Restore.

Migration Wizard Does Not Migrate Passwords

The Migration Wizard does not migrate passwords. Passwords for Dial-Up Networking connections, Microsoft Outlook Express accounts, Microsoft Internet Explorer saved passwords, mapped drives, and so on will need to be reconfigured once the migration is complete.

Administrator Account Not Used for Logon

The administrator account and password created during Setup are used to log on in Safe Mode only. To create a password for user accounts, double-click Manage Users in Control Panel.

Therefore, if you are prompted for the user name and password (or if you are prompted only for the password) when you use the net use command (but not because you used an asterisk [*] in the net use command for password prompting) and the /savecred switch, the credentials are saved.

When you type the net use * \\ computer_name \ share_name /savecred command, the user is prompted for a user name, and then the user is prompted for a password.

When you type the net use * \\ computer_name \ share_name /u: domain_name \ user_name /savecred command, the user is prompted for a password.

However, when you type one of the following commands, a key is not created:
net use * \\ computer_name \ share_name * /user: domain_name \ user_name /savecred
-or-
net use * \\ computer_name \ share_name * /savecred /user: domain_name \ user_name

If you type net help use at a command prompt, more information is displayed about the net use command.

Logon Name Not in Task Manager or Under Documents & Settings

When the Welcome screen is appears, the names that are displayed do not match any of the names of users' folders under the Documents and Settings folder or any of the names on the Users tab in Task Manager.

This behavior may occur if you have changed the name of the account in the User Accounts tool in Control Panel. By doing so, the new name appears on the Welcome screen, but the actual account name remains the same. The folders under the Documents and Settings folder and the names that are listed in Task Manager show the actual account name.

To resolve this behavior, if the display name for a user account has been changed, you can find out which account the new display name belongs to by logging on as that user, starting Task Manager, and then clicking the Users tab.

The user account that is marked as active is the one that is currently logged on. Also, you can find out which of the folders under Documents and Settings belongs to the currently logged-on user by right-clicking Start, and then clicking Explore. Windows Explorer will then start in the Start Menu folder of the currently logged-on user's folder.


Administrator Unable to Unlock a "Locked" Computer

This behavior can occur for either of the following reasons: When the default screen saver is set to use a non-existent screen saver program. And/or When you use a corrupted screen saver that is password protected. More Information.

Information About Unlocking a Workstation

The following registry setting is received every time the computer is locked: Start/Run/Regedit

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

ForceUnlockLogon
REG_DWORD

0 - Do not force authentication inline (default)
1 - Require online authentication to unlock

The preceding value controls whether a full logon is performed during the unlock process. This can force a validation at the domain controller for the user attempting the unlock process.

NOTE: If the value is not present, it functions as if it had been set to 0 (zero).

Lock Your Computer and Use Other Windows Logo Shortcut Keys

To use the shortcut, press the Windows logo key+L. The following list has different computer lock-up scenarios that are available to you, as well as other ways to lock the computer: Click Here.

Create a Shortcut to Lock Computer

Right click a blank space on the desktop, select new, shortcut. Copy and Paste this line: "rundll32.exe user32.dll,LockWorkStation" in the program location box. Click next and create a name for your shortcut, click finish.

Lock the Taskbar

This restriction is used to force the locking of the taskbar and restrict users from making any changes to its position. Start/Run/Regedit: Navigate to this key and create a new DWORD value, or modify the existing value, called 'LockTaskbar' and edit the value according to the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: LockTaskbar
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = Unlocked, 1 = Locked)

Formatting hard drive

Now to begin, you will need a MS Dos6.xx or Windows9x boot disk.

STEP ONE
You first need to decide what operating system you intend to load after formatting the hard drive. It is best and easiest to use a boot disk for that Operating System, such as MS Dos6.2 or Windows95b or Windows98SE. You will need the proper Windows95/98 boot disk in order to load the these operating systems on the computer, else it will reject loading due to the wrong Operating System on the computer.

STEP TWO
Insert your boot disk in the floppy drive and start the computer. Once the system has completed booting and an A: prompt appears we are ready to start.

Type: format C: /s [press Enter]

This statement tells the system to format your "C" drive and when it is finished to copy the system files to the drive, (the /s switch for 'System'). You can format a different drive this way by using a different drive letter.

Format should display: WARNING, ALL DATA ON
NON-REMOVABLE DISK DRIVE C: WILL BE LOST!
Proceed with Format (Y/N)? Type [Y] [Press ENTER]

Your screen should display the size of your drive and a countdown in percentage of formatting completed. Depending on your computer's speed and the size of the drive it can take from a few minutes to over 15minutes.

STEP THREE
When it reaches 100% complete, you will see a new message:
FORMAT COMPLETE. SYSTEM TRANSFERRED.

This indicates that the files required to boot your computer from the hard drive have been copied from the floppy to the hard drive. The computer can now boot from the hard drive without a boot disk in the floppy drive.

You will see one last message:
Volume label (11 characters, ENTER for none)?

Type anything you like or leave it blank - [Press ENTER]

You can now begin to load your Operating System


Special Note:
You may receive the error message:
"insufficient memory to load system files"

This is caused by the lack of a memory manager loaded at boot and your PC can only access the first 1mg of ram memory. There are two possible solutions:

1) Omit the /s switch when formatting. This is done by typing this:
FORMAT C: [press enter]

Then when the format is complete, manually add the system files to your hard drive by using this command:
SYS C: [press enter]

2) You will need to load a memory manager in order to overcome this issue. Not knowing what operating system boot disk you are using is an issue here. However, Windows98 boot disks load a memory manager, so let us assume it is either Windows95 or earlier.

You need to add the file HIMEM.SYS to your boot disk and then modify your Config.sys file on the boot disk.

Download HIMEM.SYS 10k

Unzip the file to your boot disk and add this line in the Config.sys, (make this the first line):

DEVICE=himem.sys

Now, reboot your computer with the boot disk and it should work fine.

You will find that the boot disks we offer for download are all configured with a Memory manager and contain the file: HIMEM.SYS

Partitioning a hard drive

Removing an existing Partition

Now to begin, you will need a MS Dos6.xx or Windows9x boot disk.

Step One
Insert your Windows95/98 Startup Disk (or DOS 6 boot disk) in the A: Drive. Turn on the computer with the floppy disk drive in the A: drive.

When the computer has finished booting you should be at the A: Prompt. (If your computer still boots to the C: drive or continues to load into Windows, then you make sure the boot sequence of the computers BIOS/CMOS is set to boot from the floppy drive, (A,C) first.)

Step Two
From the A: prompt type: FDISK [Press-Enter]

Windows95b(OSR2) and Win98 will give you this prompt:

Do you wish to enable large disk support (Y/N)..? [Y]

(Yes is 32bit fat and NO is 16bit fat) If you wish a partition larger than 2gigs, choose [Y]. See our FAQ 16bit partitions vs 32bit partitions.

IMPORTANT: If you enable large disk support and create any new drives on this disk, you will not be able to access the new drive(s) using other operating systems, including some versions of Windows 95 and Windows NT, as well as earlier versions of Windows and MS-DOS. In addition, disk utilities that were not designed explicitly for the FAT32 file system will not be able to work with this disk. If you need to access this disk with other operating systems or older disk utilities, do not enable large drive support.

Now this screen will appear:

Main FDISK Window

Press 3 and then press [Enter]. At this point it is all very simple. Just begin by selecting the partition you wish deleted and follow the instructions on the screen.

Creating a New Partition

Step One
Insert your Windows95/98 Startup Disk (or DOS 6 boot disk) in the A: Drive. Turn on the computer with the floppy disk drive in the A: drive.

When the computer has finished booting you should be at the A: Prompt. (If your computer still boots to the C: drive or continues to load into Windows, then you make sure the boot sequence of the computers BIOS/CMOS is set to boot from the floppy drive, (A,C) first.)

Step Two
From the A: prompt type: FDISK [Press-Enter]

Windows95b(OSR2) and Win98 will give you this prompt:

Do you wish to enable large disk support (Y/N)..? [Y]

(Yes is 32bit fat and NO is 16bit fat) If you wish a partition larger than 2gigs, choose [Y]. See our FAQ 16bit partitions vs 32bit partitions.

IMPORTANT: If you enable large disk support and create any new drives on this disk, you will not be able to access the new drive(s) using other operating systems, including some versions of Windows 95 and Windows NT, as well as earlier versions of Windows and MS-DOS. In addition, disk utilities that were not designed explicitly for the FAT32 file system will not be able to work with this disk. If you need to access this disk with other operating systems or older disk utilities, do not enable large drive support.

Now this screen will appear:

Main FDISK Window

STEP THREE
First thing to do is determine if you have a partition on the hard drive. Choose 4 and [Press Enter] If you are ready to proceed, this screen will display a message of: "No paritions defined." [Press Esc] to return to the previous screen. NOTE: If any partitions are displayed you will need to delete them to proceed.

Now, we have no partitions on the drive, Choose 1 and [Press Enter].

Now this screen will appear:

Create DOS Partition or Logical DOS Drive

Choose 1 and [Press Enter].

STEP FOUR
Now, a screen will appear with this question:

Do you if you want to partition the full size of the drive? Choose [Y] and [Press ENTER]

You will be asked "Do you wish to Set the Partition as Active?" Choose [Y] and [Press Enter]

When FDISK has finished creating the partition:
[press ESC] and exit FDISK. Your system must reboot inorder for it to use the new partition. Time now to REBOOT.

How to write CD

•Insert a blank, writable CD into the CD recorder.

•Open My Computer.

•Click the files or folders you want to copy to the CD. To select more than one file, hold down the CTRL key while you click the files you want. Then, under File and Folder Tasks, click Copy this file, Copy this folder, or Copy the selected items.

•If the files are located in My Pictures, under Picture Tasks, click Copy to CD or Copy all items to CD, and then skip to step 5.

•In the Copy Items dialog box, click the CD recording drive, and then click Copy.

•In My Computer, double–click the CD recording drive. Windows displays a temporary area where the files are held before they are copied to the CD. Verify that the files and folders that you intend to copy to the CD appear under Files Ready to be Written to the CD.

•Under CD Writing Tasks, click Write these files to CD. Windows displays the CD Writing Wizard. Follow the instructions in the wizard.

Notes:

•Do not copy more files to the CD than it will hold. Standard CDs hold up to 650 megabytes (MB). High–capacity CDs hold up to 850 MB.

•Be sure that you have enough disk space on your hard disk to store the temporary files that are created during the CD writing process. For a standard CD, Windows reserves up to 700 MB of the available free space. For a high–capacity CD, Windows reserves up to 1 gigabyte (GB) of the available free space.

•After you copy files or folders to the CD, it is useful to view the CD to confirm that the files are copied. For more information, click Related Topics.

To stop the CD recorder from automatically ejecting the CD

•Open My Computer.

•Right–click the CD recording drive, and then click Properties.

•On the Recording tab, clear the Automatically eject the CD after writing check box.