Pages

Labels

Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Monday, September 30, 2013

How to "Delete administrator Password" without any software

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.

Method 2

Step
1. Put your hard disk of your computer in any other pc .Step 2. Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).Step 3. Then open that drive in which the victim’s window(or your window) is installed.Step 4. Go to location windows->system32->configStep 5. And delete SAM.exe and SAM.log
Step 6. Now remove hard disk and put in your computer.
Step 7. And boot your computer :-)

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.

2)
When the files search has been completed, it will show you the results with the name, typ, size and the last modified date of the searched file.

3) Now you can select the file to be recover. This is an Open source application and available for All Windows OS(Windows XP/Vista/ 7).

Saturday, September 28, 2013

Shutdown Your Computer or a Remote PC via Command Prompt

Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer.

A reason for this is that most of us don't know that the command prompt can be used to not only shutdown, restart or log off our computer instantly but also to shutdown a remote computer provided you have administrative access. It can also be used to hibernate a computer and give a comment containing the reason for shutdown. This post will show you how to do all this.


Shutdown computer with command prompt
RequiredA computer running Windows (XP, Vista, 7 or 8) with the command prompt working perfectly, i.e. not disabled by a virus.Initial Steps 1) Press Windows Key + R.2) Enter CMD and press Enter.This will start the command prompt. Follow the instructions below depending on what you want to do.Shutdown Local Machine (Your Computer)Type "shutdown -s" without the quotes in the command prompt and press Enter. Shutdown is the command being executed and the switch -s tells the computer to shutdown.Restart your Local Computer Type "shutdown -r" in the command prompt and press Enter. In this case, the command switch -r is telling the computer to restart after shutdown.Log Off the Current UserType "shutdown -l" in the command prompt and press Enter. The -l command switch tells the computer to log off.Shutdown a Remote ComputerType "shutdown -s -m \\name of the computer" in the command prompt and press Enter. Replace \\name of the computer with the actual name of the remote computer you are trying to shutdown. As mentioned earlier, you must have administrative access to the computer you are trying to shutdown. To know if you have administrative access, press Windows key + R and then type the name of the computer and press Enter.Note: If you don't remember the name of the remote computer, you can look for it by opening a list of all the computers you are connected to by executing "net view" in command prompt.If you can connect to the computer, you will be asked to login with your username and password. Upon entering them, a window will display the list of all the directories available to you. This should help you know whether you can or cannot shutdown the remote computer.Hibernate a Local ComputerType in "Rundll32.exe Powrprof.dll,SetSuspendState" without the quotes and press Enter. Your computer should hibernate, if it does not, then you must enable hibernation to do this.Shutdown your or a remote computer after a specific timeType "shutdown -s -t 60" to shutdown your computer after 60 seconds. Upon executing this, a countdown timer displaying a warning message will be shown. This command uses the -t command switch followed by a variable (which is 60 in this case) which represents the number of seconds after which the computer will shutdown.Display a Message containing the reason for shutdownType shutdown -s  -t 500 -c "I am tired. I don't want to work anymore." (with the quotes) in the Command Prompt and press Enter. The -c switch is used in the code to give the reason for shutting down and what is followed in quotes will be displayed in the dialog box as the reason. This can be used to display all sorts of funny messages. One example :-Skynet has become self aware. John Connor did not stop me. You can not use your PC anymore.Stop a System ShutdownType "shutdown -a" and press Enter. This will stop the system from shutting down if the countdown to shut down has not reached 0.

Command Prompt Tricks, Hacks & Codes

Command Prompt is one of the most powerful tools in Windows; but sadly, it is also the most ignored one. Things were not always like this; but with the advent of GUI based operating systems, people started feeling that computing through command based tools was boring. This ultimately lead the command prompt into obscurity.

However, the command prompt is not useless. In fact, it can be pretty useful. This article provides some excellent tricks, secrets and hacks that will make you realize that the Windows Command Prompt is not only useful but also a tool that you should definitely give more respect to.


Ascii star wars command prompt
1-Watch ASCII version of the Star Wars Episode IV movie
Surprised yet? You can watch an ASCII version of the full Star Wars Episode IV Movie right in your command prompt window. Just open command prompt, type a small code and the movie will start playing immediately. Read the complete instructions here.

2- Create Matrix falling code effect
Have you watched “The Matrix”? Of course, you have. Then, you already know what I am talking about. In case you still don't know what I mean, take a look at this image! You can create the same effect in command prompt using just a few lines of code. Head over to this post for instructions.

