Thursday 15 December 2016

Find all files of a folder


In this simple tutorial, I´ll show you how to print out a list of files in a folder. There is plenty of shareware programs which can do this, but I think that the simplest way to do this is with using Command Promt ( cmd).
1. Go to Start, then click Run. In Run option type cmd and click OK.
2. After this will open cmd.exe ,find folder which you want to print out with cmd, If you do not know how to move through the directories using cmd, 
3. When you find specified folder, with this command dir > list.txt, you´ll create text document with list of files.
Example:
I want to print list of all files in folder with path E:\movies
In cmd I´ll write E: and press enter , then write cd and with TAB find folder movies and press enter . Then write dir > list.txt In folder with path E:\movies I will find text document list. txt . Open that text document and print out. It looks like this

After this list.txt created in E:movies

List.txt looks like this


How to shutdown A PC forever


If you have some personal files in your school’s computer then cant be deleted, or just want to mess with your friends, this article will show you how to shutdown someone’s pc forever by deleting the files needed to reboot and restart.
1)Open notepad and type this code:
2)Save it as name.bat , for example: hackspc.bat , the .bat is important to put or the program will not work. And on the computer you want to shutdown, open it. Or if you want to e-mail it to someone you can change the name something like Gift.bat , happybday.bat.

Wednesday 7 December 2016

How to login Facebook from two different account at same time from Chrome Or FireFox

Now, Today I'm going to teach you how you can login to Facebook from two different account at same time from Chrome Or FireFox.

For Chrome 



As I suppose you're login in Facebook from chrome.
Go to Incognito mode from chrome (ctrl+shift+N)
and Sign in to Facebook.

For FireFox


As I suppose you're login in Facebook from firefox.
Go to private browsing from FireFox (ctrl+shift+P)
and Sign in to Facebook.


That's all. Now you're sign in two of your account at same time with an ease

Thursday 7 February 2013

Introduction Of Batch File Programming



Batch file programming is the native programming offered by the Microsoft Windows Operating
System. Batch file is created using any text editors like notepad or WordPad. Batch files are often used for comprising a sequence of code, do some tasks, can delete a sequence of a file within a second. Batch file is really helpful for maintaining system logs
Whenever a Batch program is executed, it was interpreted line-by-line by the CLI (Command
Line Interpreter) command.com or the cmd.exe. The commands used while creating a batch file are case insensitive,(insensitive cases are those that  accept both small and upper case letters)

Modes:

There are two different modes that are supported by DOS (Disk Operating System), they were,
1. Interactive Mode.
2. Batch Mode (Silent Mode).

Interactive mode:

In interactive mode, when a command is executed, it interacts with the user for input and
depending upon the input supplied by the user Let’s take the ‘del’ command. The ‘del’ command is used for deleting files that reside inside a directory. Now I am going to delete all the files inside a folder named ‘a’, and when I executed the following command, it is interacting with me prompting “Are you sure (Y/N)?”, confirming the deletion operation, and depending upon my input, it decides what to do. If I hit ‘Y’ then it will delete the files specified, else if I hit ‘N’ then it won’t delete.
C:\>del a
C:\a\*, Are you sure (Y/N)? y
(I think we should not go for more details of Interactive Mode.)

Batch Mode:

Batch mode can also be referred as ‘Silent mode’ or ‘Quiet Mode’, and this is more opposite to
the interactive mode. The command that operates at batch mode will never interact with the user at any
instance, instead it will take care of every operation by itself.
For example, I am going to explain this by using the same ‘del’ command. There is a switch available for
the ‘del’ command, which makes the command to operate at silent mode, and that switch is ‘/Q’
C:\>del /Q a
C:\>
In this case, the command is not at all interacting with me, whether to delete those file or not.
In the above example, I have tried to delete the same files in the same folder by using the same command
but with a different switch. Anyhow both the commands will perform the same operation but the mode it
operates differs.

In next tutorial we will learn How to create a Batch file program.

Stay with us.

Who are hackers?



Hackers are those who want to be explore the Computer System, They find the ways to work more effectively  Computer Work, They are usually the master minds, or do things they weren’t intended to do. There are two types of hackers(basically there is also one another type: they are known as Gray Hat Hackers but this type is not ponder over so much nowdays):

Monday 19 November 2012

Know if your neighbours are stealing your Wifi connection

Command prompt codes

