Showing posts with label Help Desk. Show all posts
Showing posts with label Help Desk. Show all posts

Windows 8 Boot Issues? Try Fixing the Master Boot Record (MBR) or Boot Configuration Data (BCD)

Windows 8 received a decent amount of enhancements on the desktop side that I tend to appreciate versus running Windows 7, even if that means I get Metro standing in the middle here and there occasionally. One such area of improvement is notification management and how it handles updates and system restarts. Running the final version of the OS for a few months now, it’s been a painless affair until this past weekend.
I shut down my desktop PC with the purpose of connecting new hardware and on the way out I was prompted to “update and shutdown”. Sure, why not. I went on to install a secondary SSD for maintenance purposes and apparently that was enough for my system to refuse booting right after. I tried to backtrack to no avail.
"Reboot and select proper boot device"
I bet you have no love for the message, neither do I.
Because I had disconnected a few devices, it took me a while to narrow things down to my boot SSD, and for a second I even thought the SSD had gone forever kaput. After booting with a different drive and noting I could read all my data on the drive in question, I took a deep breath and started to troubleshoot the boot record. Once you settle on the idea that it’s not a hardware problem and you are unable to boot up, your best bet is to try to fix the MBR (Master Boot Record).
With a long history of dual booting different versions of Windows over the years, finding a corrupt MBR, boot sector, or Boot Configuration Data (BCD) is nothing new, but it took me longer than usual to come to a solution. Here are a few things you can try and hopefully get back to full speed in no time.
First of all, you will need a bootable disc or pen drive. Here’s a quick guide to accomplish that if you don’t already have one handy. Although it's not a requirement, to be on the safe side it's recommended at this point that you disconnect other storage devices from your PC and leave only the SSD/HDD that you are troubleshooting.
Booting into the Windows 8 setup, select “Repair your computer” in the bottom part of the window, then “Troubleshoot” and “Advanced options”. Here I was given a good reminder of another cool Windows 8 feature. If you have a restore point created you can go back to that working copy of the OS without losing your data. Well, I didn’t have any.
So the first thing you will want to try is the Automatic Repair.
If that fixes your boot problem, you had it easy and go on to create a restore point for another time you are out of luck. If Windows is unable to fix your issue, read on.
Go back to the Advanced options and choose the Command Prompt. Going for the next easiest way to fix the problem, enter the following four commands into the prompt:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
After receiving a success confirmation. Close the CMD window and restart your PC.
If you are booted into Windows, excellent! If not, let’s try one last thing. Follow the previous steps until you have landed into the Command Prompt.
Enter the “bcdedit” command. A lists of items will appear under Windows Boot Manager and under Windows Boot Loader. Look for the following items:
  • Under Windows Boot Manager, the Device item should be set to unknown.
  • Under Windows Boot Loader, the Device and os device items should be set to unknown.
