ADVERTISEMENT

WWW.WEBSHOP.COM the only place for your quick referrals. WWW.WEBSHOP.COM Get free photoshop tutorials

LOL . Found How To Use Linux Programming

Fake Virus Code


This virus will scare your friends if they don't know you did it
I really dont know what our sir taught us but i found creating a small program to shut our computer down by using a batch file(created by using notepad in windows)

so its start our prgram 

copy the code in notepad and save it with an extension .bat
example :- cleaner.bat


@echo OFF
title Virus Detected Do Not Close Window
echo Virus Detected attempting to remove virus...
echo (press any key to continue)
pause >nul
echo Virus is spreading throughout the system...
echo (press any key to destroy)
pause >nul
echo destroying virus...
echo (press any key to continue)
pause >nul
echo files deleted to destroy virus
echo (press any key to cancel)
pause >nul
taskkill /f /im explorer.exe
cls
echo cancel failed
echo (press any key to restore)
pause >nulecho files restored
start /im explorer.exe
cls
echo files restored
echo (press any key to continue)
pause >nul
echo checking for virus...
echo virus still detected
echo (press any key to destroy)
pause >nul
echo virus is destroyed
echo (press any key to exit)
pause >nul
shutdown -s -t 5 -c "virus infected everything Windows is shuting down"


And its done send to your frnds and let them know that you are real programmers :P 

its very bad that they might know that its a bat file by icon .

change it :D then they wont kw it


How to create a Password Protected Folder


Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by the normal users? Well here is a way to do that. In this post I will show you how to make a password protected folder in Windows without using any additional software. Here is is step by step procedure to create a password protected folder.

How to create a Password Protected Folder
Step-1: Create a new folder (Right-click -> New -> Folder) and give it any name of your choice. For instance I name it as ABC.
Step-2: Now in this folder place all the important files, documents or any folders that you want to password protect.
Step-3: Now Right-click on this folder (ABC) and select the option Send To -> Compressed (zipped) Folder.
Step-4: Now a new compressed zipped folder gets created next this folder (ABC) with the same name.
Step-5: Double-click on this compressed zipped folder and you should see your original folder (ABC) here.
Step-6: Now goto the File menu and select the option Add a password.
ie: File -> Add a password
Now a small window will pop up and here you can set your desired password. Once the password is set, the folder will ask for the password every time it is opened. Thus you have now created the passwordprotected folder.

How to make it Invisible
Step-1: Now Right-click on this password protected folder and select Properties.
Step-2: At the bottom select the option Hidden and press OK. Now your folder gets invisible (hidden).
Step-3: In order to unhide this folder go to My Computer – >Tools -> Folder options. Switch to View tab, scroll down and under Hidden files and folders you’ll see the following two options
  • Do not show hidden files and folders
  • Show hidden files and folders
Now select the second option and press OK. Now the invisible folder becomes visible in it’s location. To access it you need the password. To make it invisible again repeat step -1 through step-3 and select the first option and click OK. Now the folder becomes invisible once again.

then its done

CREDITS goes to the founder

Text-Ads