Tag: ntfs
February 05, 2009 by
Jason
Although a PC used for writing doesn’t need to be a high-performance computer, its performance can be improved by a good partitioning scheme. The biggest boost comes from my Paging partition on drive H, which is found on my second physical disk. I use this partition to boost performance in the following ways:
Move the paging file there. A well-known method for improving performance on a Windows-based computer is to move the paging file (pagefile.sys) from its usual location on drive C to its own separate partition on a separate physical drive.
Keep the Paging partition small (4 GB). By default the initial size of your paging file is 1.5 Ă— RAM and its maximum size is 3 Ă— RAM. So if your computer has 1 GB of RAM, which is pretty good for a desktop productivity computer, then setting your Paging partition to 4 GB gives you more than enough room for your paging file without wasting disk space that could be used for other purposes like storing data. Read More»
Posted in Computer | No Comments »
September 29, 2008 by
Jason
Get your hands on a USB drive that’s at least 3GB in size. You’ll also need a Windows Vista installation disk.
Format the USB Drive
1. Insert the USB drive into your computer.
2. Right-click Computer in the Start menu and then select Manage.
3. Select Disk Management under Storage in the left column of the Computer Management window.
4. Right-click the USB drive in the bottom center section of the Computer Management window and select Format. Warning: Make sure you select the right disk to format. Formatting a disk will erase all data on it.
5. Change the file system to NTFS and then click OK to format the USB drive.
6. Wait for the USB drive to be formatted. The formatting progress will be shown in the Computer Management window. Read More»
Posted in Windows Vista | 3 Comments »
By default, simple file sharing is enabled on a Microsoft Windows XP-based computer if the computer is not a member of a domain. With simple file sharing, you can share folders with everyone on your workgroup or network and make folders in your user profile private. However, if simple file sharing is enabled, you cannot prevent specific users and groups from accessing your shared folders. If you turn off simple file sharing, you can permit specific users and groups to access a shared folder. Those users must be logged on with the credentials of user accounts that you have granted access to your shared folder.
If simple file sharing is enabled, you see the simple file sharing user interface appears instead of the Security and Sharing tabs. By default, this new user interface is implemented in Windows XP Home Edition and in Microsoft Windows XP Professional if you are working in a workgroup. If you turn off simple file sharing, the classic Security and Sharing tabs appear, and you can specify which users and groups have access to shared folders on your computer. Read More»
Posted in Windows XP | 4 Comments »
There are two ways to run several operating systems on your computer. You can run them with virtualization inside one another, or you can install them alongside each other and boot each individually, this is the easiest method for most users.
You don’t even have to create a dual boot system with Linux, in this case, Ubuntu. It can be installed by itself without Vista or any other operating installed first. Most users purchasing a new computer will find Vista installed so this is the route I will take for this tutorial.
Let’s take a look at installing Ubuntu alongside Vista on a computer, assuming Vista is installed first as this will cover most instances. Read More»
Posted in Linux, Windows Vista | 7 Comments »
Here are two easy registry hacks for minor performance gains. First, turn off the low disk space checks:
1. Using the left side of the Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
2. Right-click in the right pane and select New Key.
3. Name the new key Explorer.
4. In the Explorer key, right-click in the right pane and click New DWORD (32-bit) Vaue.
5. Name the DWORD NoLowDiskSpaceChecks. Read More»
Posted in Windows Vista | No Comments »
XP automatically updates the date and time stamp with information about the last time you accessed a file. Not only does it mark the file, but it also updates the directory the file is located in as well as any directories above it. If you have a large hard drive with many subdirectories on it, this updating can slow down your system.
To disable the updating, start the Registry Editor by selecting Run from the Start menu, typing regedit in the Open text box, and clicking OK. When the Registry Editor window opens, navigate through the left pane until you get to Read More»
Posted in Windows XP | 2 Comments »
February 01, 2007 by
Jason
Open My Computer
Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer).
If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
Double-click the Documents and Settings folder.
Double-click your user folder.
Right-click any folder in your user profile, and then click Properties.
On the Sharing tab, select the Make this folder private so that only I have access to it check box.
Read More»
Posted in Computer | No Comments »