Run the following three commands to correct the settings:
bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {bootmgr} device partition=c:
One last thing to try (though in theory, it's the repeating what we’ve done before) browse to the folder X:SourcesRecovery and then enter “StartRep.exe” which executes another automated startup repair utility.

Hope this helps, and best of luck! Find previously published on SolutionsBD.

INCREASE SPEED OF HARD DISK

INCREASE SPEED OF HARD DISK
It is common observation that some times our computer slows down due to low performance of hard drive. This problem happens due to the slow performance or poor speed of hard drive. When we say about poor performance, actually we mean, poor speed of reading/writing of hard drive. This problem can be solved by increasing the hard drive speed. Follow these steps to solve your problem.


Click Start menu and select run.
Now type (sysedit.exe) in run and press enter.
System configuration editor will appear.
Here you can see some multiple windows but you will select (system.ini).
This window contains a line (386enh)
Now after this line type (irq14=4096)
Now close this window and save it.
Reboot your computer now.
You will surely feel better performance of your computer.
Enjoy.

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.

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.

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.

SOME IMPORTANT SHORT KEYS

If you feel that your mouse is not working properly, than you can use these short keys to operate without mouse. Here are some common short keys.

Alt + Space + R
This short key reduces the size of window

Alt + Space + M
You can move any small size window to any corner of your desktop.Use arrows keys to move left, right, top or bottom and press Enter.

Alt + Space + X
You can maximize  any small window by pressing this short key.

Alt+space+N
To minimize any window use this short key.

Alt + Tab.
Maximize any minimized window.  Moreover if you are using two or more than two programs then you can also use this short key to select your required programe.

Win+U+U
If you want to shut down your computer without mouse then press window key and then press “U” key 2 times.

Win + U + R
Use these keys to restart your Computer.

YOU CAN CHANGE THE NAME OF ANY FOLDER WITHOUT MOUSE.
Simply highlight required folder through arrows key and press “F2”. Write the name of folder and press Enter.

OPEN NEW TAB IN GOOGLE CHROME.
You can easily open a new tab in google chrome by pressing Alt+T
Similarly you can close tab by pressing Alt+W

HIDE FULL DRIVE PARTITION.

HIDE FULL DRIVE PARTITION.
It is often seen that many people want to secure their data from other users or their friends. For this purpose they use different methods to hide their data but all these tricks are not reliable. BUT now I am telling you a secure method to hide full drive. You can put all your data in a drive and after applying this trick you will be able to hide full drive. To learn this trick, follow these steps.

  • First of all logged into administrative account.
  • Click on start, open run and type “CMD” and press enter.
  • Type “diskpart” and press enter.
  • After few seconds diskpart utility will appear.
  • Now type “list volume” to show list of volume and press enter.
  • Select the Drive or volume that you want to hide. If you have four drives C,D,E,F, and you want to hid “D” drive, then type “select volume 1”  and press enter.
  • Now in the next step type "remove letter D" to hide this drive.
  • Close CMD and open My computer to check…drive D is not there…
  • Now if you want to show the hidden drive then in step 7 type “assign drive d” and check “My computer”. Drive is back now.
  • Excellent trick, try it now.
image (hide system drive)

INSTALL WINDOWS XP FASTER

In this post I will tell you about installation of win XP in minimum time period. Normally when someone tries to install windows XP on computer, it takes around 30-40 min to complete entire setup. It is too much time to install windows setup. I will tell you a method to install windows more faster. It will take approximately 15 minutes to complete windows installation. So to install win XP in short time please follow these steps.


Power on your computer and start with bootable windows XP cd
In first step window will load installation files.
Select any drive ( C: ) for installation.
Select NTFS to format the partition.
Setup will copy files on this drive and it will try to restart PC.
After restarting when you see Xp logo, press (Shift+F10).
It will open (CMD) prompt.
In CMD prompt type (Taskmgr)
It will open task manager. Now go to “process” tab and find “Setup exe” Right click on setup.exe and select “Set priority”
You will see a submenu. Here priority will be normal. Select priority to (High)  or above (Normal).
Done. 

This will complete installation process much faster than the normal original time.
Try it….......

DISABLE AUTORUN OPTION OF USB/CD/DVD

DISABLE AUTORUN OPTION 
OF USB OR CD DVD DRIVES.

Many people know that when ever they plug in their USB drive into the USB port, automatically an auto play option gets executed. Similarly when they insert CD or DVD in drive, it also shows same option of auto run. Sometime it becomes very dangerous for your computer because if your USB drive contains any virus then it gets executed along with auto run files. As a result your computer or operating system becomes slow. There is a trick to solve this problem. Just follow these steps.
  1. Click START MENU and click on RUN.
  2. Type “GPEDIT.MSC” and press enter.
  3. Click on Computer Configuration, then click on “administrative templates
  4. Now click on “system” and you will see a list on right side of the window.
  5. Search Line No. 16. (Turn Off Auto play)
  6. Double click on it and on the resultant window click on “enable
  7. Select “All Drive” to disable all drives.
  8. Click on apply. Done. 




Tips for using either credit card


The National Commission for the Protection and Defense of Users of Financial Services (Condusef) said that the payment of 0% interest is a smart way to use the credit card. Sounds easy, but how? Basically, following three key recommendations:
1. Do not sign more than they can afford.
2. Buy after the cutoff date.
3. Liquidate the total consumption in the date.
The agency also said that today there are various credit and loan options in the market, but some of them are expensive. “Pawn shops, for example, where they can charge up to 13.5% monthly interest on borrowed money, whereas if we use our credit card wisely can finance up to 50 free days, which would save up to 20 %, “says in a statement.
The Condusef argues that the most important thing is to become familiar with some concepts with the aim of using the plastic properly. Thus, the cutoff date is the day of the month that ends and begins a new period of what is spent, and the deadline is the one with the cardholder for payment and not fall into arrears, and where banks generally provide 20 calendar days.
The minimum payment is the amount to deposit to the bank to avoid falling into arrears, and payment for non-interest is the total amount of consumption made during the period and must be paid in full, and must include the monthly payments promotions.
Meanwhile, the period is the start and end date that includes a cycle ranging from 30 to 31 days.
Thus, cardholders who pay 0% interest are those that use the card as payment in lieu of cash, and pay the total consumption made in the period, taking 50 days of funding granted by the bank and are fitted between the cutoff date and payment date.

For leisure time at Home trying to Business


For leisure time at home trying to Business 

IN A COMPANY USUALLY EMPLOYEES DO NOT REALIZE THE IMPORTANCE OF SAVING ELECTRICITY. IT IS VERY USUAL FOR EXAMPLE EMPLOYEES TO LEAVE THEIR COMPUTERS BURNING WHEN YOU GO TO LUNCH OR EVEN WHEN THEY GO TO WORK.



















There must be clear policies therefore within the company so that employees are aware of the importance of saving electricity using our business idea. Compliance with these policies must necessarily be controlled and monitored.
It is very useful for this purpose implement such shifts among employees to monitor compliance with those policies by the other workers also establishing compliance measurements.
On the site we take for example Small Biz Trends some simple tips that can take our company to save money on electricity and that can be the basis of these internal policies to be implemented by your company for this purpose.
Next step to review these tips to save money by saving electricity:
1. Change desktop computers or laptops laptops. It happens that studies show that laptops or laptops save 80% energy than it spends a desktop computer so it would be important for your company to make the change of equipment.
2. Programming systems “sleep mode” in electrical equipment. The “sleep mode” when the team is partially disconnected power using fewer resources. Today almost all electrical equipment have this mode when not used after a certain time, I include not only computers but even coffee machines.
3. Turn off the equipment at the end of the day. Here’s what else is left to do and where supervision or imposing sanctions even among employees can be measures to implement.
4. Using centralized off. Beyond the equipment off there something called “phantom energy” so it would be very useful to implement a power central locking all such outlets for a business idea.
5. Being small and new refrigerators. If your company has a refrigerator is that it is small and again to prevent energy loss.
6. Buy products with the seal of “energy saving” or similar. Today many governments have implemented policies to electrical equipment meet certain standards of energy saving, it’s a matter of searching in the market and prefer versus those who do not have that seal.
7. Use equipment with timers. These are teams that have a stopwatch a “timer” that disconnect, individual past one program.

Add Google Adsense Wire Transfer Payment Method to Bangladesh

There is very very Good news for Bangladeshi Google AdSense publishers. Now Bangladeshi Google AdSense publishers get their AdSense payment directly with any Bangladeshi bank through international wire transfer payments method. This is very fast and secure system. It’s the Google-recommended payment method.
You need to add this new wire transfer method in your your Google AdSense account page. There are three-step process to add AdSense wire transfer (EFT) payments in account.
1. Add bank account information
2. Check your test deposit
3. Enter the test deposit amount in your AdSense account to verify your bank account.

Please check this article to get details tips on How to add Google AdSense Wire Transfer Payment Method for Bangladeshi publisher.
It was very bad experience to cash out Google AdSense money for Bangladeshi publisher. Now this new system will help a thousand of publisher to get their money easily.

Sony Ericsson Xperia X10 mini Network problems! : Android

If you continue to have problems setting up your Google account on your Android device, this will solve your problem. This is a frequent problem experienced by users of the Google Nexus One phone.

If you did not setup your google account when you first boot up your phone, you will repeatedly get this error.
To solve this problem, do the following…
1. Hard reset your phone. You will lose all information that is currently on your phone when you do this.
Select Settings -> Security -> Factory Data Reset
2. Once the phone reboots, input your google account information when the phone asks for it.
3. If you are still having problems, you can try the YouTube Connection Trick:
a. Add YouTube app and login with gmail account
b. Go into Gmail App and add account if needed.
c. Sign into Gmail account wither username and password
d. Go through login process
If you are still having problems, check out some of the additonal fixes in our wonderful comments below.

My husband likes anal sex : How to fuck in my ass ?

Problem:
My husband likes anal sex and for me it's very painful. I know there are lubricants designed to numb the pain but don't they numb both sides? Is there anything that I can do to help ease this problem to make it something both sides can enjoy?

 Solution:
All good advice, try a few more times but have an out clause so in time if nothing helps he will give it up.

But really it can be a really great experience if done correctly.

First question is how big is he? If he's big or thick it might never happen.

The thing is some people enjoy the pain. In extremely heightened sexual states pain becomes pleasure, the body chemistry and brain changes. Pain causes endorphins and that can make a more pleasurable feeling. For instance, working out can be painful but you get this runner high from it once you past a certain point.

This is going to take a few times and graduate slowly step by step. Not even in the same week, maybe once a week or every other week, he has to be patience.

So, relax, have a few glasses of wine. Have him give you a full body massage with oil. Have him perform some great oral on you including some anal penetration with a well lubed finger. Just have him insert it and not anything else. That will get you used to having an object in there. Graduate to a small anal plug, well lubed it will stay in by it's self. Have him use a vibrator on you or rabbit while doing this after the oral.

After a few times of this and once you have learned to relax your anal sphincter muscles and are used to having something in there he can proceed to using a finger or two in you anus but with the in and out movement. You can also use a dildo now that is approximately his size or less with the in and out motions, but slowly and well lubed.

The next step is to insert his penis when you are fully comfortable and just leave it in their while he plays with you, erogenous zones like breasts, nipples, clit and even uses the vibrator on you clit.

Then it time for you to hold the vibrator on your clitoris while he slowly does the in/out thing, slowly until you are used to it.

Once you have gotten to that point it's time to go for it full out. If you can't get to that point it will never happen, if you do by that time you would be used to it and even if it's not number one on your list all the other things like massages, rabbit's and vibrators maybe even a little B&D thrown in might make up for it. Then again he may unleash something inside of you that makes you say "fuck my ass, pound it baby, ram it hard in me", it has happened, believe me.

But always use an enema to clear your bowels first and be careful anything you eat that day isn't something that makes you have any type of intestinal problems.

If you cannot get to that point but have given it a real try, make a deal with him. You will let him fuck your ass if he lets you take a similar sized dildo and fucks his with it, it's only fair you know. He might get into too, you never know. Some men love a vibrator in there too. It doesn't mean he's gay believe it or not.


In regards to the numbing lubes, they don't numb his penis (the ones I've used anyway) only your anus. But you still have to be careful with these, if you use them it doesn't mean he can pound away at your ass with abandon, he can still do damage the same way if you weren't numbed. For me, it takes away the pain but I can still feel him back there which makes it great. Just use caution.
 
 
 