command prompt tricks

3- Make Folders that you cannot delete
Are you tired of accidentally deleting important folders? Well, if you are, you can learn how to make undeletable folders here.

4- Shutdown your computer giving a funny reason
What if your computer shuts down saying that it is tired and doesn't want to work anymore? It would be fun, wouldn't it? You can do so by reading the instructions here.

5- Know your IP address, DNS Server's address and a lot more about your Internet Connection
Command Prompt can even let you know your IP address. Just type ipconfig/ all in the command prompt and press Enter. Along with your IP address and DNS servers, command prompt will also return a ton of information like your host name, primary DNS suffix, node type, whether IP Routing ,Wins Proxy, and DHCP are enabled, your network adapter's description, your physical (MAC) address etc .

6- 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.

7- Know if someone is hacking your computer/ Trace a Hacker
Command Prompt hacks
Want to know if someone is hacking your computer? Command Prompt can help you find if someone you don't know is connected to your computer stealing private data. Just execute netstat -a and the command prompt will return a list of computers that your computer is connected to. In the results returned, Proto column gives the type of data transmission taking place (TCP or UDP) , Local address column gives the port with which your computer is connected to an external computer and the Foreign Address column gives the external computer you are connected to along with the port being used for the connection. State gives the state of the connection (whether a connection is actually established, or waiting for transmission or is “Timed Out”).

These tricks work on Windows 8, Windows 7, Windows Vista, Windows XP and all previous versions of Windows.

Watch ASCII Star Wars in Windows XP, Vista, 7 and 8

Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A network protocol known only to computer wizards. Well if you have not, then you must do it now!

There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the Windows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.


A Picture showing Star Wars in command prompt

To watch it on Windows XP, Mac OS X and Linux
  1. Go to Start, Run. (Only for Windows users)
  2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 8, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
  1. Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

A command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too.

Block USB ports on Windows PC via Registry

With this trick, you can disable access to your USB(Universal Serial Bus) ports in your Windows based PC to prevent people from taking out data from your personal computer without permission or spreading viruses through the use of USB(pen and flash) drives.

To use this trick to disable USB ports, follow the steps given below:-


  1. Click on Start.
  2. Click on Run. If you cannot find RUN, type it in the search box.
  3. Type "regedit" without quotes. This will launch the Registry Editor.
  4. Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
  5. In the work area, double click on Start.
  6. In the Value Data box, enter 4.
  7. Click on OK.
  8. Close Registry Editor and refresh your desktop.
  9. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.

Disable access to USB ports on your PC using Registry Editor

Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Note: This trick also disables access to your USB connected peripheral devices. So, do not use it if you have USB connected keyboard and mouse.

Friday, September 27, 2013

How to Reveal, Show, View Passwords hidden under Asterisks/Stars

Most modern browsers offer the capability of remembering usernames and passwords.  Most of us use this feature to automatically save our usernames and passwords in order to log in to our favorite websites more quickly. What if you forget the saved username and password?

As web browsers intelligently hide passwords using stars(, asterisks or dots), there is no way in which a user can recover his password by simply looking at what the browser shows. Here are some tips and tricks that you can use to reveal your password for a website when you have forgotten it but your browser remembers it.


Reveal Password Asterisk
Enter your Password!

JavaScript to Reveal Hidden Passwords in Asterisk (Stars)

A simple JavaScript code can be used to view passwords in web browsers like Google Chrome, Internet Explorer, Opera in a popup as an alert message (Mozilla Firefox does not support this. Users of this browser can utilize the bookmarklet given below or the addon mentioned at the end of this post. If you use Google Chrome and the code does not seem to work, precede it with "javascript:" without quotes). To use the JavaScript, open your web browser, open the webpage for which the password is hidden in asterisks, copy and paste the following code in the address bar.

javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;kOr, alternatively you can use this Show Password Bookmarklet by dragging it to your Bookmarks Bar to instantly view hidden passwords at the click of a button.

Asterisk Star Password
Asterisk Password Recovery Popup in Google Chrome

Software to Reveal Hidden Passwords behind Stars

There are many free software that you can use to recover forgotten passwords. Some of them are:-

Asterisk Logger:Asterisk Logger from Nirsoft is one such software. It automatically displays the hidden password whenever a window containing a hidden password is detected.

