Showing posts with label Computer Tips and Tricks. Show all posts
Showing posts with label Computer Tips and Tricks. Show all posts

Thursday, September 22, 2011

Extend the Windows 7 Trial from 30 to 120 Days

Now to perform the hack to extend the windows 7 trial mode follow the steps below: 

  • You’ll have to find Command Prompt in the start menu (or search for it), and then right-click on it and choose Run as administrator. (very important)  
  • Now simply type in this command
          slmgr -rearm


  •   Within a few seconds you’ll see this dialog box show up, saying that the command has completed successfully, at which point you’ll have to reboot your system.
  •  Now after reboot, check your system properties again (you can check this by right clicking on My Computer and go to properties), you will be amazed to see this your activation period has again come back to 30 days.
ENJOY!!!




Sunday, April 10, 2011

How to create a file without a name

This trick will allow you to create files and folders without any name.
Just follow the steps as given below :-
1) Select any file or folder.
2) Right click on it, select 'Rename' or simply press 'F2'.
3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.
NOTE:Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys.

Wednesday, April 6, 2011

Delete AN "Undeletable" File

STEPS:

1) Open a Command Prompt window and leave it open.

2) Close all open programs.

3) Click Start, Run and enter TASKMGR.EXE

4) Go to the Processes tab and End Process on Explorer.exe.

5) Leave Task Manager open.

6) Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file)     is located in.

Change the Default Location for Installing Applications/Softwares


As the size of hard drives increase, more people are using partitions to separate and store groups of files.

Windows uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive or directory by using a Registry hack.

Go to:-

1) Start > Run

2) Type regedit

3) Go to this directory   
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

4) Look for the value named ProgramFilesDir by default, this value will be C:\Program Files. Edit the value to any valid drive or folder and windows will use that new location as the default installation directory for new programs.

Tuesday, April 5, 2011

How to block website without using any software?

Steps:

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com and that site will no longer be accessable.
5] Done!

-So-

127.0.0.1 localhost
127.0.0.2 www.blockedsite.com

-->www.blockedsite.com is now unaccessable<--

For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before.
Example:

IE: 127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com 

How to change text on XP start button

Step 1 - Modify Explorer.exe File

In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.