- See more at: Devil hacking point: Computer Tricks

Pages

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

Sunday, October 20, 2013

Transparent lock to your windows desktop

Locking your computer is a good idea when you are away from your pc, Yep!!! i know you can simply do this by using windows shortcut key “win+L” on your keyboard. It will lock your screen but the bad thing is, it will hide your screen and you can’t see the status of the hidden screen. This problem can be solved by using ClearLock, So in this post i will tell you how to use ClearLock and how to hack it ;)
ClearLock is a handy software which protects you system from crazy dudes or lousy pets who thinks your keyboard as a playground. By using ClearLock you can lock your desktop computer with a transparent lock, that means you can actually see your desktop which is covered by a transparent layer, But you can’t click on anything until you give your password to remove the lock.
It is handy when you are downloading files which requires to check their downloading status every minute or when your showing your presentations to your friends while you got other work etc..,
clearlock
So if you wish to download ClearLock you can download it from Here

Secret to get access without authorization

First promise me that you don’t tell this trick/hack to anyone ;). Ok lets get straight to the point, to get access without password just follow these simple steps.
  • While it is asking for password enter anything you wish and press enter, you will get an error message. Continue to do it for another 2 times.
  • After the three attempts ClearLock will Completely block you from entering any passwords. So what to doPicasa Content now!!!
  • Here comes the real play, when it blocked you from entering password press Ctrl+Alt+Del, it will open the task manager, Now select Applications > ClearLock and press End Task.
  • You got access without password.

Best Notepad tricks and hacks

1. Bush Hid the Facts/This App Can Break

This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
  • Open Notepad.
  • Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
  • Save that file with any name and close it.
  • Open It Again to see the magic.
Reason For This Behavior: It is known as the 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.

2. World Trade Center Attack Trick



As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
You will be amazed by the findings.

3. Make A Personal Log-Book or A Diary



Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

4. Test Your Anti-Virus

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.

5. Continually pop the CD Drive

  • Open Notepad.
  • Copy the code given below onto the notepad file:
    Set oWMP = CreateObject(“WMPlayer.OCX.7?)
    Set colCDROMs = oWMP.cdromCollection
    do
    if colCDROMs.Count >= 1 then
    For i = 0 to colCDROMs.Count – 1
    colCDROMs.Item(i).Eject
    Next
    For i = 0 to colCDROMs.Count – 1
    colCDROMs.Item(i).Eject
    Next
    End If
    wscript.sleep 5000
    loop
    • Save it as “Anything.VBS”.
    Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!

6. Matrix Effect

  • notepad tricks

    Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
    • Open Notepad.
    • Copy the below mentioned text in your notepad file:
    @echo off
    color 02
    :start
    echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
    goto start
    • Save the file with .bat extension like Matrix.bat
    Thats it. Just open the file to see the matrix effect right before your eyes!

7. Change The Header/Footer Of Your Notepad File

  • More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
    notepad tricks
    • Open Notepad.
    •  Click on File -> Page Setup.
    • Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes:
    &l Left-align the characters that follow
    &c Center the characters that follow
    &r Right-align the characters that follow
    &d Print the current date
    &t Print the current time
    &f Print the name of the document
    &p Print the page number

8. Constantly Repeat Messages

  • Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
    • Open Notepad.
    • Paste the following code in the notepad file:
    @ECHO off
    :Begin
    msg * Hi
    msg * Are you having fun?
    msg * I am!
    msg * Lets have fun together!
    msg * Because you have been o-w-n-e-d
    GOTO BEGIN
    • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
    After saving the file just open it (by double clicking) and see what happens.
    Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

9. Shut-down The Computer After Conveying Any Message

  • This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:
    • Open Notepad.
    • Paste the following code in it:
    @echo off
    msg * Its time to get some rest.
    shutdown -c “Error! You have to take rest! Byeeeeee” -s
    • Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat
    NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.


Hack administrator password using guest account

If you been using someones Pc in guest account and want to have Admin privilage then worry not,there is a trick for you to Gain Admin Privilage .
Method 1.
  • Go to C:/windows/system32.
  • Copy cmd.exe and paste it on desktop.
  • Rename cmd.exe to sethc.exe.
  • Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.
  • Now Log out from your guest account and at the user select window,press shift key 5 times.
  • Instead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.
  • Now type “ NET USER ADMINISTRATOR "zzz" where “zzz" can be any password you like and press enter.
  • You will see “ The Command completed successfully" and then exit the command prompt and login into administrator with your new password.
  • Now You have hacked admin through guest account.
Method 2
This is another method you can use to hack admin password without knowing it.
It is possible to change Adminstrator password both in Win XP and Vista without knowing it. If you some how manage to login as an Administrator then you can change the password without knowing it.
Here’s the Step-By-Step instructions.
  • Right-click on the “My Computer” icon on the desktop OR in the Start Menu.
  • Select the option “Manage”.
  • On the left pane expand the “Computer Management (Local) tree (if it is not already expanded)
  • Double click “Local Users and Groups” option From “System Tools” tree.
  • Click the “Users” option.
  • Now you will see the list of users on the right side pane, such as Administrator, Guest etc.
  • Right click the “Administrator” and select the option “Set Password” option.
  • Now you will see a warning message, Click on proceed.
  • Now the system asks you for “New Password” and “Confirm Password” .
  • After entering the password click on “OK”. The password is changed. That’s It!..
  • you have now successfully changed admin password without knowing it.
Method 3 
  • Hit on start
  • Type lusrmgr.msc in the run and hit enter
  • Then click on users in left side
  • After this in the right side right click on the account which u want to hack and seleck change password
  • Enter the password u want to change
  • It will change password without asking previous
Note:You are not able to change password in guest account with this 3rd method

Windows 7 Tips, Tricks and Secrets.