Command Prompt can let you know if someone is connected to your Local Area Connection and using it. Just follow the steps:-
1) Open your browser and visit http://192.168.1.1 or http://192.168.0.1 depending on your router.
2) Find the tab that mentions “Attached Devices” or something similar.
3) Find the computer name, IP address and MAC Address (sometimes called Physical Address or Hardware Address) of your computer using the previous trick.
4 )Compare it with those displayed by your router in Step 2. If you notice some strange devices, then your neighbour has been sneaking in on your internet connection and it is best to set a password.

Where The Saved Passwords Stores in Wind?? - Must for hackers and Beginers

HOW TO ACCESS REGISTRY ??

1. Goto Start Menu.

2. Click on Run.

3. Type "regedit" (without quotes) in the Run Box .After that this Windows Opens . Now you are ready to see that.

List Of All Official Google Android Apps You Must Have – 40 Free Apps

List Of All Official Google Android Apps You Must Have – 40 Free Apps






Do you have all Google official android apps ? We have around 40+ Google official android apps in the market, which we all are not familiar with. Some of  these apps are very useful in our day to day activities. Like YouTube, Gmail, Orkut and Etc. These apps were released officially by Google to give a better and a quality download to the android users. We have collected a list of all available Google official android apps in this post. Please let us know, if we have missed any of the important of available Google official android apps. So here goes the list of all 40+ Google official android apps .

How To Steal Files From Other Computer

In today’s article I am going to teach you something illegal but only for educational propose. This only demonstrates how you can copy files from your friend’s PC as soon as you plug in your flash drive or any removable storage media.

so r u ready friends 

What is the Registry?

The Registry is a database used to store settings and options for the 32 bit versions of Microsoft Windows including Windows 95, 98, ME and NT/2000. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to a Control Panel settings, or File Associations, System Policies, or installed software, the changes are reflected and stored in the Registry.

The physical files that make up the registry are stored differently depending on your version of Windows; under Windows 95 & 98 it is contained in two hidden files in your Windows directory, called USER.DAT and SYSTEM.DAT, for Windows Me there is an additional CLASSES.DAT file, while under Windows NT/2000 the files are contained seperately in the %SystemRoot%\System32\Config directory. You can not edit these files directly, you must use a tool commonly known as a "Registry Editor" to make any changes (using registry editors will be discussed later in the article).

SPEEDING XP BY 60 TIMES

Speed up Booting Xp by 61 Times

run -> msconfig - Hit Enter

Whenever you start your computer, you are faced with a few moments of thumb twiddling while Windows XP boots and prompts you to log on. Although you should expect to wait for a few moments, sometimes Windows XP seems to boot rather slowly. In fact, you may notice that over a period of time the PC that used to roar to life seems a bit sluggish instead. Fortunately, you can perform several techniques that help Windows XP get the bootup speed you want. This Article explores how to put these techniques to work.




Sunday 18 November 2012

Hide Hard drive's partition by using command Prompt - without any software

Hide Hard drive's partition by using command Prompt - without any software Method # 2

Do you have some confidential data and dont wanna share that data with your friends and other persons. so now you can hide any of partition of your hard drive, just store all your confidential and private data in that hard disk partition and hide that partition. Here is a very cool and simple trick , for this you need not to install any software. this can be done just by using command prompt.

Hide all drives from My Computer

How to Hide the drives(c:,d:,e:,...etc) in Ur Computer

This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

   1.  Go to Start -> Run.
   2. Type regedit
   3. Now go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
   4. Now in the right pane, create a new DWORD item and name it NoDrives (it is case sensitive).
   5. Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
   6. Now restart your computer.
   7. So, now when you click on My Computer, no drives will be shown(all gone...).

How To Hide Data In Image

How To Hide Data In Image

Both of them can open as Image. But, Modified image had data in that. This's the secret way to hide your data. So, all antivirus or antispyware can not detect virus !

Here is HOW ...

Step1: Copy your data and image file to the same Folder.

Step2: Start > Run > CMD > CD to the folder that contain data, image files

Type this command:

copy /b image_file.jpg +data_file.rar image_file.jpg

Completed ! But, whenever you want to open your data file, rename your image file to data file name.

SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)

SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)


2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).


Now your acrobat reader will load very fast and almost as good as notepad..

Automatically close the non-responding program Win-Xp