Password Viewer:Password Viewer by IT Samples is another application that can be used to unmask passwords hidden behind stars. It allows you to view passwords not only in web browsers but also in any program that might be masking passwords from the user.

Both of these software are free and do not require to be installed. All you need to do is just unzip the file and run them. These software work perfectly fine on Windows XP, Windows 7, Windows Vista and Windows Server 2008, 2003. However, in Windows 7 and Vista, they are  required to be used in an Administrator Account. These tools are browser independent. These software will not be able to decrypt or show User Account Control /Windows logon password.

Related: 5 Essential free Software for Windows PC

Mozilla Firefox Add-on

Show My Password is a Firefox Add-on which automatically converts scrambled hidden passwords into human readable form. To use this nifty add-on, just open the webpage with the hidden password and click in the field containing the hidden password. This add-on will automatically reveal the password to you.

These tips can be also be used by someone else to hack your passwords. To avoid such mishaps, I would advise you to stay alert when others use your private computer.

Enable Task Manager disabled by Administrator or Virus in Windows

Windows Task Manager is used to view details about processes running on your computer. Since it can be used to terminate programs that are misbehaving or are viruses disguised in the form of harmless programs, most spyware and viruses disable it to prevent themselves from being closed through it. Some administrators also disable Task Manager to prevent users from closing important security programs like antiviruses and anti-malwares.

In such situations, running the Task Manager will give the "Task Manager has been disabled by Administrator" error. However, there are some techniques you can use to re-enable task manager and close those harmful programs manually. This article contains few such simple techniques you can use to regain access to Task Managing privileges.


enable task manager disabled by administrator

Enable Task Manager from Registry in Windows 8, 7, XP or Vista

Registry Editor is an inbuilt Windows tool that is used to modify registry keys which tell Windows how it should work. A simple registry modification can be used to bypass the Task Manager block. To do so, just follow the steps:-
  1. Click on Start. Go to Run. If you use Windows 8, Windows 7 or Windows Vista, go to Search.
  2. Type regedit and press Enter. Registry Editor will start. If Registry Editor is also disabled, you will first need to enable registry editing.
  3. Through the left hand navigation pane, navigate to HKEY_CURRENT_USER\Software\Microsoft\ Windows\ Current Version\Policies\System. If the System key is not there, you will need to create it.
  4. In the work area, locate "DisableTaskMgr". If this value is not there, you will need to create a new DWORD value called DisableTaskMgr. Double click on it. A window will pop up.
  5. Enter its value data as 0 and press OK.
  6. Close Registry Editor. If Task Manager is still disabled, restart your computer.

Enable Task Manager from Group Policy Editor (Gpedit.msc)

enable task manager
Windows Task Manager in Windows 7
Group Policy Editor is a feature in Windows which is used to edit local policy settings. It can also be used to enable Task Manager. To do so, just follow the steps given below:-
  1. Open Start Menu. Windows XP users click on Run. Windows 8, Windows 7 and Vista users, go to Search.
  2. Type gpedit.msc and press Enter. Group Policy Editor Window will show up.
  3. From the navigational pane at the left hand side, go to: User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options.
  4. In the work area, double click on "Remove Task Manager" and set its value to Disabled or Not Configured.
  5. Restart your Computer or Log Off and Log back On to apply the changes.
Group Policy Editor is not available on home editions of Windows.

Enable Task Manager by Running a CMD Command

Command Prompt can also be used to directly enable Task Manager.
  1. Open Notepad.
  2. Copy the code given below and paste it.
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System  /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f
  4. Save the File as TaskManager.bat.
  5. Run TaskManager.bat as Administrator if you use Windows 8, Windows 7 or Windows Vista. In Windows XP, simply open the file. A command prompt window will flash for a second and then disappear indicating successful execution. After running the batch file, you will be able to again use Task Manager. If Task Manager is still not available, restart your computer.

Create a Registry(.reg) file for enabling Task Manager

If you are unfamiliar with manually editing the Registry, you can create a Registry file which will automatically modify the Registry Key to re-enable Task Managing. To create one such file:-
  1. Open Notepad or any other text editor.
  2. Copy the code given below and paste it as it is in it.
  3. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] “DisableTaskMgr” =dword:00000000
  4. Save the file as Enable Task Manager.reg or *.reg.
  5. Open the file by double clicking on it.
  6. Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.
  7. Task Manager would immediately be accessible. If it is not, restart your computer.
