Archive for the “Windows 7” Category

This article covers both Windows workstations and servers.

Windows does not include a function that lets you mount an ISO into the Operating System, which normally would force you to convert that ISO to a CD. However there are utilities that will allow you to mount an ISO, which comes in handy, especially if you are wanting to convert CD’s to ISO’s  for transfer to your server.

Virtual Clone Drive

Virtual Clone Drive is a free to use ISO mounting utility that will work on Windows 98/XP/7/Vista and Windows 2000/2003/2008 server. You just install it and it will associate with your ISO’s which you can then can simply double click on an ISO or right click on it and choose to mount it.

Installing Virtual Clone Drive

  1. You can download Virtual Clone Drive by going to http://www.slysoft.com/en/download.html. This install file works for both 32-bit and 64-bit, so there\’s no need to look for different versions of the install. Downclick the application and follow the directions.
  2. Either elect to take the default assoications or choose to manually selection the associations.

    Image

  3. You will need to specify a directory if you choose not to use the default location.

    Image

  4. Once installed, you will need to click on the icon that was placed on your desktop or choose the application from your programs list. There you will be able to set the options for Virtual Clone Drive, such as the amount of drives to emulate and how long the mount history can be seen.

    Image

  5. Finally to mount an ISO, you will need to click on one of the drives you created and choose “Mount”. You will then be able to browse to the ISO and mount it.

     Image

Now you can view the contents of the ISO now by opening the drive, just like you would with a CD or DVD.

Tags: , ,

Comments No Comments »

To resize a partition with Windows Vista / Windows 7 / Windows 2008, follow these steps:

Be sure to back up any valuable information, because there is a slight chance that data can be lost when dealing with partitions.

1) Click on the Start menu

2) Right click on Computer and click on Manage.


1

3) Open up the Storage category and click on Disk Management on the left hand panel.


2



(more…)

Tags: , , , ,

Comments No Comments »

To disable Windows 7 / Vista from downloading automatic updates, follow these simple steps.

Open Start menu, right-click on Computer and click Properties. This will open System dialog box that will show basic information about your computer. On the left sidebar, under See also heading, you will find Windows Update. Clicking it will bring you to the Windows Update dialog box, now on the left sidebar click on Change Settings. You will now see a window that will look like this,

windowsupdate

You will notice that Windows has enabled option as default, to disable it, simply select Never check for updates and you are done.

Note: Microsoft recommends that you must keep your windows up-to-date in order to remain secure. And I recommend the same, my computer is always up-to-date, this is one reason I never get attacked by any kind of virus.

Tags: , , , ,

Comments No Comments »

*Prior to anything, make sure your motherboard supports the option to boot from a USB Key, it this process will not work for you.*

Requirements:

*USB Flash Drive (Minimum 4GB)

*Windows 7 or Vista installation files. You can get the Windows 7 RC1 from Microsoft directly – http://technet.microsoft.com/en-us/evalcenter/dd353205.aspx

1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.

2. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.

*Type cmd in Start menu search box and hit Ctrl+ Shift+ Enter.

Or

*Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator.

3. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:

DISKPART *and press enter*

4. Now type LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive.

5. Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.

So below are the commands you need to type and execute one by one:

SELECT DISK 1

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS

(Format process may take few seconds)

ASSIGN

EXIT

Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.

6. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is “D” and USB drive letter is “H” (open my computer to know about it).

7. Maximize the minimized Command Prompt in the 4th step.Type  the following command now:

D:CD BOOT and hit enter.Where “D” is your DVD drive letter.

CD BOOT and hit enter to see the below message.

7. Type another command given below to update the USB drive with BOOTMGR compatible code.

BOOTSECT.EXE/NT60 H:

Tags: , , ,

Comments No Comments »

*I’ve updated this as it holds true for Vista, Windows 2008 and Windows 7*

As some may have noticed in both the Windows 7 beta and RC, there isn’t a way to access telnet and is believed to have been dropped. Well this isn’t completely true, it is there, just hidden. Telnet, while useful for troubleshooting and testing, is still a insecure application. Of course one of the focuses of Windows 7 is security, thus we have our issue. But fear not, it’s very easy (currently) to enable telnet. To enable it, all you need to do is the following;

1. Open the Windows 7 control panel.
2. Once there, go into programs
3. Then in programs and features, there will be an option to turn windows features on or off. It will be in the left side menu.
4. Click turn windows features on or off. Once you do this a menu will open. In this menu scroll down until you see Telnet client / Telnet Server. Check the boxes and click ok. Windows will save the changes and Telnet will be enabled.

Enjoy!

Tags: , , ,

Comments No Comments »