With a small registry tweak, Windows XP can be set to automatically close any program that 'stops responding' (crashes) , eliminating the need for you to use the task manager to close down the offending software manually.
Steps:
1) Open REGEDIT (i think its no need to explain how to open REGEDIT)
2) Navigate to HKEY_CURRENT_USER\ControlPanel\ Desktop
3) Modify the REG_SZ entry under the AutoEndTasks with a value of "1"
Note:Without having much knowledge in Registry Editor Dont try
4)Restart the windows .. Thats It The Non-Responding Programs Close Automatically from Now

Display legal notice on startup


Wanna tell your friends about the do's and dont's in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up.

REGEDIT

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]

"legalnoticecaption"="enter your notice caption"

"legalnoticetext"="enter your legal notice text"

Windows 7's Secret | 'GodMode'


Although its name suggests perhaps even grander capabilities, Windows enthusiasts are excited over the discovery of a hidden "GodMode" feature that lets users access all of the operating system's control panels from within a single folder.

By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard-drive partition.

The trick is also said to work in Windows Vista, although some are warning that although it works fine in 32-bit versions of Vista, it can cause 64-bit versions of that operating system to crash.

To enter "GodMode," one need only create a new folder and then rename the folder to the following:

GodMode.

{ED7BA470-8E54-465E-825C-99712043E01C}


Once that is done, the folder's icon will change to resemble a control panel and will contain dozens of control options. I'm not sure it's my idea of playing God, but it is a handy way to get to all kinds of controls.

Enjoy....  Make a comment and follow My blog if  You like my Blog

Hidden Bluetooth service in XP and Vista

Hidden Bluetooth service in Windows XP and Vista..

Now you don't need to install any software for your Bluetooth device.
You don't know but you already had it in your window xp and vista.

It can be used as:-
1. Open the run command
2. Now type 'fsquirt' without quotes ''
3. Now just select whether you want to send or receive any file very easy ......

Enjoy Friends.. Make a comment and Follow my Blog If You Like my Post

How To Find Almost Everything Using Google

In this Technique I will Show you How To Find files Using Various Hosts such as rapidshare, megaupload, hotfile etc.... You can choose your favourite host that you want...

So Let's Say You want to Download a Game say "Need for speed" (or anyother thing of your choice)...

Convert A PowerPoint 2010 Presentation Into A Video With One Click Unknown Trick

Convert A PowerPoint 2010 Presentation Into A Video With One Click Unknown Trick

Creating a video from a slideshow isn’t something new. It has been a pretty common activity thanks to the clutch of PPT to video converters. But thanks to the latest edition of Microsoft Office, you can do away with third party tools…at least for a basic video conversion job.

Microsoft Office 2010 has come in with a slew of user-friendly new features. One of the new features in PowerPoint 2010 helps you convert Powerpoint presentations to video with just a click.

Here are the steps that start with a normal presentation file.

    After creating a presentation, select the File tab from the ribbon.







How to Block a Website Unknown Trick

How to Block a Website ?

Some times it becomes necessary to block a website on our Computers for one or other reason. You can easily and effectivily block access to a website by adding it to your Windows HOSTS file. Once the website is blocked in the HOSTS file, it will not appear in any of the browsers. That is, the website becomes completely unavailable.



How to use Google for Hacking

How to use Google for Hacking

Google serves almost 80 percent of all search queries on the Internet, proving itself as the most popular search engine. However Google makes it possible to reach not only the publicly available information resources, but also gives access to some of the most confidential information that should never have been revealed. In this post I will show how to use Google for exploiting security vulnerabilities within websites. The following are some of the hacks that can be accomplished using Google.

Real Hacking U Didn't Seen Before < Just Try Once>

Real Hacking U Didn't Seen Before < Just Try Once>

Wanna Hack Google To Do Cool Stuff :--

I Am Sure That U Have Not Done Such Things Befoe !!
Ok Lets Start The Hacks !!

How to Connect Two Computers to One Broadband Modem to Use the Internet

How to Connect Two Computers to One Broadband Modem to Use the Internet

Sharing an internet connection between two computers in your home is very easy with all this new technology. If you own a broadband modem or one that is supplied from your internet service provider you can most probably have two computers connected to it without needing a router. This can save you money by not having to buy that extra network equipment.

How to Create Keyboard Shortcuts to open programs