The techniques mentioned in this article work on Windows 8, Windows 7, Windows XP and Windows Vista

Wednesday, September 11, 2013

SOME NOTEPAD TRICKS.

Notepad is known to be simple pad for comments.  Often peoples don’t like to use notepad. Today we are introducing  some notepad funny tricks. You can use it as fun as well as for knowledge. 

Confirm your anti-virus status
This trick is used to check antivirus activity. If you feel that your antivirus software is not working well then you can confirm it by using this trick.
(i). Open Notepad and type this code.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
(ii).  Now save it with extension “exe” (like antivirus.exe)
(iii).If your antivirus software is working properly then it will detect this file and will try to

       remove it as soon as you save it.
(iv). If your antivirus tries to remove this file, it means that your antivirus is working 
     properly and if it doesn’t try to remove this file then you should use some other 
      reliable antivirus software.
hint for world trade center
Every body knows about 9/11.  The flight number of that plane was Q33N. Ok now see some amazing trick.
1.   Open notepad and type this number Q33N.
2.   Increase font size to 70, or 80 etc.
3.   Now select this number and change its font to “Wingdings”
4.   As a result you will be shocked to see the resultant shape.
                                  Q33N

LOG TRICK. (DIARY WITH AUTO DATE & TIME)

             If you want to make a diary which inserts date and time automatically then use 
             this trick. 

1.   Open notepad

2.   Type ( .LOG ) (no brackets)

3.   Save this file with any name e.g. diary etc.

4.   Reopen the file and see the log book magic.

5.   You will see that the current date and time are automatically inserted.

6.   It will happen every time

 

NOTEPADE “HIDE TEXT” MAGIC

·   Open notepad and type 4 words separated by spaces. The letters of these words should be 4,3,3,5. For example you can write “mark the kid ahead” or “boys are not quick”  it is also called 4335 rule.

·    Save this file with any name.

·    Reopen your file and see magic.


RESTART YOUR PC QUICKLY.


This trick helps you to shut down your computer quickly after showing a message box. To apply this trick:

·    Open notepad

·    Write this code

@echo off

Msg* I am dead tired now.

Shutdown –c “Error! I will sleep now! Good byeee” –s

·    Save this file on desktop with bat extension.

·    Done.

·    Double click on the saved file, you will see a message and your pc will restart.


HOW TO DISABLE ERROR REPORTING IN WIN XP

Remove Error in Windows Xp.
Some time an error occurs while you are using XP. A little dialogue box appears asking if you want to send report to Microsoft for this accident or not? Mostly when we press the button “Don’t send” The software we are using, turns off and we do not get any chance to save our working data. You can solve this problem simply and after this process you will not see this error box again. Just follow these steps.
  
Right click on “My computer” and click on ‘Properties”
On system properties dialogue box click on ‘advance tab”
Click on the error reporting button.
Click on “Disable error reporting”
It’s better for you to Place checkmark on “But notify me when critical errors occurs”
Now click Ok.

Tuesday, September 10, 2013

Computer Tips & Tricks Everyone Should Know

Many hardcore computer users might think themselves above learning new tricks, but there's always new things to learn that will help improve your skills. Our bet: you will find at least one useful thing here that you didn't know before.
Inspired and with the help of this AskReddit discussion, we’ve compiled some of the most handy computer tricks you might not be taking advantage of. Our ultimate goal is to help you become more productive by shaving valuable seconds off your workflow. Of course, you can always pass along these tips to your not-so-savvy friends and family members to help them become better PC users as well.

General Tricks

Windows hidden "god mode" folder Windows offers a centralized Control Panel for all of the OS settings, which makes it easy for users to tweak everything from desktop background to setting up a VPN. To enter this mode, create a new folder with this exact name (copy and paste it): God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}. The folder icon will change to a Control Panel-style icon, and you will be able to jump in and change all kinds of settings. Note: Don't try this on Windows Vista 64-bit as it's known to cause a reboot loop.

Use Problem Steps Recorder This handy tool automatically records any mouse clicks and takes screenshots for you. If you need tech assistance with your computer, go to Run by typing Windows + R, and then type "psr." Use the tool and by the time you are finished, you can send this information, neatly compiled automatically, to the person helping you with the issue. It will make the process of finding the problem much easier for them, which means you will be able to get your system up and running faster.
Find/Delete large files wasting space A handy tool called WinDirStat (Windows Directory Statistics) can be used to easily find which files and folders are taking up the most space on your drive. From there, you can delete them and open up a ton of storage space.

