Thursday 7 November 2013

Improve System Performance in Windows Vista and 7



Almost all Windows users are aware of our Master Tutorial series which helps you in boosting overall system performance  and making your Windows faster. Following are the 3 tutorials which are part of this series:
  • Speed Up Windows XP- Master Tutorial to Make Windows XP Super Fast

Today in this tutorial, we are going to share another hidden secret trick which will help you in boosting your system performance. If you are a Windows Vista or 7 user, you should give it a try:
1. Type msconfig in Start Menu search box or RUN dialog box and press Enter.
2. Now go to "Boot" tab and click on "Advanced options..." button.
3. Enable "Number of processors:" option and select the correct no. of processors from drop-down list.
4. Click on "OK" button and then "Apply" it.
5. It'll require a restart and after reboot you'll notice improvement in system performance.

Tuesday 5 November 2013

Unlock Huawei modem

To unlock the huawei modem for following steps its 100% working try it.

1. Disable all the antivirus before starting the process. Because most of antivirus detect CDMA Workshop as virus.

2. Plug your E1732 with any other operator sim and let it install its driver.

3. Now just Right click on your MY COMPUTER ICON and go to PROPERTIES . Select DEVICE MANAGER and go to Ports (COM - LPT) then you will see there something like HUAWEI Mobile Connect – 3G Application Interface (COM8) then com8 is your systems port number please note your port number.

4. Now Run CDMA Workshop.Exe and  Click on Main and select the com port number in COM Settings (AT mode) box.
5. Now click on the "Connect" button.

6. After getting connected click on "Read" button. 

 CDMA Workshop
7. Now Click on Security Tab and in Spc select Default (nv_read) as SPC and Type 000000 in blank box and click on Spc and you can see the pop up window click on SEND.
 CDMA Workshop
8. Now Just Navigate to Memory Tab - NV Items, And Click On Read you can see on pop up confirmation box now click on OK.
 CDMA Workshop
9. Now NV Items Backup box will appear > In the box straight to Last NV Item type 9999 and Click OK and Save the file by giving a file name you like (Eg: E1732Unlock etc.)

10. Now Download and Run Huawei Downgrader(Ex, E1732,E1550,etc,.) and Accept Terms and Condition and then Click On Next and it will read your modem let it be finish then it will show your modem data then click on Start.

11. In the process if you get message like update failure after downloading program. then don't worry and click on OK.

12. Then Again Come on CDMA Workshop and come on Main Tab and click on Disconnect and unplug your modem.

13. Now Again Plug your modem and Run CDMA Workshop and check and select Com port as we have done previously.

14. Then come on CDMA wokrshop and Select Com Port and click on Connect and navigate to Memory Tab - NV ITEMS - Click On Write and now you can see one confirm box click on OK. then Click on Open then browse and select the file which we have saved before.

15. When the process will reach at 100% you can see success message then click on OK and From Main Tab Disconnect your modem and you are Done.

16. Now Download CDMA Workshop.

 Windows
This is latest version to download for click download button version 3.9.0. this version screen shots are,
CDMA Workshop  CDMA Workshop  CDMA Workshop  CDMA Workshop  
CDMA Workshop  CDMA Workshop  CDMA Workshop  CDMA Workshop 

Sunday 3 November 2013

Convert FAT32 to NTFS Without Formatting or Losing Data

You have a flash drive or probably an external hard drive that currently has FAT32 file system and you want to change it to NTFS, because FAT32 does not support handling large files (over 4GB) or it is just simply old for your taste but there is just one problem, you don't want to lose your saved data. This article is for you then as it explains exactly how you can achieve seamless transition from FAT to NTFS without involving any data loss.

FAT32 to NTFS

While it is generally recommended to use the NTFS file system because of its stability, security and lesser defragmentation time, most of us end up using FAT32 because that is what most disks are preformatted with. Unless, we notice the “Not enough disk space error” despite disk space being available, we don't bother to change the file system. Moreover, most of us don't change it because of the risk of losing important data and lack of time (read laziness). As Microsoft was aware of this scenario, they added a capability in the command prompt to overcome this by executing a simple command. There are many software that support this too but the Convert command is one of the easiest ways to do so. Follow the steps below to know how:-

Important: While this method works perfectly, I would still advise you to backup your data in case anything goes wrong.