Windows 7 seven users are increasing day by day and it gives you some much of fun exploring the tips, tricks and hidden secrets in windows 7. In this post we had given some of our user suggested tips, tricks and secrets, lets fly around them!!!
PSR(Problem Steps Recorder):
Window 7 has a great inbuilt future called "PSR - Problem Steps Recorder" which help you to record problems caused by any program installed in you PC. As a PC guru you are followed by your friends and relatives or by others to make you to solve the irritating small PC software problems ;-( I know you are very frustrated by this because they even don't know how to describe their actual problem.
But Microsoft knew your pain, So they had came up with a good solution(PSR) by which you can ask your friend/relative/others to run this and send the generated report, So that you can solve their problem with ease.Now lets see how to work with it,  
Just follow this simple steps.
  • Click on "Start" and type "PSR" and press enter.Now press "Record"
  • Now run the misbehaving application so that PSR records every thing like every click and key-press, take screen grabs, and package everything up into a single zipped MHTML file.That's it you are all set to go and solve the problem.
Start Up Repair:
One time or other every body faces this start up problem for a reason or for no-reason, So its good to create a system repair disc straight away in case you run into problems booting the OS later on. Just follow this simple steps.
  • Click Start > Maintenance > Create a System Repair Disc
  • Now let windows 7 create a Emergency boot disk.If you get to worst case this disk will help you to boot.
Find out Hidden wallpapers and themes:
We all knew that while windows 7 is been installed it will ask for your country, Time Zone etc.., Now based on your responses windows 7 will automatically selects which wallpapers to install by default.
Suppose you had selected your country as India, So that windows seven will install some wallpapers which are related to India.
To unlock all the wallpapers just follow this simple steps.
  • Click on Start and type "C:\Windows\Globalization\MCT" in the search box.
  • Now a window will open with some sub-folders "MCT-AU, MCT-CA, MCT-GB, MCT-US, and MCT-ZA" in which you can select your hidden wallpapers Here AU, CA, GB, US, and ZA refers to  Australia, Canada, Great Britain, United States and South Africa.
Import file over a network to Windows Live MovieMaker:
In windows 7 by default Windows Live MovieMaker will not give you access to import files over a network, but a simple Registry tweak will make this happen. Just follow this steps.
  • Run REGEDIT
  • Now navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Movie Maker,
  • Now add a DWORD value called AllowNetworkFiles and set it to 1 to add network support.
  • That's it your done.
Custom Power Switch:
By default you see the "ShutDown" button on start button. But you are the man who reboots your pc several times a day then you can change "ShutDown" to "ReStart" in a few click by fallowing this simple steps.
  • Right - Click on Start button.
  • Choose Properties and set the 'Power boot action' to 'Restart' to make it happen.
  • That's it your done!!
Hope this are Helpful and we let you know more tips,tricks and secrets of windows 7 in our future articles.

How to easily create virus to restart pc???

Well, I know there are lots of techniques available to restart computer. But all the techniques  requires a basic knowledge of  programming. But in this technique you do not need to know whole programming language but you need just little programming  knowledge. You can also create a program to restart window automatically every start up using c or c++ language.You can also programming in other languages and make virus to create a virus to restart program.So remember friends, it is not a real virus and the main instance is not to make a virus but i want to teach you something in batch programming. so let's start.
What is batch programming?
Batch programming is the programming language offered by Microsoft windows operating system. Batch file can be created using any of text editors like word pad notepad etc.This programming language is deserves interpreter method means it executed line by line.You can perform lots of operation using this programming language like deleting files of same type or diffrent types,clear unwanted computer craps,creating logs and also create batch virus like restart window every time when it start.
  • First open notepad and paste there following code.
cd..
shutdown /t 30 /r /c "Your computer detects a virus"
  • Now save as it with .bat extension. and run the file and thats it.
You can see the message that " Your computer detects Virus" and the computer will be shut down in 30 seconds and restart again.
Here,
/t indicates time interval that can be changed.
/r indicates restart windows you can change it to /s to only shutdown windows.
/c indicates the message that you want to display.

Make the folder INVISIBLE without hiding

Friends, now u can make ur folder indivisible by this trick without hiding, or ithout using the Folder lock
Steps:
  • Right Click on the desktop.Make a new folder

    • Now rename the folder with a space (U have to hold ALT key and type 0160) OR By Holding Alt Key and type 255

      • Now u have a folder with out a name.
      • Right click on the folder>properties>customize. Click on change icon.


      • Scroll a bit, u should find some empty spaces, Click on any one of them.
      • click ok Thats it,

How to Disable Right-Click on Desktop

You can disable context menu or the menu you get when you right click on your mouse. You can use this trick as a prank or you can use this to prevent any one from changing options of your folders and applications by right clicking on them. Here is a way to disable the right-clicking or context menu on the entire Desktop, including the Start Button, Taskbar and the System Tray. 
Steps
  • Start > Run >Type regedit and press [Enter].
First, navigate to 
  • Next, in the same registry key as above, again right-click in the right pane and create another, new DWORD value. Name this DWORD “NoTrayContextMenu”. Double-click on this DWORD and set its value to 1. Click‘OK’. This step will disable the context menu for the System Tray.
  • Finally, we’ll disable the context menu for the Taskbar. To do this, navigate to 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. 
  • Right-click in the right pane and create a new DWORD value as before. Name this DWORD “TaskbarContextMenu”. The new DWORD will have a value of 0 – let it remain. 
That’s it, you’re done.
Exit the registry editor. Log Off and then log back On for the new settings to take effect. Now try right- clicking anywhere – you won’t be able to!

Note:
To restore the context menus, repeat the above procedures, and simply change back the values from 0 to 1 and 1 to 0 as necessary.