Reduce the number of programs running at startup If your PC is taking too long to boot, it’s probably because you have far too many programs running at startup. Reducing this is easy, it will make your PC launch noticeably faster and lighter upon first load. To change the items running at startup, go to Run using the hotkey Windows key + R, and type "msconfig." A small window will appear (see the screenshot below), select the Startup tab. From here you will be able to turn off many startup programs, which can shave several seconds (or minutes) off your boot time. (Note Windows 8 has moved this functionality to the Task Manager). Try to make sure you research what you are turning off as some processes might be needed by third party programs or drivers you have installed.

Cloud backup important files If you’re working on a critical paper for school, work, or any other major project, make sure you are backing up the file not just locally. You can use services like Dropbox, Google Drive, or any of the other popular cloud storage solution which will do the legwork for you on the background. Of course, you can also throw the files on a thumb drive or external HDD just to be safe but backing up to the cloud can be done seamlessly which is twice the advantage.

Typing Tricks

Delete an entire word Instead of deleting a single letter, pressing CTRL + BKSP will delete the entire word behind the cursor. This makes deleting text quicker if you screw up a whole word.
Move Cursor to beginning of the next or previous word Moving the cursor around manually while typing is a great way to make your work take longer than it needs to. To speed of the process, move the cursor around with keyboard shortcuts. To move it to the beginning of the previous word, use CTRL + Left Arrow. To move it to the beginning of the next word, use CTRL + Right Arrow. In OS X you can accomplish the same using the Option key.
Making sub and superscript text If you need to make sub or superscript text (think exponents for superscript), press CTRL + = for subscript and CTRL + SHIFT + = for superscript.
Paste plain text of what was copied When you copy text from any source, programs will usually copy any formatting that comes with it. To paste this as plain text, press CTRL + Shift + V instead of the standard CTRL + V, and the system will paste unformatted text.
Note that many programs follow this parameter (Chrome, Firefox, etc.) but not all, particularly Microsoft programs like Word or Outlook. For those there's a few alternatives that go beyond copying and pasting in Notepad: 1) CTRL + ALT + V will show a 'paste special' dialog box. 2) CTRL + Spacebar will remove formatting in already pasted text. 3) Download Puretext and choose a hotkey to always paste plain text with it.

Keyboard Shortcuts

Copy only active window to clipboard Normally, the Print Screen key copies the entire display (or two displays if you got them), ALT + Print Screen only copies the currently active window to the clipboard. Whether taking a screenshot to diagnose a problem, or just because you want to show something to a friend, this will come in handy.
Fix those little mistakes Did you know you can undo almost any action? CTRL + Z is the ultimate hot key, and for sure you knew about it already, however note that undo doesn’t just apply to typing. If you accidentally delete or move a file, you can hit CTRL + Z to bring it right back to where it was. In Chrome and Firefox you can also undo closing a tab using CTRL + SHIFT + T.
Cycle through open windows Pressing ALT+TAB allows you to cycle through currently open windows. This makes switching back and forth between running processes quick and painless. If you want a more stylish method of cycling through open programs, Windows + TAB will do the job for you.
Interrupt all processes CTRL + ALT + Delete is one of the most common PC shortcuts, and one almost everyone is familiar with. The important thing to note is that it interrupts all processes, including the one that is bogging down your system, which can mean the difference between needing to restart or not.

Close the current program Typing ALT + F4 will close the program that is running. This is useful as it saves you time mousing over the "X" and clicking. People will often use this as a joke, telling you to press ALT + F4 to fix a problem. Don’t fall for it unless you want to close what you are doing.
Minimize all windows Sometimes you have a bunch of stuff running, and you want it all to go away so you can get to the desktop. Simply pressing Windows + D will minimize everything you have up, which will save you some time pressing the minimize button for each window. It should be noted that Windows + M offers similar functionality, but there is no undoing, so Windows + D is the more favorable approach.
Open the task manager directly If you want to bypass the interrupt that happens when pressing CTRL + ALT + DEL and jump right to the task manager, typing CTRL + Shift + ESC launches it directly.
Close the current window/tab Stick of moving all the way to that X button? Press CTRL + W and the current window will close. (Don’t do it now, or you will miss the rest of the tricks!)
Bring up the system information window This is so much quicker than digging this out the traditional way... Just press Windows + Pause/Break and the System Information panel will be ready to go. This might be the only use for the Pause/Break key you will ever find, so enjoy it!