Make yourself horny before you try. Have him use his mouth on you to start, then using lots of lube have him use his fingers first, first one then two then three if needed. it will feel better at it goes, then once your there his penis shouldn't hurt so much. The worst part is when the head goes in so do it kinda fast.

How to get fucked in the Ass without feeling pain

It takes patience and practice. Remember you're trying to get something to go the wrong way up a oneway street. You have to practice with something smaller in girth than your average penis, make sure it's well lubed and gently insert it very slowly while at the same time learning to relax your sphincter muscle. Best bet is to go to a sex shop and buy a smallish dildo which has the same consistency as a normal penis - not made of hard plastic and use that. The clerk at the shop will guide you to the right product. Practice, practice, practice!! Slow and gentle and one day you'll be able to do it without it being so painful.
Good luck :)
Let me know how you fare with this.


I agree with most of what's been said already, with exception to marquella.wells. I taught myself anal with objects (carrot, cucumber, fingers, dildos, etc) & with a dildo or penis the size of mine I can take it in painlessly. I have been privileged to teach anal to a couple of women as well, who both loved anal from then on & one actually preferred it. I start with my pinkie finger & graduate up by size, slowly & making sure that there's no discomfort. I work all the way up to my thumb, then work on inserting two fingers & so on until it's relaxed enough to take my dick. One of the ladies could even have an orgasm doing anal. Oh yes, plenty of lube!