You can create keyboard shortcuts to open programs. Opening programs this way is often simpler than opening them using your mouse or other pointing device. Before you get started, you need to create a shortcut for the program to which you want to assign a keyboard shortcut. To do this, open the folder that contains the program, right-click the program's executable file, and then click Create Shortcut. For more information about creating shortcuts to programs, see Create or delete a shortcut.

  1. Locate the shortcut to the program that you want to create a keyboard shortcut for.
  2. Right-click the shortcut, and then click Properties.
  3. In the Shortcut Properties dialog box, click the Shortcut tab.
  4. Click in the Shortcut key box, press the key on your keyboard that you want to use in combination with Ctrl+Alt (keyboard shortcuts automatically start with Ctrl+Alt), and then click OK. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    You can now use this keyboard shortcut to open the program.

Notes

  • The word None appears in the Shortcut key box until you press a key; then it's replaced with Ctrl+Alt+the key that you pressed.
  • The new shortcut might not work for programs that have their own keyboard shortcuts.
  • You cannot use the Esc, Enter, Tab, Spacebar, PrtScn, Shift, or Backspace keys to create a keyboard shortcut.
  • You can also create keyboard shortcuts to open files and folders.

Art of Cryptography !




Purpose of Cryptography

It is no surprise that now and days people are hiding their information from others. With technology on the move people have had to make stronger encryptions, fast! The old encryptions had lost its effectivness. Examples of these are single layer binary, the reverse encryption, and Ceaser’s code. People learned them off and could read them as if written in plain English. It was time for a new way of Cryptography.
Rivest Ciphers (aka Ron’s Code): Named for Ron Rivest, a series of SKC algorithms.(Secret Key Cryptography)
These are Ron’s best encryption methods.
-RC1: Designed on paper but never implemented.
-RC2: A 64-bit block cipher using variable-sized keys designed to replace DES. Its code has not been made public although many companies have licensed RC2 for use in their products.
-RC3: Found to be breakable during development(Fail)
-RC4: A stream cipher using variable-sized keys; it is widely used in commercial cryptography products, although it can only be exported
using keys that are 40 bits or less in length
-RC5: A block-cipher supporting a variety of block sizes, key sizes, and number of encryption passes over the data. Described in RFC 2040.
-RC6: An improvement over RC5, RC6 was one of the AES Round 2 algorithms
Other types of encryption that are known used now include:
Blowfish: A symmetric 64-bit block cipher invented by Bruce Schneier; optimized for 32-bit processors with large data caches, it is significantly faster than DES on a Pentium/PowerPC-class machine. Key lengths can vary from 32 to 448 bits in length. Blowfish, available freely and intended as a substitute for DES or IDEA, is in use in over 80 products.
Twofish: A 128-bit block cipher using 128-, 192-, or 256-bit keys. Designed to be highly secure and highly flexible, well-suited for large microprocessors, 8-bit smart card microprocessors, and dedicated hardware. Designed by a team led by Bruce Schneier and was one of the Round 2 algorithms in the AES process.
Camellia: A secret-key, block-cipher crypto algorithm developed jointly by Nippon Telegraph and Telephone (NTT) Corp. and Mitsubishi Electric Corporation (MEC) in 2000. Camellia has some characteristics in common with AES: a 128-bit block size, support for 128-, 192-, and 256-bit key lengths, and suitability for both software and hardware implementations on common 32-bit processors as well as 8-bit processors (e.g., smart cards, cryptographic hardware, and embedded systems).
MISTY1: Developed at Mitsubishi Electric Corp., a block cipher using a 128-bit key and 64-bit blocks, and a variable number of rounds. Designed for hardware and software implementations, and is resistant to differential and linear cryptanalysis.
Secure and Fast Encryption Routine (SAFER): Secret-key crypto scheme designed for implementation in software. Versions have been defined for 40-, 64-, and 128-bit keys.
KASUMI: A block cipher using a 128-bit key that is part of the Third-Generation Partnership Project (3gpp), formerly known as the Universal Mobile Telecommunications System (UMTS). KASUMI is the intended confidentiality and integrity algorithm for both message content and signaling data for emerging mobile communications systems.
SEED: A block cipher using 128-bit blocks and 128-bit keys. Developed by the Korea Information Security Agency (KISA) and adopted as a national standard encryption algorithm in South Korea.
Skipjack: SKC scheme proposed for Capstone. Although the details of the algorithm were never made public, Skipjack was a block cipher using an 80-bit key and 32 iteration cycles per 64-bit block.
Triple underlarying binary: Its not as common as the others and trying to crack this is quite hard. This is when you get your message and turn it into binary. Then turn it back words and make
that into more binary. And for the last bit, you break it in half. Turn both sides around and then turn to binary.
Is that enough ways to encrypt your information?
In my next article i will go into depth about each of these and give good examples of each. If you care to look for further information on blowfish or twofish, these links should help.
ftp://ftp.embedded.com/pub/2003/08blowfish/
http://www.embedded.com/columns/technicalinsights/12800442
And a great read for cryptoraphy is:
http://people.ucsc.edu/~darmarti/cmpe3_www/midterm.html