Better multiple monitor control There are several useful keyboard shortcuts for controlling open windows on multiple monitors. Pressing the Windows Key + Arrow Keys will cause a window to quickly snap to each side of either monitor. Alternatively, hitting Shift + Windows Key + Arrows will cause the window to jump to the other monitor. Lastly, pressing Windows + P will allow you to quickly set up a second display or projector.

Web Browsing Tricks

Automatically add www. and .com to a URL You can shave off a couple of seconds typing in a URL by simply click CTRL + Enter after you type the name of the site. Need .net instead of .com, press CTRL + Shift + Enter instead.

Jump to address bar There are a number of ways to jump right to the address bar from anywhere in browser. Pressing CTRL + L, F6, and ALT + D all accomplish this goal.
Bring back a closed tab We covered this already, but it's super useful. Accidentally closed a tab? Simply press CTRL + Shift + T to reopen the most recently closed tab and get back to what you were doing.
Use private browsing The uses for not having cookies and history saved are obvious for certain activities, you know, like shopping for gifts on a shared computer (of course!). Pressing CTRL + Shift + N will launch a new private in Chrome, CTRL + Shift + P will do it in Firefox and Internet Explorer.

Cycle through open tabs Pressing CTRL + TAB while in a browser will flip between each one. This can be much faster than moving the mouse and clicking on a tab. CTRL + NUM (1, 2, 3, 4, n..) will also take you to certain tab in that numeric order.

File Management Tricks

Rename a file quickly Right-clicking and selecting rename is not very efficient. Instead, simply press F2 while a file is selected to change its name. To alter the name of another file, type TAB without deselecting the current file.
Rename files sequentially in Windows You actually don’t need to download any programs to perform a batch file rename in Windows. Instead, you can select all the files you want to change, right-click the first one in the list, select rename (or use F2), and type in the name. This will automatically change all the other files with the same root name with a suffix: (1), (2), and so on.

Select multiple files using the keyboard To select a bunch of files using your keyboard, you can press Shift + down arrow to select a single file or Shift + Page Down to select a large group of files at one time.

Security Tips

