Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts

Thursday, 26 December 2013

Make Your Keyboard Type Any Message Continously

Hi Friend Today I will Share a Trick . You will Use that trick as a Fun with your Friend . The Trick is a notepad Trick called VBS trick . The Vbs Trick can make your Friends Keyboard Type Message Continously .


keyboard

Step Follow To use tricks :


Step 1 : Open the Notepad .

Step 2 : Copy and Paste Same code in the Notepad .

SetwshShell=wscript.CreateObject("WScript.shell")
do
wscript.sleep100
wshshell.sendkeys"This is a Virus.You have been infected."
loop

Step 3 : Save Files Tricks.vbs or *.vbs.


Send This File to your Friend by email attachment have fun .

Thanks

Sunday, 15 December 2013

How To Create Password Protected Folder Without Any Software

Hii Friend Today I want to Share a Trick to Creat a password protected file without any software . Because today time our important and private data cannot be safe anyone can looks our important data without permission of owner . Now we have trick to safe our private file or data by unauthorised access we have trick that know as Folder Lock . Folder can lock by giving password by following these steps :


Step 1. First Create New Folder  Give any name To That Folder  and Create a Text Document Folder inside the same folder .

Password


Step 2. Open Notepad and Copy Following Codes :

 
cls 
@ECHO OFF 
title Folder Private 
if EXIST "HTG Locker" goto UNLOCK 
if NOT EXIST Private goto MDLOCKER 
:CONFIRM 
echo Are you sure you 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 Private "HTG Locker" 
attrib +h +s "HTG Locker" 
echo Folder locked 
goto End 
:UNLOCK 
echo Enter password to unlock folder 
set/p "pass=>" 
if NOT %pass%== PASSWORD_GOES_HERE goto FAIL 
attrib -h -s "HTG Locker" 
ren "HTG Locker" Private 
echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDLOCKER 
md Private 
echo Private created successfully 
goto End 
:End
 
Step 3. Change PASSWORD_GOES_HERE to your password.
Step 4. Save this code as *.bat instead of *.txt . Like Locker.bat or Folderlock.batand click save .
Step 5. Double Click on the File .
Step 6. Click on “FolderLock.bat”, this will pop up a command prompt and prompt 
you if you want to lock the folder, type “Y” and press Enter button.This
 will hide your folder and lock it.
 
Type Y and Enter . 
  
If you want to folder again command promt window open and ask for password . Give 
your password . You will now able to open file . Give your Private file copy to private
file folder and Lock it again . You Also hide the Lock Folder from folder option.
 

Comment and Share .  

Thursday, 12 December 2013

Make your Computer Welcome you

Do you Watch Movies ? Have you always loved the way how Computer in Movies Welcome their Users by calling their name ? If you want your computer calling ur name that follow these step Computer Calling ur name after follow This :

To use this Trick , Follow the instruction given Below :-
Seven Steps to Make Ur Computer Welcome you -----------------------
1.CLick on START MENU

  •    All Programs
  •    Accessories
  •    Notepad
2.After Opening the Notepad Copy and Paste the exact Code Given BeLow :

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3.Replace Username With ur Username or Ur name or nick name .
4.Click on File Menu, Save As Select All type in Save as Type Option and Save the File as Welcome.vbs or "*.vbs".
5.Copy the Saved File .
6.Navigate to C:/Document and Setting/All Users/Start Menu/Programs/Startup(in Window Xp)
and
C:/Users/{User-Name}/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup
( in Window Vista , Window 7 or Window 8 ) If C:is your System Drive .AppData is a hidden folder .
So, you will need to select Showing hidden folders in Folders options to locate it .

7.Paste the Save file on Start up .





Now when you Start the Computer Your Computer and Window Will welcome you with it own
computerized Voice .

Note: for Best Result Recommended to Change Sound Scheme to No Sounds .
You Can Change By Following step :

1.Go To Control Panel
2.Click on Sound and Audio Device .
3.Click on the sound tab .
4.Select No Sound option from the sound scheme.
5.Click on Apply .

Ok



Try it yourself to See how it works .

Comment And Share . 

Wednesday, 4 December 2013

Blocked Sites

Are you frustrated because you are not able to visit your favorite websites in your school or college ? By Using Proxy Sites you are able to surf the whole virtual world called internet . Proxy Sites are site that are using to hide your original ip from the Software that will used to blocked site by proxy sites are you are able to surf annonymously without dont showing you are using blocked site .

Have you ever seen you are prevented access to the internet  in your Colleges , Office and other Place Below are the list of various sites from which you can surf the blocked websites .



  • http://kproxy.com (Best For Orkut !)
  • http://www.hidemyass.com/
  • http://atunnel.com
  • http://proxy.org/
  • http://fanipa.com/
  • http://stayhidden.co.uk/
  • http://www.antproxy.com/
  • http://onlineipchanger.com/
  • http://surfonschool.com/
  • http://ezproxee.info/
  • http://www.unblockingyoutube.net/
  • http://www.freesurfproxy.org/
  • How To Create A Invisible Folder

    Invisible Folder Hi Friends here is trick to make your folder invisible with no name that trick are awesome to invisible your personal folder in pc . By making Simple instruction you will able to make your folder invisible without name .

    Step : 1 Right Click and Select New Folder to create new folder in pc in which place you needed .

    Step : 2 Now Rename the Folder Using Press and Hold ALT and write 0160 after clicking rename that will make your File Name to No Name(without name).

    Step : 3 AFter second step your File have no name .

    Step : 4 Then Right Click on the Folder then go to the properties and customise click and change icon and click on the Blank icon  .

    Step : 5 After that your file have invisible without name . make it hidden by selecting hidden on properties .

    Step : 6 if you want back file than show hidden folder and select the invisible folder icon change again and rename the file .


    .
    .
    .
    .
    Enjoy the Trick.


    Thanks


    Comment and Share .