On your own, use a well-lubed dildo to stretch each day. When you do have him enter your anus, make sure he is well lubed and inserts just the head to start. After two or three entrances / days, there will be no pain - just pleasure.

Android: Apps Can’t establish a reliable data connection to the server

If you continue to have problems setting up your Google account on your Android device, this will solve your problem. This is a frequent problem experienced by users of the Google Nexus One phone.

If you did not setup your google account when you first boot up your phone, you will repeatedly get this error.
To solve this problem, do the following…
1. Hard reset your phone. You will lose all information that is currently on your phone when you do this.
Select Settings -> Security -> Factory Data Reset
2. Once the phone reboots, input your google account information when the phone asks for it.
3. If you are still having problems, you can try the YouTube Connection Trick:
a. Add YouTube app and login with gmail account
b. Go into Gmail App and add account if needed.
c. Sign into Gmail account wither username and password
d. Go through login process
If you are still having problems, check out some of the additonal fixes in our wonderful comments below.

How to Add Google Adsense Wire Transfer Payment Method Bangladesh

Great news for Bangladeshi Google AdSense publisher. They can withdraw their money directly from their local bank via International Wire Transfer method.
It is very supper fast and risk-less system. You should add this new AdSense payment method. Just Follow the following steps to to Add Google Adsense Wire Transfer Payment Method for Bangladesh.

