remove it as soon as you save it.
(iv). If your antivirus tries to remove this file, it means that your antivirus is working
properly and if it doesn’t try to remove this file then you should use some other
reliable antivirus software.
this trick.
Demo:-
Most of you get confused so I've made a demo You can check out my (Demo) , Now Open some new tabs ,after some time you will see the Google page switched to our fake Facebook login page , enter some trial worlds i strongly object you not to enter your original details , you can see the words that you entered from (Here)
TURN ON UR PC IN JUST 10 SECONDS........
so u wanna know how to turn the pc on in 10 seconds (may vary)
here's what u have to do to turn ur pc on in 10 seconds
Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key
HKEY_LOACAL_MECHINE\SYSTEM\Cur rentControlSet\Contr ol\ContentIndex
now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result
------------------------------------------------------
Go ahead, do this little trick to impress and amaze your friends
For Microsoft Windows XP.
Go to:
Start.
Control Panel.
Regional and Language Options.
Click the Customize button.
Select Time tag.
Highlight AM and type the name you want to display . Repeat with PM.
cliKl apply and than ok
----------------------------------------------------
Bill Gates still doesn't know why it happens:
Try out yourself...
Open Microsoft Word and type
=rand(200,99)
and then HIT ENTER....see what happens.
it won't hurt ur system!!
--------------------------------------------------------
You can lock any folder without using any software.
Follow these steps.
1.Suppose you have a folder named abcd in D:\abcd.
2.In the same drive next to the folder create a new notepad
file with the exact statement
ren abcd abcd.{21EC2020-3AEA-1069-A2DD-08002B30309D}
3.Now save this text file as loc.bat
4.Create another notepad file and type
ren abcd.{21EC2020-3AEA-1069-A2DD-08002B30309D} abcd
5.Save this as key.bat
6.Now there are two batch files . Double click loc.bat and your
folder will change into Control Panel and its contents cannot be viewed .
7.To open the folder double click key.bat and you get back your original folder .
8?For more safety keep the key.bat in another location .
Only for unlocking copy paste to the original location and double click .
------------------------------------------------------------
Hidden Star Wars Movie in Windows XP
Microsoft has hidden a version of Star Wars done entirely with
ASCII characters in the Windows XP operating system.But you
must be connected to internet to view it.When online,go to
start->run.Now type ' telnet towel.blinkenlights.nl ' without
the single quotes.See it for yourself.
------------------------------------------------------------
TO CHANGE THE NAME OF RECYCLEBIN....
open notepad and paste this following matter there and now
save this as recyclebin.reg and now click on the created file
and then click yes........now rename the recyclebin as u wish....
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{645FF 040-5081-B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00, 20
"CallForAttributes"=dword:0000 0000
--------------------------------------------------------
Removing Multiple Boot Screens:
If you are getting unwanted multiple boot screen
Then Follow these Steps.
1> Right Click on My Computer
2>Select Properties
3>Select Advanced Tab
4>Select Settings In the Startup & Recovery Section(3rd grp)
5>Select the operating system which u want.
6>And Click OK.
7>Further again press the setting and click on Edit.
8>It will open boot.ini File.
9>Now u can delete those o/s which you don't want to be displayed.
Note: For deleting operating systems from boot.ini file, keep
it mind that you can't
delete that o/s which is selected by default there. Before
making any changes make a copy of boot.ini file.
------------------------------------------------------------
To Increase the Internet Speed:
Open Notepad and paste the below code in it.
[HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Servic es\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0005 ae4c
"Tcp1323Opts"=dword:000000 03
"DefaultTTL"=dword:0000004 0
"EnablePMTUBHDetect"=dword:000 00000
"EnablePMTUDiscovery"=dword:00 000001
"GlobalMaxTcpWindowSize"=dword :0005ae4c
Now save this file as speed.reg. Execute it and observe the speed...and enjoy
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End


"© Copyright 2014" Eleven 40 Blogger · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·
Template Developed By Blogging Recipes.