Run programs on an infected PC Often times, malware will prevent a computer from running certain programs. Changing the name of the .exe file can often override this. If that doesn’t work, changing the extension to .com is another useful alternative, and the program will still be able to run in spite of the extension change.
Read installers Even major programs can install toolbars and other unwanted pieces of software during installation. Take a few seconds to read each step to make sure you are not agreeing to install something other than the program you were actually seeking. Far too often people just push next over and over, and end up with a browser covered in various search bars that just aren't needed. In the worst of scenarios, these can have nefarious intentions.
Lock your computer if you get up Sick of your "friends" going onto your computer at work or home and posting things on your Facebook/Twitter page on your behalf? It’s certainly an annoyance, but an easy one to prevent. Windows + L will lock your system right away, requiring a password (if you've set one) to log in again.

Program-Specific Tricks

Photoshop: Drag the marquee without losing the ability to size it The marquee tool is, at its most basic level, designed for selecting a part of an image. It’s used constantly in Photoshop, and there is a handy trick many users miss. While dragging it around, you can press space, which will allow you to size it while moving it. This saves time by letting your perform two key functions at the same time.
Steam: Move games to another drive or partition By default, Steam installs all games to the same HDD or partition, but what happens if that fills up? The solution: download Steamtool Library Manager. It makes it easy to move games to another hard drive without messing with the functionality of Steam.

VLC: Fix unsynced audio and subtitles In the popular media player VLC, if your audio loses sync with the video or subtitles, there is an easy way to fix this. Simply pressing J or K will move the audio forward or backwards. Similarly, to sync the subtitles you can press H or G.

The combination of using these tips and tricks on a daily basis will most certainly make your computer life much more enjoyable, or at least more practical. And so, did you learn a thing or two that you didn't know before?

Thursday, September 5, 2013

15 Best Windows 7 Tips and Hacks

1.Use Keyboard Shortcuts

Using the mouse, you can drag-”˜n-dock windows to either side of the screen, or drag it to the top to maximize it. These keyboard shortcuts are even faster:
  • Win+Left Arrow and Win+Right Arrow dock the window to the left and right side of the screen
  • Win+Up Arrow and Win+Down Arrow maximize and restore/minimize
  • Win+M minimizes everything
  • Alt+Up, Alt+Left Arrow, Alt+Right Arrow navigate to parent folder, or browse Back and Forward through folders in Explorer
  • Win+Home minimizes/restores all open windows except the active window
  • Alt+Win+# accesses the Jump List of program number ‘#’ on the taskbar

2.Rearrange System Tray Icons

SystemTray
You can rearrange icons on the taskbar as you wish and start new (or switch to running) instances of the first ten taskbar programs using Win+1, Win+2, and so on. The cool thing is you can also rearrange system tray icons. Reorder them on the tray or move them outside or back in the tray. Take control of what you want to always keep an eye on, and from which apps you’ll require notifications.

3. Access Jump Lists with the Left Mouse Button

Jump Lists usually show up when you right-click on a taskbar icon. However, they can also be accessed by holding the left mouse button and dragging upwards. If you’re using a laptop touchpad or a touch screen, this is convenient because you do not have to click any button to access a context menu.

4. Add Any Folder to Favorites

AddToFavorites
You can add any library or folder to the Favorites section in Windows Explorer. To add a folder, navigate to it in Explorer, right-click Favorites in the left navigation pane, and select Add current location to Favorites. Now you get quick access to your favorite folders in all File->Save As dialogs!

5. Pin Frequently Used Folders to the Taskbar

Right-click, drag, and pin your favorite folders to Windows Explorer on the taskbar. They will now show up in the Jump List when you right click on Explorer giving you quick access to your favorite folders.

6. Pin Control Panel to the Taskbar

PinControlPanel
You cannot pin the Control Panel to the taskbar via the Start Menu or by drag and drop. Open the Control Panel and right-click its taskbar icon to pin it to the taskbar. An advantage of this is that Control Panel’s Jump List allows quick access to recently used functions.

7. Create Keyboard Shortcuts for Programs

You can create keyboard shortcuts for any program in Windows 7. Right-click the program icon and select Properties. Select the Shortcut tab, click in Shortcut key, to set the keyboard shortcut for that program.
ProgramShortcutKey

8. Open Command Prompt in Any Folder

Like the command prompt? Miss the “˜Open Command Window Here’ Windows XP power toy? Press “˜Shift’ when right-clicking on a folder to get that option in the context menu. This also works on the desktop. No power toy required!
ExpandedContextMenu

9. View Expanded ‘Send To’ Menu

Press Shift when right-clicking on a folder to get an expanded Send To menu.

10. Adjust Screen Text with Clear Type

Use Clear Type Tuner for the best look on your LCD monitor or laptop screen. Run “˜cttune.exe‘ from the Start Menu search box, or go to the Control Panel Display applet, and select Adjust ClearType Text from the left.
ClearType Tuner

11. Get Exact Colors On Your Screen

If you are an artist or you work with colors, use the Calibrate Color option in the Control Panel Display applet or run dccw.exe from the Start Menu search box. You can adjust gamma, brightness, contrast, and color balance, ensuring that colors are displayed correctly on your screen.

12. Customize the Power Button

If you restart your computer more often than you shut it down, change the default Shutdown power button to Restart. Right-click on Start, select Properties, and choose the Power button action that you use the most.
StartMenuProperties

13. Customize Number of Items in Jump Lists & Start Menu

Right-click Start, select Properties, click Customize and choose the number of recent programs to be shown in the Start Menu and the number of items displayed in Jump Lists from the Start Menu Size section below.

14. Search Internet from the Start Menu

SearchInternetStartMenu
Enable Internet search from the Start Menu using your default browser. Run GPEDIT.MSC from the Start Menu search box to start the Group Policy Editor. In the left pane, go to User Configuration->Administrative Templates->Start Menu and Taskbar. In the right pane, right-click to Edit and Enable Add Search Internet link to Start Menu.
SearchInternet

15. Add Videos to Start Menu

Windows 7 does not place a link to your videos on the Start Menu by default. To add a link to your videos on the Start Menu, right-click Start, select Properties, click on Customize. In the Videos section at the bottom, choose Display as a link.
Add Videos
Did you like these tips? Tell us or share your tricks with us in the comments!

10 Windows 7 Secrets, Tips and Tricks you didn't know!

Windows 7 can possibly be ranked as the best OS so far because of its simplicity and user friendliness. However, if you're using Windows 7, there may be a LOT about it which you wouldn't be knowing. Read along and APPLY what you like-

1change the background of windows media player:
1) Go to Run and type “Regedit”, It will open a registry editor.
2) locate this key in registry editor
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references
3) Double click on the key LibraryBackgroundImage and enter a value between 0 to 6 (each number represents a background).

