You must be well aware of Error Messages that come up whenever there is a problem with windows or any other component. Actually this service is by Microsoft that allows you to send a Error report of the problem so that they can fix it in the coming versions. However, sometimes this service can really irritate you.
Well, you don't need to get angry any more, you can disable it with few clicks. Just follow these steps.
1 Go to My computer Properties Advanced.
2 In this tab click on Error Reporting button down below.
3 Choose Disable Error reporting from there.
That̢۪s all. You are now free of those error messages
Disable Windows Error Reporting Messages
Showing posts with label Hard Disk Tweaks. Show all posts
Showing posts with label Hard Disk Tweaks. Show all posts
Wednesday, September 1, 2010
Friday, June 19, 2009
Somthing about hard drives & partition
Do you have data on a partition or hard drive that you don't want tampered with or easily accessible to other users? Well, you can hide any drive/partition in Windows XP, NT, and 2000. That means that they won't show up in Explorer or My Computer.
If you want access to that drive from your user account you should create a desktop shortcut before proceeding. Once hidden, you can still access by typing the drive letter and a colon in Start/Runfor example, "D:" will bring up a folder of the contents on your D drive.
The easiest way with Win XP is to use the TweakUI power toy from Microsoft. Go to Start/Run and type in "tweakui" (without the quotes).
Go to My Computer/Drives and uncheck the drive/partition(s) you want hidden. Click "Apply" or "OK" when finished.
If you have XP but not Tweak UI you can download it here
CODE
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
For Win NT, 2000, and XP you can use the following Registry edit:
*Be sure to back up the Registry before proceeding
Open the Registry Editor by going to Start/Run and typing in "regedit" (without the quotes). Find your way to...
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies
Click on "Explorer".
Double-click the "NoDrives" key in the right column. If you don't find a "NoDrives" registry key, just right-click in the right pane and choose "New/DWORD Value" then name the key "NoDrives".
You'll see a value like "0000 00 00 00 00". This is where the fun starts. The four sets of double zeros (after the "0000") are where you'll enter the values for the drive/partitions. Now, stay with me on this it's not as complicated as it sounds:
The first column is for drives A-H, the second for I-P, the third for Q-X, and the fourth for Y-Z.
The values for each drive are as follows:
1 - A I Q Y
2 - B J R Z
4 - C K S
8 - D L T
16 - E M U
32 - F N V
64 - G O W
80 - H P X
So, let's say you want to hide drive D. In the first column you would put "08". For drive K you would put "04" in the second column.
But what if you want to hide more than one drive in a column? Simply add the values together: D+E = 8+16 = 24. So in the first column you would put "24".
Still baffled? If you have XP then go get TweakUI and save yourself the math.
Whichever method you use, you can rest easy knowing that the files on that drive or partition are less accessible to other users.
Thursday, September 25, 2008
Hard disk capacity calculato
Curious why when you buy an iPod, computer hard drive, or memory stick there is less memory actually available then what was advertised?
For example, you buy a new laptop, advertised having 100GB of hard drive space, actually only seems to have 93GB available? It almost seems as if there is false advertising involved. I'm sorry to say, this isn't the case, rather just a tricky usage of terminology used by memory manufactures. Let me try to explain...
You see, digital data is of binary numbers. 1's and 0's, also called bits. A group of eight (8 bits) 1's or/and 0's describe what is known as a byte. There are hence, 256 different values for a byte. ie: 00000000, 00000001, 00000010, 00000011, ... 11111110, 11111111. Digital memory is measured in the number of bytes, although it can also be described in bits.
This is where it gets a bit more confusing....
Just as with our decimal number system, when a very large binary number needs to be described, such as 123,456,789 Bits, we can use Metric prefixes (Kilo, Mega, Giga) to simplify things for us.
For example, 123,456,789 Bits is also equal to ~ 123.46 Megabits or 123,456.89 Kilobits.
Mega = Million
Kilo=Thousand
Giga=Billion
This is how hard drive manufactures define memory sizes. Pretty easy, right? Well, sorta, this is where it gets a bit complicated.
Since the start of computers, it has been common practice to define computer memory in powers of two, since computer memory is binary. For computer programmers, this is, for one reason or another, more practical and accepted.
2^1=2
2^8=256
2^10=1024
1000 is not a power of 2. 1024 is however. Since 1000 and 1024 are close to the same in value, to use the metric prefix 'Kilo' to define 2^10 just became accepted. Overtime, memory sizes grew. Mega came to define 1024 Kilos, or 1024x1024. Giga came to describe 1024 x 1024 x 1024... or 1,073,741,824. A bit different than 1,000,000,000 that we are accustomed Mega meaning
Windows, MacOS, the iPod, as well as other devices and software, assume 1 kilobyte = 1024 byte. Hard drive manufactures, not liking this measurement system, have decided to define 1 kilobyte as 1000 bytes. 24 bytes smaller than what is actually considered a Kilobyte, making their storage devices and hard drives seem to have more memory on them then what is actually understood to be there. They are technically correct with their labelling, but it is using the abnormal definition of what a Kilobyte is considered.
How do you distinguish between the two? Some have tried to define a difference by capitalizing one and not the other, but that idea seems to have failed in implementation. Capitilization does seem to work though in regards to differentiating between bits and Bytes though. Some add an extra letter to help define it, such as GiB, but it seems to be uncommon.
Generally, hard drives and most memory devices use the 1000 definition, and everyone else uses 1024 to define a kilo. Until that changes, that is just a fact we will all have to deal with.
Below is a simple tool you can use to discover the actual size of a drive based apon what the drive manufacture labelled it as.
---------------------------------------------------------------
GB*
Labelled Drive Size
<==>
GB
Actual Drive Size
-------------------------------------------------------------------------
-------------------------------------------------------------------------
(* GB = 1,000,000,000)
For the sake of ceasing this continuing fight, maybe it be easier if Windows just started displaying memory as 1000 multiples, instead of 1024. Anyone who needs to know data in binary powers are surely smart enough to be able to do the math themselves. and not be being using Windows anyways. :)Njoyyyyyyyyyyyy
For example, you buy a new laptop, advertised having 100GB of hard drive space, actually only seems to have 93GB available? It almost seems as if there is false advertising involved. I'm sorry to say, this isn't the case, rather just a tricky usage of terminology used by memory manufactures. Let me try to explain...
You see, digital data is of binary numbers. 1's and 0's, also called bits. A group of eight (8 bits) 1's or/and 0's describe what is known as a byte. There are hence, 256 different values for a byte. ie: 00000000, 00000001, 00000010, 00000011, ... 11111110, 11111111. Digital memory is measured in the number of bytes, although it can also be described in bits.
This is where it gets a bit more confusing....
Just as with our decimal number system, when a very large binary number needs to be described, such as 123,456,789 Bits, we can use Metric prefixes (Kilo, Mega, Giga) to simplify things for us.
For example, 123,456,789 Bits is also equal to ~ 123.46 Megabits or 123,456.89 Kilobits.
Mega = Million
Kilo=Thousand
Giga=Billion
This is how hard drive manufactures define memory sizes. Pretty easy, right? Well, sorta, this is where it gets a bit complicated.
Since the start of computers, it has been common practice to define computer memory in powers of two, since computer memory is binary. For computer programmers, this is, for one reason or another, more practical and accepted.
2^1=2
2^8=256
2^10=1024
1000 is not a power of 2. 1024 is however. Since 1000 and 1024 are close to the same in value, to use the metric prefix 'Kilo' to define 2^10 just became accepted. Overtime, memory sizes grew. Mega came to define 1024 Kilos, or 1024x1024. Giga came to describe 1024 x 1024 x 1024... or 1,073,741,824. A bit different than 1,000,000,000 that we are accustomed Mega meaning
Windows, MacOS, the iPod, as well as other devices and software, assume 1 kilobyte = 1024 byte. Hard drive manufactures, not liking this measurement system, have decided to define 1 kilobyte as 1000 bytes. 24 bytes smaller than what is actually considered a Kilobyte, making their storage devices and hard drives seem to have more memory on them then what is actually understood to be there. They are technically correct with their labelling, but it is using the abnormal definition of what a Kilobyte is considered.
How do you distinguish between the two? Some have tried to define a difference by capitalizing one and not the other, but that idea seems to have failed in implementation. Capitilization does seem to work though in regards to differentiating between bits and Bytes though. Some add an extra letter to help define it, such as GiB, but it seems to be uncommon.
Generally, hard drives and most memory devices use the 1000 definition, and everyone else uses 1024 to define a kilo. Until that changes, that is just a fact we will all have to deal with.
Below is a simple tool you can use to discover the actual size of a drive based apon what the drive manufacture labelled it as.
---------------------------------------------------------------
GB*
Labelled Drive Size
<==>
GB
Actual Drive Size
-------------------------------------------------------------------------
-------------------------------------------------------------------------
(* GB = 1,000,000,000)
For the sake of ceasing this continuing fight, maybe it be easier if Windows just started displaying memory as 1000 multiples, instead of 1024. Anyone who needs to know data in binary powers are surely smart enough to be able to do the math themselves. and not be being using Windows anyways. :)Njoyyyyyyyyyyyy
Thursday, August 28, 2008
Increase Hard disk speed In Windows

If you like to increase/optimize your Hard Disk I/O - read/write speed without buying expensive software utilities to do that job or changing the HD, just follow next steps. With doing these steps you will increase Hard disk speed (depends of manufacture and specification, but its worth to try). The most speed improvement is visible with IDE drives; however there are reports that this tweak also does good for SCSI disks.
In any case, it won't harm your system, so try it yourself and let me know what you find!
Steps:
1. Run SYSEDIT.EXE from the start.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file until you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
5. Irq14=4096 (note: This line IS CASE SENSITIVE)
6. Click on the File menu, then choose Save.
7. Close SYSEDIT and reboot your computer.
8. Restart windows!
The speed improvement will be noticed just after the system reboots, any system info. software can be used to check the improvement.
Labels:
Hard Disk Tweaks,
Performance Tweaks,
Windows,
Windows Vista
Subscribe to:
Posts (Atom)