FAT 32 to NTFS Conversion Steps

  • Go to Computer, and note the name of the drive whose file system you wish to convert.
  • Click on Start.
  • Type cmd in the search bar if you use Windows 7, Windows 8 or Windows Vista. If you use Windows XP, click on Run and then execute cmd.
  • Execute "chkdsk h: /f " (without quotes) where H is the letter of the drive to undergo conversion. This checks the drive for errors and fixes them automatically.
  • Execute "Convert H: /FS:NTFS" (without quotes). H is again the letter of the drive to be converted.
  • The command prompt will start the conversion process and after a few minutes, CMD will say that conversion was successful.
  • You can check it in the properties of the drive through right click<Properties.

Convert FAT to NTFS

This works on Windows 7, Windows XP, Windows 8 and Windows Vista. I converted my flash drive's file system using these steps and it worked flawlessly. It is interesting to note that this method cannot be used to reconvert NTFS file system back to FAT32. To reconvert back to FAT32, you will need to format the entire drive which will definitely cause data loss.

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks


Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
 Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.

Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
 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
Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

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.

Easy to Download Torrent Files with IDM

Torrent is today's most used system in the world. Torrent is used to download extremely large file from the internet. Torrent is actually depend upon Seeders and Leaches, if the seeders and leaches and few then the downloading speed of that torrent file will be very slow. There are many software's comes to download torrent files most famous among them is utorrent and Bittorrent. Torrent will become slow if you have low upload speed because torrent is uploading file as well when you are download any file.

In "Downloading" purpose, Internet Download Manager (IDM) use in a very large amount because of its speed and many useful functions. If you download the torrent file through Internet Download Manager (IDM), it will be download too fast with compare to utorrent or Bittorrent. Also it will never depend upon your Upload Speed. So without going to further details, lets discuss and know that how we can download torrent files with Internet Download Manager with maximum speed?

Steps to Download Torrent Files with IDM:
Step 1: 
  • Download any Torrent with torrent websites.
Step 2: 
  • Go to bellow link and click on "Upload Torrent" and Upload the Torrent file that you have downloaded from Torrent Website.
  • To Open site now Click Here
Step 3: 
  • After choosing file, click on "Go!" and then choose Free Download.
Step 4: 
  • After click on "Free Download", wait for a minute until your downloading is to be ready.
Step 5: 
  • When your downloading is ready, click on ".Zip" button to begin your downloading. Also you have multiple choice, you can download files one by one or anyone from torrent file.
Your download is starting when you click on ".Zip", If you Internet Download Manger is not opening when you click on zip, copy the Zip button link and paste it to Internet Download Manager

How it Work?
hiw
Using Zbigz.com gives you access to the network which contains hundreds of thousands of movies and other videos, musical albums, books and applications.
Zbigz is a gateway between huge data storage (BitTorrent network) and you. You do not need to download and investigate complicated software. It is possible but Zbigz has already done it for you. Just input your search query or choose what you need from our regularly updated catalogue and download it!

What is BitTorrent network?

BitTorrent is a peer-to-peer file sharing protocol used for distributing large amounts of data. BitTorrent is one of the most common protocols for transferring large files, and it has been estimated that it accounted for roughly 27% to 55% of all Internet traffic. That's massive! It means that by using Zbigz you can simply download almost everything you need.

But doesn’t BitTorrent have disadvantages? Yes, but Zbigz overcome them.

Software

To use the network you need to install some software. A fairly wide selection of different software is available. Some of them are good enough and quite simple but you do need to understand the basic working principles of BitTorrent and have some skills in network configuration (routers, firewalls etc.) to make it work really effectively.
Using Zbigz you will avoid this. We have already configured everything for you. You do not need to download or install anything.

Availability

Your favourite movie is in the network but it could be unavailable. This means that the “owner” is not connected to the network right now and you have to wait for his appearance. You have to be connected 24/7 to get what you want.
Our servers hunt without breaks. We will download it for you and notify you about it. You just need to login to your account and download it!

Publicity

Using BitTorrent you are absolutely open. It means that everybody in the network knows about you and your activity. Everybody knows what, when and how many downloads you have made. It is one of the main principles of a BitTorrent network and nobody can avoid it using the usual ways.
When you use Zbigz you are shielded behind us. All your activity is on behalf of Zbigz. You are absolutely anonymous.

You can use Zbigz for free and even without (free) registration. You can try it right now.
There are some further opportunities for registered users and even more opportunities for Premium users.

Trick To Find User Surname Of Any Reliance Mobile Number

While searching on web for finding details of user of particular mobile number, I came across a website that can help you to get little information about that user. In this tutorial i will teach you to find surname of Reliance mobile number user in few simple steps. Basically this website is for recharge but it helps you to get information about user of that mobile number. So lets dive into it.
  •     Enter Mobile Number in Reliance Subscriber Number.
  •     Email address is optional so you don't need to enter.
  •     Done!!! 
=======================================================================

=======================================================================

Random