HOW TO ADD GOOGLE ADSENSE WIRE TRANSFER PAYMENT METHOD BANGLADESH

Add bank account information

  1. Sign in to your account at www.google.com/adsense
  2. Visit the Account settings page.
  3. In the Payment settings section, click “edit payment method.”
  4. In the Electronic Funds Transfer section, select the Add a new bank account radio button. (If you don’t see this section, then EFT payments aren’t available in your location yet.)
  5. Click Continue.
  6. Enter the requested bank account information. If you’re not sure what information to enter, please contact your bank. Click Continue.

Check your test deposit

Once you enter your bank account information, Google will begin the process of depositing a small test amount into the bank account you specified. This process takes a few days, so check your bank statements after 4-10 days to find a deposit. The deposit ranges from $0.15-$1.10. Depending on the country in which your bank is located, the deposit will be labeled as one of the following:
  • AFS RE GOOGLE
  • AFS RE GOOGLE ADSENSE
  • ARVATO FINANCE SERVICES LIMITED
  • BFS FINANCE LTD
  • CITIBANK IRELAND FINANCIAL SERVICES
  • Google AdSense Payment

 Enter the test deposit amount in your AdSense account

Once you have the test deposit amount:
  1. Visit the Account settings page.
  2. In the Payment settings section, click Verify this account. (If you don’t see this link, our system may not have been updated. Please wait a couple days and check again.)
  3. In the box provided, enter the test deposit amount that you received in your bank account.
  4. Click Next. Once you have entered your test deposit verification amount correctly, your bank account will be approved.
  5. Select the newly approved bank account as your default payment method.
Please note that if you set EFT as your payment method after the 15th of the month, we can’t guarantee that you’ll be paid by EFT. For example, to ensure payment by EFT for your March earnings, please complete the steps above before April 15th.

Teletalk Bangladesh Ltd 3G PREPAID BROADBAND INTERNET DATA PLAN

Teletalk Bangladesh Ltd
3G PREPAID BROADBAND INTERNET DATA PLAN
informations collected from teletalk official site :)

