Recommended For You

PC Tricks

Latest Updates

Adobe all product patcher/crack 2015

12:51:00 AM

Today in this post i am going to show you how you can patch or crack all adobe product using a single software.
Using this software is very easy.

FOLLOW THESE STEPS : 

1. Download the adobe universal patcher from this link .



2. Extract files using winrar or window explorer.

Note : you can download winrar 4 preactivated version from THIS LINK
3. Copy adobe universal patcher 2015.exe in paste it in adobe directory i.e. C:/program files/ adobe





4. Now double click on adobe univeral patcher 2015.exe click yes when UAC pop up


5. Now select your adobe product from the list.




6. Now click on patch




7. If you have done every step carefully then you will a window like this. patching is done.





8. That's it!!

So this is how you can patch all your adobe product.


Thanks for visiting !!


How to know gender of you computer

9:03:00 PM

Do you want to know that what is the gender of your computer. weather it is female or male.

Here is a simple method to figure it out.

If you have read our previous in which we have teach you that how you can make your computer welcomes you.


To know your gender of your computer :-

FOLLOW THESE STEPS :


1. Open notepad and paste this code.

dim speaks, speech
speaks="Nice to see you, Your name. have a good day sir!"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


2. Now replace  " Your name. " with your name.

3. Now go to file and click save as.




4. click on save as all type and save it as a vbs file

for example : hi.vbs [ .vbs extension is very important ]






5. You can save it at any location.

6. Now double click on that file.

7. If your computer say that message in a girl's voice it means you have a female computer and if  your computer say that message in a boy's voice it means you have a male computer ( and you need to buy another computer . just kidding skip this !!! )


So that's it how you know about computer's gender !

Thanks for visiting !!

How to make your pc welcomes you

8:53:00 PM

In this post i'll show you how you can make your computer welcomes you with a message like "Welcome to your PC, Your name."

so each time when you start your computer it will say this message.

So how exactly you do this.

FOLLOW THESE STEPS :


1. Open notepad and paste this code.

dim speaks, speech
speaks="Welcome to your PC, Your name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
2. Now replace  "Your name" with your name.

3. Now click file and save as



4. Now here is important step  click on save as type and click all types and then save it as a .vbs file .
for example : hi.vbs [ .vbs extension is very important ] 






5. Now if you double click on that file it will that message in this voice. but how you make your computer so it will say it when your pc starts?

6. Here is the solution. copy this file to


C:\Documents and Settings\All Users\Start Menu\Programs\Startup  [ if you have windows XP ]


C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup [ if you have window vista,7,8,8.1]

7. That't it Now each time you start you computer it will say that message. and welcomes you !!

8. You can delete that vbs file from above location to undo this.

Note : For best result make some settings :


1. Right click on desktop and click personalize.

2. Now click on sounds



3. Under sound scheme select No sound  and hit apply



6.If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.

And done!

So this is how you can make your computer welcomes you in its voice.

Thanks for visiting !!

Nero burning ROM 2014 with crack [ life time ]

8:25:00 PM

Today in this post i'll show you how you can download and install Nero 2014 full version  for free and can use it for life time.
As you all know that nero is a very powerful and famous dvd burner program.
You can create images, DVD and CD using this software but there are some limitations with trial version.
So here is full version for nero.


FOLLOW THESE STEPS :

1. First download software from above link.
password is : MeraPC.in

2. Now install  Nero_BurningROM2014-15.0.05300_trial.exe as a trial version.


3. USE this key

9043-0082-W23E-2PPH-0LKT-TMMP-AHL6-638A


4. Now you will see there is a crack folder in the downloaded file.
 Copy "AdvrCntr6.dll" to C:\Program Files\Common Files\Nero\AdvrCntr6


5. Copy "NOSProductRegistration.dll" to C:\Program Files\Nero\Nero 2014\Nero Burning ROM\OnlineServices

6. That's it!!

Now you can use this software or unlimited period of time.

Note : please don't update it.

Thanks for visiting !!

Power iso 6.1 ( 32 and 64 bit ) life time version

10:32:00 PM

Today i will show you how you can Download and install Power iso 6.1 for free and use it for lifetime.

Most of you may know that power iso is a very powerful image creating and dvd burner program.
we can create bootable image and can also create bootable pendrive as well.

