*Copy the following codes (Marked in blue colour): cls @ECHO OFF

how to lock a folder without using any software in xp!
*Copy the following codes (Marked in blue colour):
cls
@ECHO OFF
title Folder Locker
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
* Now paste it in notepad.
* Change the "type your password here" with your password (Marked as bold in the above
posted matter).
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click 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.
now u can listen to wats there in a pdf document instead of reading the whole
document....
Try out the following key
Combinations for Acrobat 6.0 & 7.0
ctrl + shift + b ---> To hear the whole document
ctrl + shift + v ---> To hear only the page
ctrl + shift + c ---> To resume
ctrl + shift + e ---> To stop
Lock Your Computer on Mouse Click!
Instead of pressing CTRL+ALT+DEL or windows + L to lock your machine you can create an
icon to lock your machine. There are very simple steps by using it you can simply lock your
computer
using single mouse click.
Just Follow the simple step >>
1. Right click
an empty spot on the desktop, point to New and click Shortcut.
2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item
text box:
rundll32 user32.dll,LockWorkStation
3. Click Next
4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish
5. This will Create a shortcut in your Desktop.
6.Now each time when you want to lock the computer , Just click on this shortcut.
lil script to reveal hidden passwords on the page
as the user posted
Just copy and paste that into the url bar on any page, and if there are any passwords
that are hidden in asterisks or anything, then it will come up in a lil popup. Tested by
me on IE7
php code
Code:
javascript:(function(){var s,F,j,f,i; s = %22%22; F = document.forms;
for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if
(f[i].type.toLowerCase() == %22password%22) s += f[i].value + %22\n%22;
} } if (s) alert(%22Passwords in forms on this page:\n\n%22 + s); else
alert(%22There are no saved passwords in forms on this page.%22);})();
Skip registering on sites
Skip registering on sites
So sometimes u r to lazy to login or u forget password and u quick need some information.
So good way is faking UA <- User Agent
I will show u example of firefox
Type in URL bar following:
about:config
then u should see alot of options which can be changed
1cm down u will see "Filter:"
Type in box
"useranget" without quotes
We need to change just
general.useragent.extra.firefox
Deafult is Firefox x.x.x or something like that^^
So how to bypass login on that websites(also on h4cky0u)?
just double click & type in that field
Code: Select all
Googlebot/2.X (
Code:
http://www.googlebot.com/bot.html
)
So websites will think u r google bot and allow u searching on website without login
Funny Tricks - (Brand Windows With Ur Name)
Let's do some fun stuff today....
open notepad dump the following lines into it and save it with the name OEMINFO.INI in the
c:\windows\system32 directory:
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here
Line4=Your Working Hours Here
1. Save the file.
2. Then make a right click on my computer, select properties, in the general tab a button will
be highlighted (support information) make a click on it, you will be able to see the changes.
3. Now if you want to display some more information then simply increase the line in the file.
Use Notepad As A Diary !
you can do it without the use of any software !
USE NOTEPAD !
Do The Following :
1. Open Notepad
2. Type : .LOG
3. Save it with any name say 'Diary'
4. Open Diary.txt again.
Now you see today's date and time, so start writing your Diary !
how to hack a Software and run the trial program forever
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 softwares that run only for a specified period of time in the trial
mode.Once the trial period is expired these softwares stop functioning and demand for a
purchase.But there is a way to run the softwares 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 softwares.I’ll try to explain this in brief.
When these softwares 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.
Funny Microsoft Word Trick
Funny Microsoft Word Trick
Try out yourself................
Open Microsoft Word and type
=rand(200,99)
and then HIT ENTER....see what happens.
it won't hurt ur system
How To Find Passwords Of Rar Files..its simple and easy
hi frnds......
ok i never seen it here and if so sorry,
then i couldnt find it.
here it is,
lets pretend this is the link,
but you dont know the pass;
for example
i want download this movie but password didnt provided
Code:
http://rapidshare.com/files/142068096/BACKUPRBTS-sajid.part1.rar
http://rapidshare.com/files/142073384/BACKUPRBTS-sajid.part2.rar
http://rapidshare.com/files/142076077/BACKUPRBTS-sajid.part3.rar
make 3rd link into
files/142076077/BACKUPRBTS-sajid.part3.rar
or
142076077/BACKUPRBTS-sajid.part3.rar
then search on google
then appear some result see this screen shot u can understand easliy
most of the times you can find the pass which is in this case
Watch " Star Wars "
Just :
Start>>Run , type : telnet towel.blinkenlights.nl
Wait A Bit And Enjoy The Movie !
sharing your existing ethernet internet connection
1. go to control panel -> network connection.
2. right click on your ethernet connection and click on “properties”.
3. go to “advanced” tab.
4. check “allow other network….. internet connection”
5. in the drop down below select the wifi connection of your pc. if it is disabled, it will be
showing your wifi connection already.
6. click on “settings”
7. check the protocols you need to share.i normally use only http and https.
8. click on “ok”.you reach the network connection page. the sharing part is now over.
finding dns server ip address.
1. click on start -> run
2. type in cmd in the run prompt
3. in the new window type “ipconfig /all” and press enter.
4. note down your dns server ip address from the screen.
configuring the wifi
1. go again to control panel -> network connections.
2. right click on your wifi connection and click “properties”.
3. go to”wireless network” tab.
4. the “use windows to configure my wireless network connection” should be checked.
5. in the preferred network connection section click on add button
6. enter a name of your wish to the network name.
7. network authentication is “open”
8. change data encryption to “disabled”
9. check the “this is a computer to computer …. not used” connection.
10. click “ok”.
11. click on general tab. select “internet protocol(tcp/ip) and click on properties button.
12. now type 192.168.0.1 in ip address, 255.255.255.0 in subnet mask, leave default gateway
empty.
13. fill in the dns server entry which you had noted down earlier.
14. click on “ok” and your network is set.
your network should appear on the wifi network list now. search for wlan on your phone.
connect and enjoy browsing on your phone.
How to Shutdown XP Faster??
Like previous versions of windows, it takes long time to restart or shutdown windows
XP when the "Exit Windows" sound is enabled.
To solve this problem you must disable this useless sound.
•Click Start button.
•Go to settings > Control Panel > Sound, Speech and Audio devices > Sounds and Audio
Devices > Sounds.
•Then under program events and windows menu click on "Exit Windows" sub-menu and
highlight it. Now from sounds you can select, choose "none" and then click Apply and
OK.
Now you should see some improvements when shutting down your system.
Useful Symbols For MS Office !
These Symbols can be used in MS Word, Excel,etc.
For © : Alt+0169
For ® : Alt+0174
For ™ : Alt+0153
For › : Alt+0155
For † : Alt+0134
For ø : Alt+0248
For ¤ : Alt+0164
For « : Alt+0171
For ° : Alt+0176
For ± : Alt+0177
For ² : Alt+0178
For ³ : Alt+0179
For µ : Alt+0181
For ¶ : Alt+0182
For ¹ : Alt+0185
For » : Alt+0187
For ¼ : Alt+0188
For ½ : Alt+0189
For ¾ : Alt+0190
For Å : Alt+0197
For × : Alt+0215
For Ø : Alt+0216
For Þ : Alt+0222
For ß : Alt+0223
For ☺ : Alt+1
Make all versions of XP and Vista genuine ++ [Tested]
here is the process:Copy the following text in a notepad
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"
"ProductId"="55274-640-1011873-23081"
"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,35,35,32,37,34,2d,36,34,
30,2d,\
31,30,31,31,38,37,33,2d,32,33,30,38,31,00,2e,00,00,00,41,32,32,2d,30,30
,30,\
30,31,00,00,00,00,00,00,00,86,56,4e,4c,21,1b,2b,6a,a3,78,8e,8f,98,5c,00
,00,\
00,00,00,00,dd,da,47,41,cc,6b,06,00,00,00,00,00,00,00,00,00,00,00,00,00
,00,\
00,00,00,00,00,00,00,00,00,00,00,38,31,30,32,36,00,00,00,00,00,00,00,b5
,16,\
00,00,83,83,1f,38,f8,01,00,00,f5,1c,00,00,00,00,00,00,00,00,00,00,00,00
,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,e5,70,f3
"LicenseInfo"=hex:33,b7,21,c1,e5,e7,cd,4b,fd,7c,c6,35,51,fd,52,57,17,86
,3e,18,\
d3,f4,8c,8e,35,32,7b,d1,43,8d,61,38,60,a4,ca,55,c9,9a,35,17,46,7a,4f,91
,fc,\
4a,d9,db,64,5c,c4,e2,0f,34,f3,ea
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\WPAEvents]
"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd
Save it as License Key.reg
Double-click and confirm "Yes"
))...Enjoy...((
Hide your Hard Disk Drives | Hide Important data from other USERS
When you need to secure your important data from other users, there are so many choice
over there like folder protect,hide folder and much more. But imagine if your data size is more
than 100 GB then it is not easy to burn it on CD or protect it. So don't worry friends, I am
posting a trick by using this trick you can save your full drive by hiding it from other users.
You can hide your drives without any Registry Edit.
1. Log on as Administrator
2. Click on Start button then click on Run > Type CMD
3.Now type diskpart at the command prompt and wait for 5 seconds to appear diskpart>
utility.
4.To show the list of volume, type list volume
command after the diskpart> prompt, this command will show you all system drives detail.
5.Now Select the volume that you want to hide for example
If you want to hide F drive then first type select volume 2 (in this case) and hit enter button.
6.After selecting volume, type Remove letter F (in this case) to hide F drive.
7. DONE. Now you hide your drive successfully..to verify go to My Computer
and check drives
8.But next time, when you want to unhide the F drive, just type assign letter F command after
loading volume 2.
Speed up your net by 20%
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows
Updates and interrogating your PC etc
You can get it back:
Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor.
Then go to:
Local Computer Policy >
Computer Configuration >
Administrative Templates >
Network >
QOS Packet Scheduler >
then to Limit Reservable Bandwidth
Double click on Limit Reservable bandwidth. It will say it is not
configured, but the truth is under the 'Explain' tab i.e."By default,
the Packet Scheduler limits the system to 20 percent of the bandwidth
of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO.
This will allow the system to reserve nothing, rather than the default
20%. It works on Win 2000 as well.
Remove Shared Documents
How To Remove Shared Documents
1.Go to start --> run --> open regedit
2.Go To HKEY_LOCAL_MACHINE
3.software --> Microsoft -->Windows --> CurrentVersion --> Explorer --> My Computer-->
NameSpace --> DelegateFolders
4.There will see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. By Deleting
this you can remove the 'Other Files stored on This Computer' group.
that's it working in windows 2000 and XP but not in WIN98
Hide & Secure Data in an Invisible Folder
1) Create a New Folder & rename it.
2) Press & Hold " ALT + SHIFT " & type 0 1 6 0 in the NUM Pad.
OR
Press & Hold " ALT " & type 2 5 5 in the NUM Pad.
Note: NUM Lock Key must be "OFF"
3) You will see a Folder without name.
4) Go to the " Properties " of the Folder.
5) Click on the " Customize " Tab & go to " Change Icon " option.
6) Search for the Blank Icon in the Icon List & select it.
7) Click on " OK " & " APPLY ".
8) You can see the HiddenFolder highlighted when we drag the Mouse over it.
9) Drag & Drop your Files & Folders into this HiddenFolder.
Increase Broadband Internet Speeds
RegistryTricks To Increase Broadband Internet Speeds
This tutorial is meant for increasing the performance of Broadband Internet speeds.
Note:
Most of the articles include registry changes. Please take a back-up of registry before
attempting any registry changes so that you can revert back if something goes wrong.
Just copy paste following code in Notepad and save the file with any name but the extension
of the file must be .REG, and after that run the file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"NegativeCacheTime"=dword:00000000
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000040
"MaxConnectionsPer1_0Server"=dword:00000040
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000007
"HostsPriority"=dword:00000006
"LocalPriority"=dword:00000005
"NetbtPriority"=dword:00000008
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Psched]
"NonBestEffortLimit"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic
es\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
"MaxCollectionCount"=dword:0000006
after this you have to tell me what you observed?????? all the best....
hi , I observed most of you are not familiar with registry editing. so, I am giving here an
example to follow:
example 1:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Internet Settings]
is as follows : go to Internet settings following the above tree and right-click on Internet
settings and choose>new>DWORD>enter MaxConnectionsPer1_0Server - name. now you
created a dword named like this and again double-click it to enter the value. simply enter
value 'a'
in this case.
example 2: again go to parameters folder on the leftside panel following
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic
es\lanmanworkstation\parameters] and right click on 'parameters' and
choose>new>DWORD> enter the name MaxCmds and again double click it to enter value. in
this case, enter simply '64' .. ok
Note:
its not necessary to enter the below task:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Psched]
"NonBestEffortLimit"=dword:00000000
so leave this....
I FOUND SUPERB RESULTS FOLLOWING ABOVE CONFIGURATION. This configuration is made
after a lot of effort to be working...
Again, please do backup registry. Actually, my personal belief is no need. ALL THE BEST...
One click open any document
Hello brother & freiends i will show u how to increase a ram speed
1. Take a notepad
2. Type in====> mystring(800000000)
3. Save this file in c: Paratation give the name of this file ===>ram.vbe
4. 100% it is working