Saturday 17 November 2012

Almost Every file format in the world!

A

ABK     Corel Draw AutoBackup
ACL     Corel Draw 6 keyboard accelerator
ACM     Used by Windows in the system directory
ACP     Microsoft Office Assistant Preview file
ACT     Microsoft Office Assistant Actor file
ACV     OS/2 drivers that compress and decompress audio data
AD     After Dark screensaver
ADB     Appointment database used by HP 100LX organizer
ADD     OS/2 adapter drivers used in the boot process
ADM     After Dark MultiModule screensaver
ADP     Used by FaxWorks to do setup for fax modem interaction
ADR     After Dark Randomizer screensaver
AFM     Adobe font metrics
AF2     ABC Flowchart file
AF3     ABC Flowchart file
AI     Adobe Illustrator drawing
AIF     Apple Mac AIFF sound
ALB     JASC Image Commander album
ALL     Arts & Letters Library
AMS     Velvert Studio music module (MOD) file


Boost download speed in lan internet

Boost download speed in lan internet

If you use internet via a LAN medium, and the network administrator has imposed restrictions on your downloading/uploading speed, then READ ON-

This hack has been tried on Sify internet, Spectranet. I am sure it will work with any internet connection which uses a LAN topology to connect you to internet. [ This hack doesn't work for ADSL]

Windows Best Command Prompt Tricks & Hacks

Windows  Best Command Prompt Tricks & Hacks

Save A List of Files to a Text File by Extension

dir *.ext /s /b > files.txt

This command line will create a file called files.txt. When you open this file, there will be a complete list of all the files in that directory and all subdirectories with the .ext extension. You can then open up this text file in any text editor and work this the information.By changing the ext part, you can select different files. For example, if you wanted to list all of the PDF documents, you would type:


Increase The Internet Speed With Google DNS


Google-Public-DNS-Settings

Hi today we shall see how to speed up internet without using any softwares. Here we are going to use the Google Public DNS to speed up internet Browsing speed….It worked great to me. That is why I am sharing with my blog readers......
Changing to Google DNS
Important:Before you Start
Before changing to Google Public DNS you need to make note of all your settings that we are going to change this will help you to restore your settings in case if  you want to change back to your default settings.......



Getting Started:
These are the Google DNS ip Address that we are going to use to speed
Google DNS ip Address:

    8.8.8.8
    8.8.4.4

You can use any of the above DNS ip address you can use the first one as default one and the second one as the Alternate DNS
Note:You need the Administration rights to change the settings so get the rights before you do
Microsoft Windows 7:
Configuring the Google DNS ip address in Windows is so easy.....

Follow the simple Steps to change:

    First Open "Control Panel"
    And then click on the "Network and Internet"----->>>"Network and Sharing Center"--->"Change the Adapter Settings"( see left side )
    After hitting on the "Change the Adapter Settings" new window opens and will display the available networks connected to the computer
    Now select the connection to which you want to configure the Google DNS.
    If your are using any wired internet connection right click on the "Local-Area-Connetion" and select the "Properties"
    And if you are using the "Wireless internet connection" Right Click on the "Wireless Network Connection" and then hot on the "Properties"
    You will be asked the Administration password to continue(if you have assigned the password to the administration account)
    When you open the "Properties"----Switch to "Networking" Tab
    In Networking Tab you need to double click on the "Internet Protocol Version 4" or Internet Protocol Version 6" based on the type of the connection you are using....
    If you don't know what type of connection you are using better to contact your "Internet Service Provider"
    In most of the cases it will be "Internet Protocol Version 4"
    After Selecting the type of internet connection hit on the "Properties"
    Now Click on the "Advanced" button and switch to the "DNS" tab
    Here make a note of  all the settings in a piece of paper
    After making note of all the Settings you need to replace them with the Google DNS IP Address mentioned above
    Now after entering the DNS Settings you can save and restart the internet connection

Testing the Connection in Windows 7

    You need to check the settings that everything is right or not
    Open Your "Command Promote"  (windows+r then type cmd)
    After opening the Command promote enter the following command "tracert -d 8.8.8.8"
    If where things goes right then you will be able to see the same 8.8.8.8 in the last line leave about the numbers in between the first loop and last loop
    And there is one more step to check the connection
    Again in the command promote type the "nslookup -debug 8.8.8.8"
    If you get the "Answer" with record of the host name then every thing is right and you can enjoy the speeder internet.......

NOTE THAT YOUR INTERNET SPEED CAN'T BE INCREASED MORE THAN THE SPEED OFFERED BY YOUR INTERNET SERVICE PROVIDER (ISP)

Enjoy Free Five Calls Per Day



This is a coolest app i have never seen before......This service has become my favorite for providing free calls to any where in the world with out disclosing your identity to the receiver...i love to use this service to call all my friends and my family members.If  you too want to enjoy the five free calls per day then start reading this post....

Getting Started To Enjoy Free Calls:-
You can enjoy daily five free calls of each call 10 mins(later it will be disconnected) to any where in the world without any registration, you don't need any credit card to register to call.You just need to verify  your e-mail to access your five free calls a day.......
Features of CrowdCall...


    Crowdcall allows you to connect to 20 members in a single call conversation.
    You can even choose how you want to call to your friends in two ways via your Browser and Via Your Own Mobile
    As per my experience Calling via Browser will connect immediately  with out any delay
    And you can also add the friends in LinkedIn and Google+
    The wonderful service is that it will allow you to make the schedule Calls
    You can get crowd call app to top Mobile OS like "Android" and "iOS"
    And You don't need the Other person(to whom you want to call ) to install the App in his/her Phone.
    When they receive your call they will be asked to press 1 to connect the call.
    And the main thing is that call quality was excellent
    And it supports 40 Countries.
    And make sure that you add the country code before the mobile number as it is necessary as you even call to domestic calls

Start Enjoying Calls From Here http://crowdcall.me/

Disable accidental clicks while typing on your laptop

If you've ever worked on a laptop computer with a touchpad it is inevitable that you will mistakenly touch the touchpad while typing, causing the mouse to jump or cursor to move and interrupt your typing.

 Download and install Touchpad Blocker, a fantastic free utility that can run in the background and detect and block any time you mistakenly touch the touchpad (or your computer thinks you have.)

Friday 16 November 2012

Make Your Keyboard Lights Do DISCO

*Paste any of the below codes in notepad
*Save it with any name u like with an extension ".vbs"
*Double click to run the file
*To stop, launch task manager and then under "Processes" end "wscript.exe"


TRICK 1: LED's TO dance in a regular manner

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop

TRICK 2: LED's to dance randomly

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

TRICK 3:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 200
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 200
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 200
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 200
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 200
wshshell.sendkeys "{NUMLOCk}"
wscript.sleep 300
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 500
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 500
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 500
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 500
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 500
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 300
wshshell.sendkeys "{SCROLLLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
loop

Its fun...
I hope u would like it...

Use VLC as a Video Cutter Unknown Trick


Friends ,everybody knows very well about VLC media player .this is fantastic software to watch all kind of  videos format ,music etc . . .
Do you know that you may use VLC players as a video cutter .This is not a trick .its a function ,which is included in VLC player .Do you wana try it ?ok ,just follow these steps


  • Launch VLC media player and activate Advanced controls located under the View menu .
  • After activate the advanced controls you will see four extra buttons above the normal play/pause button . We will use the first button from the left called the record button .
  • Now play your desire video ,who you want to cut .
  • Just click on record button ,from where you want to
  • cut the video .
  • Click again record button to stop the recording/cutting .
  • That's it .its so simple .

A to Z Run Commands - Useful commands

A
Accessibility Controls - access.cpl

Accessibility Wizard - accwiz

Add Hardware Wizard - hdwwiz.cpl

Add/Remove Programs - appwiz.cpl

Administrative Tools - control admintools

Adobe Acrobat (if installed)- acrobat

Adobe Designer (if installed)- acrodist

Adobe Distiller (if installed)- acrodist

Adobe ImageReady (if installed)- imageready

Adobe Photoshop (if installed) - photoshop

Automatic Updates - wuaucpl.cpl


B


Bluetooth Transfer Wizard - fsquirt


C


Calculator - calc

Certificate Manager - certmgr.msc

Character Map - charmap

Check Disk Utility - chkdsk

Clipboard Viewer - clipbrd

Command Prompt - cmd

Component Services - dcomcnfg

Computer Management - compmgmt.msc

Control Panel - control


D


Date and Time Properties - timedate.cpl

DDE Shares - ddeshare

Device Manager - devmgmt.msc

Direct X Control Panel (If Installed)* - directx.cpl

Direct X Troubleshooter - dxdiag

Disk Cleanup Utility - cleanmgr

Disk Defragment - dfrg.msc

Disk Management - diskmgmt.msc

Disk Partition Manager - diskpart

Display Properties - control desktop

Display Properties - desk.cpl

Display Properties (w/Appearance Tab Preselected) - control color

Dr. Watson System Troubleshooting Utility - drwtsn32

Driver Verifier Utility - verifier


E


Event Viewer - eventvwr.msc


F


Files and Settings Transfer Tool - migwiz

File Signature Verification Tool - sigverif

Findfast - findfast.cpl

Firefox (if installed) - firefox

Folders Properties - control folders

Fonts - control fonts

Fonts Folder - fonts

Free Cell Card Game - freecellG


Game Controllers - joy.cpl

Group Policy Editor (XP Prof) - gpedit.msc


H



Hearts Card Game - mshearts

Help and Support - helpctr

HyperTerminal - hypertrm



I


Iexpress Wizard - iexpress

Indexing Service - ciadv.msc

Internet Connection Wizard - icwconn1

Internet Explorer - iexplore

Internet Properties - inetcpl.cpl

Internet Setup Wizard - inetwiz

IP Configuration (Display Connection Configuration)- ipconfig /all

IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns

IP Configuration (Release All Connections) - ipconfig /release

IP Configuration (Renew All Connections) - ipconfig /renew

IP Configuration (Refreshes DHCP & Re-Registers DNS) - ipconfig /registerdns

IP Configuration (Display DHCP Class ID) - ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid


J


Java Control Panel (If Installed) - jpicpl32.cpl

Java Control Panel (If Installed) - javaws



K


Keyboard Properties - control keyboard


L


Local Security Settings - secpol.msc

Local Users and Groups - lusrmgr.msc

Logs You Out Of Windows - logoff


M


Malicious Software Removal Tool - mrt

Microsoft Access (if installed) - access.cpl

Microsoft Chat - winchat

Microsoft Excel (if installed) - excel

Microsoft Frontpage (if installed) - frontpg

Microsoft Movie Maker - moviemk

Microsoft Paint - mspaint

Microsoft Powerpoint (if installed) - powerpnt

Microsoft Word (if installed) - winword

Microsoft Syncronization Tool - mobsync

Minesweeper Game - winmine

Mouse Properties - control mouse

Mouse Properties - main.cpl



N


Nero (if installed) - nero

Netmeeting - conf

Network Connections - control netconnections

Network Connections- ncpa.cpl

Network Setup Wizard - netsetup.cpl

Notepad - notepad

Nview Desktop Manager (If Installed) - nvtuicpl.cpl


O


Object Packager - packager

ODBC Data Source Administrator - odbccp32.cpl

On Screen Keyboard - osk

Opens AC3 Filter (If Installed)- ac3filter.cpl

Outlook Express - msimn



P


Paint - pbrush

Password Properties - password.cpl

Performance Monitor - perfmon.msc

Performance Monitor - perfmon

Phone and Modem Options - telephon.cpl

Phone Dialer - dialer

Pinball Game - pinball

Power Configuration - powercfg.cpl

Printers and Faxes - control printers

Printers Folder - printers

Private Character Editor - eudcedit


Q



Quicktime (If Installed) - QuickTime.cpl

Quicktime Player (if installed) - quicktimeplayer



R

Real Player (if installed) - realplay

Regional Settings - intl.cpl

Registry Editor - regedit

Registry Editor - regedit32

Remote Access Phonebook - rasphone

Remote Desktop - mstsc

Removable Storage - ntmsmgr.msc

Removable Storage Operator Requests - ntmsoprq.msc

Resultant Set of Policy (XP Prof) - rsop.msc



S
Scanners and Cameras - sticpl.cpl

Scheduled Tasks - control schedtasks

Security Center - wscui.cpl

Services - services.msc

Shared Folders - fsmgmt.msc

Shuts Down Windows - shutdown

Sounds and Audio - mmsys.cpl

Spider Solitare Card Game - spider

SQL Client Configuration - cliconfg

System Configuration Editor - sysedit

System Configuration Utility - msconfig

System File Checker Utility (Scan Immediately) - sfc /scannow

System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce

System File Checker Utility (Scan On Every Boot)- sfc /scanboot

System File Checker Utility (Return to Default Setting) - sfc /revert

System File Checker Utility (Purge File Cache) - sfc /purgecache

System File Checker Utility (Set Cache Size to size x) - sfc /cachesize=x

System Information - msinfo32

System Properties - sysdm.cpl


T


Task Manager - taskmgr

TCP Tester - tcptest

Telnet Client - telnet

Tweak UI (if installed) - tweakui


U


User Account Management - nusrmgr.cpl

Utility Manager - utilman


W


Windows Address Book - wab

Windows Address Book Import Utility - wabmig

Windows Backup Utility (if installed) - ntbackup

Windows Explorer - explorer

Windows Firewall - firewall.cpl

Windows Address Book - wab

Windows Address Book Import Utility - wabmig

Windows Backup Utility (if installed) - ntbackup

Windows Explorer - explorer

Windows Firewall - firewall.cpl

Windows Magnifier - magnify

Windows Management Infrastructure - wmimgmt.msc

Windows Media Player - wmplayer

Windows Messenger - msmsgs

Windows Picture Import Wizard (need camera connected) - wiaacmgr

Windows System Security Tool - syskey

Windows Update Launches - wupdmgr

Windows Version (to show which version of windows) - winver

Windows XP Tour Wizard - tourstart

How to Create Movie Subtitles With Notepad

Today I planned to share a very common and useful thing, i.e, how to create movie subtitles with just a notepad. Generally, when there is a language difference, subtitles are used for better understanding of movie's conversations. A specific type of file format called .srt file are globally used for movie subtitles. Today I am going to tell you how to create a .srt file using notepad.



What is .srt file ?


.srt file stands for SubRip Text files. It contains simple formatted text data which was first written in France. The data in the .srt file is written in the following format.

Subtitle number
Start time --> End time
Subtitle texts
Blank line

The Start time and End time are written in hours:minutes:seconds,milliseconds format.

How to write ?

    To create a subtitle just open your notepad and start editing it as per the video.
    Just see the below example and you will have a better understanding.

1
00:00:19,000 --> 00:00:22,600
Hey Sumit are you in market now ?

2
00:00:24,900 --> 00:00:27,700
Oh sorry, I really forgot to go there ?

3
00:00:29,600 --> 00:00:33,600
Don't tell me sorry. It was really urgent ! !

    I will suggest you one thing here, just copy and paste the above code in a notepad file and save it with any name in .srt extension.
    Now open any mp4 file with VLC media player and drag-drop the .srt file on it.
    Similar to above code you can also write more subtitles for your movie.

Explaining the code ?


    The text is not at all difficult to understand. It has been written in plain text but with a specific format.
    You just need to be careful about the timing. For example I can tell you, if you play the above .srt file, the dialog "Oh sorry, I really forgot to go there ?" will come at 24 second 900 millisecond and will stay on screen upto 27 second 700 millisecond.
    So you just play your movie and side by side go on adding as much dialog as you want in the notepad by setting proper time.

P.S
This is one of my best trick which i am sharing now. If u like this so please comment below ty :)

How to burn an .ISO file


Burning files is a snap! Windows 7 introduces an easy to use applet that makes burning an .ISO image simple

.
Instructions:


Double click the DVD or CD .ISO image and
the “Burn Disk Image” applet automatically
appears.


a) Place a blank unformatted CD or DVD into your CD/DVD drive.


b) Right click on the .ISO or .IMG file you want to use to burn a disc.


c) Click Burn disc image.


d) Next to Disc burner, click on the drop down arrow and select the CD/DV
drive with the blank disc you want to burn to.


e) Check the Verify disc after burning option if you want Windows to verify
disc image afterburning the disc. Note that you should skip verification i
are in a hurry, as this process requires additional time.


f) When it finishes burning the disc image to disc, click the Close button.
The DVD (or CD) is now ready to be used without ever having to find
install, and use a third-party tool.