But there is some limitation with trial version so in this post i'll show you how to use full version.

First of all you need to download power iso 6.1 with crack using this download button.





Once you download this file you need to follow these steps .

FOLLOW THESE STEPS :

  1. if you have 32 bit version of windows ( x84 )

 1. Install  PowerISO6-x86.exe !
2.  Now once you installed the software, double click on RegKey.reg file.

3. Now copy PowerISO.exe from Crack (x86) folder.
and paste it in to C:\Program Files\PowerISO

4. click on copy and replace.
5. That's it !

  2. if you have 64 bit version of windows ( x84 )

 1. Install  PowerISO6-x64.exe !
2.  Now once you installed the software, double click on RegKey.reg file.

3. Now copy PowerISO.exe from Crack (x64) folder.
and paste it in to C:\Program Files\PowerISO

4. click on copy and replace.
5. That's it !
Note : if you don't know which version you are using then : right click on my computer icon and click properties. then under system you will see your system type.

Well that's it. Like us on facebook and thanks for visiting.

How to Lock a folder with password without any software

10:29:00 PM

In this Post i will show you how you can lock a folder without any software.
The main advantage if this trick is that if you locked a folder than it will also not visible and can’t be accessed through any ways.
So lets get in to it.

FOLLOW THESE STEPS :

1. Open Notepad and Paste this code.

cls @ECHO OFF title Folder Locker MeraPC.in
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== DevendraSingh goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End



Note : Replace DevendraSingh with your desired password.
2. Now click on save as.

3. Now click save as all type and save it as a bat file for example locker.bat




4. Now double click on this locker.bat file and you will see that it will automatically create a folder named MyFolder



5. You can save any personal files in this folder.

6. Now again double click on that locker.bat file and command prompt will open type Y and press enter and you will see that your folder is not visible now.


7. To UNLOCK just double click on that locker.bat file and enter your password and hit enter.

8. if someone type wrong password than it will exit automatically.

So that’s it! hope you find this helpful.
Thanks for visiting !

How to sign up multiple times to a website with one/same gmail account

10:22:00 PM

In this post i will teach you a very simple technique to sign up to a website using one single gmail address.
Some on you may know that if you add dot [.] in your gmail address then gmail will treat it as same gmail address means you will able to receive on this email address as well but most of the website treat them as a new email address.
So the tricky part is just add a dot [.] in your email address and you have a different email address and you can sign up using that as well.

For example

if my gmail address is
kunwardevendrasingh@gmai.com
than i can use :
kunwar.devendrasingh@gmail.com
kunwardevendra.singh@gmail.com
kunwardevendra.singh@gmail.com
kunwardev.endrasingh@gmail.com
kun.wardevendrasingh@gmail.com

i can add . ( dot ) anywhere on my email address
Now if i use these email address than they will treat them as new email address but gmail will not.
Note : please note that some website will also treat them as same email address such as facebook.
Well hope you found this helpful.
Thanks for visiting.

How to Install whats app plus without getting banned [ what app reborn ]

10:21:00 PM
how-to-install-whats-app-plus-without-getting-banned
In this Post i will show you how you can install whats app plus without getting banned.
Some of you may know that if you try to install whats app that it will give you an error message that you may have violated our terms and condition and you will get banned for 24hr first time, 48 hr second time 72 hr third time and so on.
So here is a simple way to install whats app plus without getting banned.
whats app plus banned
Note : Please do not try to install whats app plus from any other source download whats app reborn version from given link

FOLLOW THESE STEPS :

1. Download and install official whats app from playstore . You can also use this link.
Note : if you already have whats app than skip this step




2. Now enter you mobile number and verfiy it.
Note : if you already have whats app than skip this step
Note : if you already have whats app than create a backup of your messages.
Back Up all your old chats : Go to WhatsApp > Menu Button > Settings > Chat Settings. Tap Backup Conversations.
( if you want to save messages ).
3. Now uninstall official whats app.
Note : DO NOTE CLICK ON CLEAR DATA.
4. Now download whats app reborn version from this link.




5. Now open whats app reborn version and you will see that it is working perfectly .
Now you can use all the advantage of whats app plus.

If you found this post useful than do share it with your friends.
Thanks for visiting.
 
Copyright © Mera PC. Blogger Templates Designed by OddThemes