2 move open windows:
If we press windows logo key + arrow key, then we will see the hover window is moving in the different sides according to the pressed arrow key. We can also minimize our opened hover window by pressing windows logo key + two times down arrow key.

3Windows 7 trick to access hidden themes:
Windows 7 doesn’t come bundled with a huge set of themes with it, so here is a simple windows 7 trick by which we can use windows 7 themes which aren’t made for us.
Just type C:\Windows\Globalization\MCT in the search box and press enter. You will see some folders of themes which are made for other countries like USA and Canada.

4Install windows 7 on netbook with a pendrive or flash drive:
To install windows 7 on a net book with a pendrive, Take a 4GB pendrive and format it with FAT32 file system, Then just copy an ISO image to the pendrive by xcopy d:\ e:\ /d /e (where d: is the DVD drive which contains windows cd in it and e: is the pen drive location). It will create a bootable pendrive by which you can easily install windows 7 on netbook.

5Make a system repair disc:
Almost all versions of windows supports this handy feature, making system repair disc is helpful in situations when we are facing problems booting windows.
System repair disc restore the windows to an old state without affecting your hard disk data. To create a system repair disc go to start, then maintenance and then create a system repair disc.

6.New windows 7 calculator:
New windows 7 calculator looks like vista one, but if you look it closely then you will find a lot of advance modes like standard, scientific, programmer and statistics. These modes support thousands of operations to solve a complex problem. To activate any of the mode just click on view and select mode.

7 Experience the new windows 7 WordPad:
The all new windows 7 WordPad supports format like .docx and .odt, so now you don’t need to download Microsoft office 2007, in order to open a ms office 2007 word document.

8 Zoom in and Zoom out in an easy way:
Windows 7 made accessing of magnifier lot more easier than its predecessor, to zoom in press windows key and + and to zoom out press windows key and -

9 Burn Cd and Dvd’s with windows 7 built in burner:
Windows 7 provides its own burner to burn cd’s and Dvd’s, So we don’t need to download softwares like nero to burn ISO. To burn an ISO file, Right click on the ISO file and select Burn Disc image, or easier just double click the ISO file.


10 Change the order of taskbar options:
many windows users worry for their taskbar, so if you are one of them, Here is a great news. You can easily arrange the taskbar options in any order by dragging and dropping.

Tuesday, August 20, 2013

How to recovery deleted data and partition step by step guide

In our previous article we have installed DATA Recovery software. In this article we would use DATA Recovery software.
Caution:-
Do not try this process on your important data or partition. To avoid loose we will make an example partition and recover data from it.
Complete these perquisite first
Now delete this partition ( You can use computer management tools for this )

Verify from my computer that you have deleted partitions

Open the recovery software.Select partition recovery and click next
recover delete data
On Next screen select your hard disk and click next

Now software will start searching for deleted and formatted partition Let it Search

On next screen it will show a list of deleted partition select the partition which you want to recover and click next

Form this options your can narrow your recovery process to files levels if you want full recovery just check marks on all as shown figure

Here you need to provide the location of folder where you want to restore the data and click on next

Recovery process will start depending on selected data taken time could we various Once the process is completed click on finish

Now go on the folder where you have recovered files

Here a folder named ntfs will show open it

Now click on Recycler folder In this there would be a folder Open it

In this folder you will get all your data back

Congratulation !!!! you have successfully recovered your deleted partitions data back

How to install DATA Recovery software Step by Step Guide

This step by step guide will help you to recover data from crashed system. Some time we accidentally delete important files. Real disaster comes when you delete files from recycle bin also.
In this article we would install data recovery software. In our next article we would use this software to recover data.
Download latest free version of data recovery software
Run exe file by double clicking on it
exctracted data
On welcome screen Click Next
data recovery software
On license agreement Select I accept license agreement

Choose destination folder where you want to install this software

Click yes on warning message

On information screen click next

Now software will copy its necessary file on hard drive click on next

Once this process is done you will see this screen Click on finish

We have successfully installed Data recovery software in next article we would recover deleted files and folder.