skip to main | skip to sidebar

Check It-

Photoshop Design Designers

Wednesday, April 4, 2012

How to make Mozilla Firefox 30 times faster

0 comments
 1. Type "about:config" into the address bar and hit return. Scroll
down and look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time.
When you enable pipelining it will make several at once, which really
speeds up page loading.
 
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This
means it will make 30 requests at once.
 
3. Lastly right-click anywhere and select New-> Integer.
Name it "nglayout.initialpaint.delay" and set its value to "0".
This value is the amount of time the browser waits before it acts on information it receives.
 
If you're using a broadband connection you'll load pages 2-30 times faster now.

How To Rename Your Recycle Bin

0 comments


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" (doubleclick
and change value data to 0). You must change both of these values to get the
rename to appear.

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.

Sunday, April 1, 2012

How to use a trial program forever without activation

0 comments
In this post I’ll show you how to “hack” a Software and run the trial program forever.
Most of us are familiar with many software's that run only for a specified period of
time in the trial mode. Once the trial period is expired these software's stop
functioning and demand for a purchase. But there is a way to run the software's and
make them function beyond the trial period. Isn’t this interesting?
Before I tell you how to “hack” the software and make it run in the trial mode
forever, we have to understand the functioning of these software's. I’ll try to explain
this in brief.
When these software's are installed for the first time, they make an entry into the
Windows Registry with the details such as Installed Date and Time, installed path
etc. After installation every time you run the software, it compares the current
system date and time with the installed date and time. So, with this it can make out
whether the trial period is expired or not.
So with this being the case, just manually changing the system date to an earlier date
will not solve the problem. For this purpose there is a small Tool known as RunAsDate.
RunAsDate is a small utility that allows you to run a program in the date and time
that you specify. This utility doesn’t change the current system date, but it only
injects the date/time that you specify into the desired application.
RunAsDate intercepts the kernel API calls that returns the current date and time
(GetSystemTime, GetLocalTime, GetSystemTimeAsFileTime), and replaces the
current date/time with the date/time that you specify.
It works with Windows 2000, XP, 2003 and Vista.
NOTE: FOLLOW THESE TIPS CAREFULLY
You have to follow these tips carefully to successfully “hack” a software and make it
run in it’s trial mode forever.
1. Note down the date and time, when you install the software for the first time.
2. Once the trial period expires, you must always run the software using RunAsDate.
3. After the trial period is expired, do not run the software(program) directly. If you
run the software directly even once, this “hack” may no longer work.
4. It is better and safe to inject the date of the last day in the trial period.
For example, if the trial period expires on Jan 30 2009, always inject the date as Jan
29 2009 in the RunAsDate.
RunAsDate can be downloaded from HERE
I hope this will help!

Folder Lock Without Any Software

0 comments


Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock
the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for
password.
Enter the password and enjoy access to the folder.


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


How to change your folders background

0 comments
Step 1: Have the Folder you want to put the background on open!
 
Step 2: Open up Notepad, then simply paste in this code:
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=***Picture Location Here!***\***Name of File!***
 
Step 3: Go to your picture (the picture you want to use!) and right click and select
properties and find the file location for example lets say my file is in "my hard-drive" it
would be located at "C:\\" understand? copy the location!
 
Step 4: Now go back to your text document (notepad) and where it says ***Picture
Location Here!*** paste the location...u copied in the previous step!
 
Step 5: Now after you've done that where it says ***Name of File!*** type the name
of the file including the .jpg .bmp .bip. jpeg etc
 
Step 6: Save the text document as "desktop.ini" be sure to remember the .ini
extension! click Save as "All Files" not "Text Document" and save the document in the
folder where u want the background to be!
 
Now just close the folder and open it again it should show the picture as a
background!