Tariff/Charges:
-->
SPEED UPTODATA VOLUMESUBSCRIPTION FEEUSAGE VALIDITYSUBSCRIPTION CODE
256 kbps
40 MB
Tk.25
3 days
D35
500 MB
Tk.200
30 days
D13
1 GB
Tk.175
10 days
D14
2 GB
Tk.400
30 days
D15
4 GB
Tk.600
30 days
D16
25 GB
Tk.1050
30 days
D17
512 kbps
5 MB
Tk.2
01 day
D56
20 MB
Tk.8
01 day
D18
100 MB
Tk.50
05 days
D37
1 GB
Tk.160
10 days
D19
1 GB
Tk.260
30 days
D31
2 GB
Tk.350
30 days
D20
3 GB
Tk.425
30 days
D38
3 GB
Tk.1000
6 Months
D36
5 GB
Tk.600
30 days
D21
10 GB
Tk.825
30 days
D22
30 GB
Tk.1500
30 days
D32
1 mbps
40 MB
Tk.20
03 days
D51
300 MB
Tk.100
07 days
D52
1 GB
Tk.260
10 days
D23
1 GB
Tk.320
30 days
D53
2 GB
Tk.425
30 days
D24
4 GB
Tk.750
30 days
D25
8 GB
Tk.1000
30 days
D26
30 GB
Tk.2500
30 days
D33
2 mbps
5 GB
Tk.1200
30 days
D54
7 GB
Tk.1600
30 days
D55
10 GB
Tk.2200
30 days
D27
30 GB
Tk.5000
30 days
D28
4 mbps
8 GB
Tk.3000
10 days
Activated Manually
20 GB
Tk.6500
10 days
Activated Manually
 


VAT applicable 
 
::Note:
  • To subscribe any 3G prepaid data plan, on SMS option Type “subscription Code” and send to 111. For example, to subscribe Monthly 2GB Data plan for 512kbps speed, Type D20 & send to 111.
  • After exhaustion of data pack within validity time1paisa/15KBwill be charged. After validity period if any other data pack is not subscribed by the way of recursion or by manually, Pay Per Use policy will be applicable till subscriber subscribes to any other data plan.
  • If any volume is not used during the validity period, it will expire and will not be carried over to the next cycle.
  • The default data speed is up to 512kbps and can be enhanched up to 2Mbps as per data bundle pack.
  • For Unlimited package, fair policy will be applicable.
  • To check the Usage of Volume Bundled Package write 'u' and send SMS to111 and to know the balance dial*152#.
  • SMS Charge not applicable.
  • 15% VAT will be included.
 
 
3G POSTPAID BROADBAND
 
 
 
Tariff/Charges:
 
SPEED UPTOUSAGEAMOUNTSVALIDITYSUBSCRIPTION CODE
256 kbps
3 GB
Tk.350
30 days
F1
7 GB
Tk.650
30 days
F2
30 GB
Tk.1050
30 days
F3
512 kbps
1 GB
Tk.220
30 days
F21
3 GB
Tk.410
30 days
F4
5 GB
Tk.600
30 days
F22
7 GB
Tk.750
30 days
F5
12 GB
Tk.900
30 days
F6
16 GB
Tk.1150
30 days
F7
35 GB
Tk.1500
30 days
F8
1 mbps
5 GB
Tk.750
30 days
F23
10 GB
Tk.1300
30 days
F9
20 GB
Tk.2000
30 days
F10
40 GB
Tk.3000
30 days
F11
2 mbps
10 GB
Tk.2500
30 days
F12
20 GB
Tk.4000
30 days
F13
4 mbps
20 GB
Tk.6000
30 days
Activated Manually
 
 
 
 
VAT applicable
::Note:
  • To subscribe to any post paid data plan, write 'subscription code' and send to 111. For example: subscribe to monthly 3GB data plan with 512kbps speed, write F4 and send to 111.
  • After exhaustion of data pack within validity time 1paisa/25KB will be charged. After validity period if any other data pack is not subscribed by the way of recursion or by manually, Pay Per Use policy will be applicable till subscriber subscribes to any other data plan.
  • If any volume is not used during the validity period, it will expire and will not be carried over to the next cycle.
  • For Unlimited package, fair usage policy will be applicable.
  • To check the Usage of Volume Bundled Package write 'u' and send SMS to 111 and to know the bill dial *152#.
  • SMS Charge not applicable.
  • 15% VAT will be included.