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

Tuesday, July 29, 2014

Protect Your Files With Password Without Using Any Software

Posted by Chaithanya
Password Protect Any Folder Without Any Software

In your PC you will be maintaining many files. In that some are very important to you and you want to protect it from others. For this you will be using some of software's. But there is a way in your computer in which you can maintain password for your file folders. Here we discuss some of the points where you can make your passwords in your PC without using any software's.

1. Open your notepad and copy the code below in it.
cls
@ECHO OFF
title alltechcorner.com
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%== alltechcorner 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

2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on lock.bat and new folder will be created with name MyFolder
4. Copy all your data you want to protect and place it in the New folder.
5. Now double click on lock.bat and when command prompt appears "Type Y" and press enter.
6. Now Myfolder will be hidden from your view, to access that folder double click on lock.bat
7. It will ask for password and enter it. (Here default password is alltechcorner)

To change the password replace "alltechcorner" with your new password.
Read More

Saturday, May 31, 2014

Solved: Photoshop Stops Working After Reading Text Global Resources - Solution 2

Posted by Muji
Problem in photoshop CS and CS2 have started to act weird. It was working fine before, but now it gets stucks at the splashing screen "Reading Text Global Resources... " every time I start photoshop.

You see, when photoshop is initializing(starting), it loads your preference file located at:

C:\Documents and Settings\user\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings

the photoshop preference file is called: Adobe Photoshop CS Prefs.psp

HOW TO FIX THIS PROBLEM: 

Follow these steps:

1. Make sure your photoshop is not running. (or hanged) you can kill it with windows task manager by hitting control-alt-delete and select the task manager button.

2. find the file called "Adobe Photoshop CS Prefs.psp" in the following folder:

C:\Documents and Settings\user\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings\

3. Now select the all files in that folder cut them and paste them somewhere else.

4. Start photoshop, now it should load completely and it will prompt you to customize your color settings. You can click Yes or No.

5. If everything work fine, you can delete all the file that cut and copied from settings folder or else just paste them back in the same folder and try Solution 1

Hope this helps. If you have any comments or questions, you can post them here.

Also Read:
  1. How To Set Multiple Homepages in Mozilla Firefox
  2. How To Set Pattern Lock For Windows PC Like Android
  3. How To Speed Up Google Chrome Browser
  4. How To Track Your Sent Email Whether It Is Read Or Not in Gmail
  5. How to Find Someone’s Email Address
Read More

Solved: Photoshop Stops Working After Reading Text Global Resources - Solution 1

Posted by Muji



Problem in photoshop have started to act weird. It was working fine before, but now it gets stucks at the splashing screen "Reading Text Global Resources... " every time I start photoshop.

You see, when photoshop is initializing(starting), it loads your preference file located at:

C:\Documents and Settings\user\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings

the photoshop preference file is called: Adobe Photoshop CS Prefs.psp

HOW TO FIX THIS PROBLEM:

Follow these steps:

1. Make sure your photoshop is not running. (or hanged) you can kill it with windows task manager by hitting control-alt-delete and select the task manager button.

2. find the file called "Adobe Photoshop CS Prefs.psp" in the following folder:

C:\Documents and Settings\user\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings\

3. Delete this file or rename it to: Adobe Photoshop CS Prefs-old.psp or whatver you want. The goal is so that photoshop doesnt use this .psp file again when it start.

4. Start photoshop, now it should load completely and it will prompt you to customize your color settings. You can click Yes or No.

5. Done

Note: If the above one doesn't work try the Solution 2

Hope this helps. If you have any comments or questions, you can post them here.

Also Read:
  1. How To Speed Up Google Chrome Browser
  2. How To Track Your Sent Email Whether It Is Read Or Not in Gmail
  3. How to Find Someone’s Email Address
  4. Shutdown Your PC With A Mobile. Amazing Trick. Must Try.
  5. Solved: Photoshop Stops Working After Reading Text Global Resources - 1 - New
Read More

Monday, May 26, 2014

How To Delete A Skype Conversation

Posted by Muji
Delete skype conversation

Many individuals use Skype as a commonplace, and its backed by just about all mobile and desktop platforms. Anyhow Skype didn't came without its deficiencies. In case if we use Skype on Windows, you'd selectively be careful that it doesn't let you remove the visit history of a particular contact just and the main (official) way is to erase it is by clearing the whole chat history from Preferences. You're not totally out of fortunes however, as there is an approach to erase Skype discussion of one contact in the event that you need. Also in this aide we will reveal to you how.

Skype basically stores all the text chats with contacts in the SQL database file called “main.db” which is stored inside the Roaming folder of Windows. This database file in fact also carries other information related to settings and options stored by the user. Fortunately, there’s a way to access this information via an open source tool called SQLite. Using this tool you can access the main database file and remove any non-required data entries.

Warning: Make sure to backup the “main.db” file before implementing the steps mentioned below. This file is located under C:\Users\’Computer_name’\AppData\Roaming\Skype\’skype_username’\


Delete skype conversation

First of all download SQLite Database Browser from Sourceforge and extract the contents of the ZIP archive to an easily accessible location. SQLite is a portable tool which means it runs without any installation.

Launch the program and navigate to ‘Open Database’ from ‘File’ menu as demonstrated in the screenshot below.

Delete skype conversation


Now you need to browse to the ‘main.db’ database file that I mentioned earlier. Navigate to the following directory:

C:\Users\’Computer_name’\AppData\Roaming\Skype\’skype_username’\

Select ‘main.db’ from the available files and click ‘Open’.

Recommended for you:
  1. 5 Awesome Security Tips For Your Android
  2. 5 Awesome Ways To Earn Money Online
  3. 5 Softwares You Must Have In Your Windows PC
  4. 5 Tips And Tricks To Boost Your Windows 7 PC Speed
  5. Create Funny Things And Harmless Viruses With Notepad
How To Delete A Skype Conversation

Within SQLite program, click ‘Browse Data’ tab, and under Table drop down menu click ‘Conversation’.


sqlite-open-conversation

This will open the conversation data entries stored within the database pertaining to each user ID in your Skype contacts. This allows you to easily find the conversation you need to remove by identifying the user ID.

To delete an entry, all you need to do is click its related row followed by clicking ‘Delete Record’ at the top right. You can highlight and delete multiple records in a similar way. After deleting non-required entries, click Save on the toolbar and close SQLite.

How To Delete A Skype Conversation

It may sound like a lot of work but this is the only working way of deleting Skype conversation of a single contact. It should be noted that this method will only delete conversation history from your computer and not from the recipient’s system.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.


Related Keywords:
how to delete skype chat history on windows 7, how to delete skype chat on ipad, how to delete skype chat history on samsung, how to delete skype chat history for a single contact, how to delete skype chat history on ipad, how to delete skype chat history windows, how to delete skype chat history on android phone, how to delete skype chat history in windows 8
Read More

Sunday, May 11, 2014

How To Auto Reply In Gmail

Posted by Muji

We all recognize that Emails have modified the approach of web usage and approach the individuals move,To one extent Emails had become a part of life and nowadays it had become therefore necessary for everybody to reply quick to the e-mail in-order to keep up the great relationships.

the approach Did you ever thought of causation a auto generated reply Email to your Email Sender! in order that you’ll say them that their mail is with success delivered to you.And with this Email auto communicator you’ll see let the sender to understand that your in vacation or out of your office.
As Gmail is wide used Email within the World we tend to square measure sharing on facilitate the Auto-responder for your Gmail account.

Setting up the awesome!

Open your Gmail and Hit on the Gear Icon (located at top right) and therefore the choose the “Settings” window and from the general tab itself at the bottom you will find an option called Vacation Responder. (As shown in image below)


Now chose the option that suits best for you and boom. Now can send automated reply without your presence.

Recommended For You:

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.


Read More

10 Extensions That You Must Install In Your Google Chrome

Posted by Muji


In a Recent Research it was known that 43.12 % people around the world are now using Chrome Web Browser. This is all because of the fastest browsing experienced by the users. For more better and awesome experience to your browsing you have to download some extensions for chrome. Here are some top extensions for faster browsing experience.

Google Translate:

Google translate helps us to translate the foreign languages to the known languages. It has features like auto detecting the languages. So, it's alot easy for the users. With Google Translate Extension you can any languages to the desired language. For example example Hindi to English or English to Chinese.

You can Download Here: Google Translate

Lightning New Tab:

Lightning New Tab For Chrome Extension Helps users the Lightning Fast Experience. It's completely a Html5 based extension. It helps us to access our favorite websites in the mean time. It also provides themes, weather and fast search which make 10 millions users to download this chrome extension.

You can Download Here: Lightning New Tab

avast! Online Security:

We often face issues related to hacking. So,avast online security extension helps you recognise phising sites. It also helps users by showing whether the website is safe or not. It Collects data on phishing sites and warns if you visit them. It has features like website rating and Site URL auto correction feature which automatically redirects to original one.

You can Download Here: avast! Online Security

Screen Capture (By Google):

If we want to capture some web page or some region of the webpage this extension helps you to do that so. Even windows 7 has inbuild snipping tool for capturing the images. But by using the hot keys it will easier for users to capture the images of the web page through this extension.

You can Download Here: Screen Capture (By Google)

Proxy SwitchySharp:

Proxy SwithcySharp helps you to switch the proxy setting for the Chrome API without changing your LAN settings. You can switch the proxies with just single click. It Supports auto switching, which helps you to switch according to the URL rules.

You can Download it here: Proxy SwitchySharp

HTTPS Everywhere:

This extension helps us to encrypt the data from the websites. While using internet at public hotspots, there is a chance of session hijacking so it's helps us to encrypt the data and keep your account secure even at public networks.

You can Download it here: HTTPS Everywhere

FVD Downloader:

This extension is to download the videos from all websites. It auto detects the media and asks users to whether download it or not. It downloads media from Metacafe,Facebook and other video sharing sites. But you can't download YouTube videos due to Google web store policy

You can download it: FVD Downloader

Google Dictionary:

Is it difficult to find the meaning of the words, then Google dictionary helps you to find the meaning of the selected word instantly. All you have to do is double click on the given word, then it will displays the meaning of the word.

You can Download it Here: Google Dictionary

AdBlock For Chrome:

Now a days Ad's became the major issue for the users.The ads in the webpages annoys most of the users. They are many type of ads in the websites likes banner ads, Video ads, Pop up ads and many more. And rate of ads in the websites has been increasing day by day. Even the sites likes Facebook, You tube also irritating users with the ads. So, For the better internet experience one has to get rid of these ads. AdBlock For chrome helps users for better internet experience by making the ads invisible in the websites.

You can Download Here: Adblock For Chrome

Recommended For You: 
  1. 10 Most Popular Android Games
  2. 5 Awesome Security Tips For Your Android
  3. 5 Awesome Ways To Earn Money Online
  4. 5 Softwares You Must Have In Your Windows PC
  5. 5 Tips And Tricks To Boost Your Windows 7 PC Speed
  6. Create Funny Things And Harmless Viruses With Notepad

RSS Subscription Extension (by Google):

RSS subscription is used to stay updated for your favourite websites. when ever a new article is updated in the website it will let you know about it. when you click on that it will automatically redirect you to the website.

You can Download it Here: RSS Subscription Extension (by Google)

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Tuesday, May 6, 2014

How To Track Your Sent Email Whether It Is Read Or Not in Gmail

Posted by Muji

There are many softwares available online to track G-mail messages and i felt none of them worked for me while i was trying to trace my mails if it is read or not. Then I found out a better solution for tracking my sent mails with using a simple software. Now I can know when has someone read my mail in Gmail and how many time they had viewed my mail. I will share the same method with you in this article for tracking email at free of cost.

Follow the steps mentioned below and track your Gmail Sent Emails

Step 1: Install Streak for Gmail from here

Step 2: Now open your Gmail account from your Browser. Once you have opened you mail you will see the Streak message popping out requesting access for your mail. Confirm the request and you are half done.

Step 3: When you are composing a mail , If you want to track it then click on the eye icon and you can toggle it to turn it off or on.



Step 4: When the message is read by the recipient  you can check it from your inbox just by hovering the mouse on the “eye” icon and if you want to know when the mail has been checked then click on the mail, Your tracking information can be seen on the right side.


That's it now you can able to track your sent emails in gmail in no time.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.


Read More

How To Speed Up Google Chrome Browser

Posted by Muji


Who doesn't want a faster internet experience? But the issue here is no matter how fast your internet is if your browser is not faster you got nothing to do with faster internet.

Today I will be Sharing some cool tips and tweaks by which you will have the capacity to Speed up Chrome program. Do you realize that masters which are sitting at future imprint says that Google chrome is one of the quickest web program. Rightly said, as you have as of recently encounter while utilizing google chrome that it truly works quicker and smoother contrasted with other web program. Google chrome utilizes DNS prefetching and Speedy (SPDY) conventions rather than essentially utilizing HTTP. These DNS prefetching and SPDY conventions load up your page ahead of time with the goal that you require not to sit
tight for more of an opportunity.

But It happens many times that google chrome starts working very slow and believe me that is very frustrating. But you need not to worry any more because listed below are some nice tricks to speed up chrome browser.

1. Disable Plugins

I can bet you that you are using many plugins which are generally not in your use. To work faster and smoother on your chrome browser you must have some selected plugins installed. Too much plugins can slow up your browsing speed. Follow the steps below and start removing your extra plugins from your browser.

A. Open your chrome browser and go to the address chrome://plugins/


B. Uncheck the plugins which are not in your use. You can also delete these plugins unwanted plugins. Understand that you may not be able to delete or uninstall these plugins,you can only disable them

Note: Be very careful while unchecking or deleting your unwanted plugins because there are many plugins which are responsible for the performance of your browser. You may not want to disable plugins like flash because many web sites use flash to display web pages.

2. Disable Extensions

You might wonder if Plugins and extensions are almost similar to each other? Plugins are usually a third party programs which are needed to enhance the speed and performance of your browser but other than this extensions are specifically needed for browsers.

These Extensions really slows up your browser and can affect your browsing speed very badly. To avoid this thing you just need to follow the below steps carefully :-

A. Open your chrome browser and type the address chrome://extensions/

OR

To check the full list of extensions installed in your browser, simply Click on Wrench icon on your toolbar, navigate to Tools and then click on Extensions.

B. You will now going to see an extensions list which is supporting your browser.

C. Simply uncheck the extensions which are not needed or just delete those extensions which are not needed in future.

You will surely see some changes in your browsing speed as you delete those extensions from your browser.

3. Clear your browsing data

You already know that if you browse any website, chrome automatically collects the cached text, cookies and other kinds of website data. That is why when we click again on that website address it consumes less time for loading that web page.

Although cached and cookies are really made to speed up chrome browser but sometimes it happens that they are responsible for decreasing your browsing speed and lagging.


Following steps will be helping you in clearing your browsing data:-

1. Click on Control and customize chrome button or Wrench icon as I mentioned earlier.

2. Choose Tools > Clear browsing data.

3. Simply, choose the time range and other types of  extra features which are listed below in that dialog box, hit Clear browsing  data.

That’s all. I Hope you this article will some what help you clear your question how to speedup chrome browser?  if you face any type of problem or confusion after reading this article you can surely leave a comment below in the comment box.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Wednesday, April 16, 2014

Trick To Hide Files And Folders In Windows And Cannot Be Shown Even After Choosing "Show Hidden Files" Option

Posted by Muji

Are you using any third party softwares for hiding your important or personal files?

If your answer is yes then i have another question for you. Are you hiding files by going to properties and hiding it through "Hidden" attribute. Well again if your answer is Yes then I have a last question for you. Can you make it still hidden even after changing the folder option to "Show Hidden Files"? Or can you make it still hidden even after the search in your computer. For this your answer will be definitely NO!.

Then what is the solution to hide files and folders and should not visible even after the folder option is changed to "Show Hidden Files" and without using any software? This article is for you. What if i say  I have a small trick for you to hide files and your files cannot be visible any where in the system even after local search?

Interesting right?

This trick is to hide any files and folders using Command Prompt.

The most important thing is that it cannot be viewed by any search options even if you click
"Show All Hidden Files and Folders" it cannot be viewed
Hiding the most wanted files and folders is very important nowadays & it's really a tedious job too. 

In-order to make this tedious job an easy one i'm going to deliver you a the trick now,

For Example you have a folder named "Personal Data" and this folder is stored in (Disk Drive D) and you want that it should not be visible for strangers who use your PC

For that you need to follow the following instructions


Step 1: press Windows key on keyboard + R (Open Run Command Dialog Box) Or go to start and type Run and press OK or enter, it will execute and Opens Run Command Dialog Box



Step 2: Now type cmd in the Run Command Dialog Box 



by doing this you ill get a command prompt displayed
attrib +s +h D:\Personal Data
Hit enter button

The folder "Personal Data" will be hidden (Note: It cannot be viewed by any search options)

How To Get Back The Folder:

To view this folder once again, instead of  '+' enter '-' for the both s and h attributes in the code.


Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Tuesday, April 15, 2014

How To Set Multiple Homepages in Mozilla Firefox

Posted by Muji
Set Multiple Homepages in Mozilla Firefox

Did you people ever wish to set-up multiple home pages in Firefox ?

If yes, then you are at the right place. So here’s the way to do this little but useful little trick.

Suppose you would like to set Facebook, Google and my blog as your homepages. Then try this tweak in Firefox to set multiple homepages.

This is what you should do :

Goto Tools --> Options --> Main

In the Firefox starts drop down menu choose Show my home page

In Home page give your homepages separated by a | (pipe symbol)

Recommended Articles For You:
  1. How To Post Facebook Status Upside Down - New !!
  2. How To Remove Your Number/Identity From True Caller Database
  3. How To Set Pattern Lock For Windows PC Like Android - New !!
  4. How to Find Someone’s Email Address

for example: http://www.alltechcorner.com|http://www.google.com|http://www.facebook.com

copy paste the above line in Home Page box if you want to open above three mentioned sites


Set Multiple Homepages in Mozilla Firefox



Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Monday, April 14, 2014

Top 10 Tips To Speed Up Your PC

Posted by Muji

Everybody of us are victims of slow system process and run these days. Everybody want some high configured system in order to run our programs effectively and fastly without waiting for long time. But many of us don't know how to make our own system to run faster using some small tips.

Today im gonna show you some tips useful for the boosting up your PC speed

1. Let your PC boot up completely before opening any applications.

2. Refresh the desktop after closing any application. This will remove any unused files from the RAM.

3. Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).

4. Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

5. Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
Recommended Article For You: How To Lock A Folder Without Any Software
6. De-fragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

7. Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.

8. Delete the temporary internet files regularly.

9. When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Saturday, April 12, 2014

Create Funny Things And Harmless Viruses With Notepad

Posted by Muji


Notepad is a text editor comes with Windows. It is an excellent tool for text editing. It can open any type of file. Apart from text editing, it is also famous for its tips and tricks. I have gathered some really awesome tricks while surfing on net.

Today I will tell you how you can use Notepad to make some really funny programs/viruses to fool your friends. You can use these tricks without any fear because these are 100% harmless.

Matrix Falling Code Effect:

Inspired by the movie "Matrix", this trick is very popular on the social media. Copy and paste the below code in the Notepad and save the file with .bat extension. For Example, Matrix.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Recommended Articles For You: 
  1. 5 Tips And Tricks To Boost Your Windows 7 PC Speed
  2. Create Funny Things And Harmless Viruses With Notepad - New !!
  3. Facebook Pages New Timeline: A Streamlined Look for Pages
  4. First 10 Users of Facebook

Shutdown PC with a Message:

Using this trick, you can fool your friend by turning off his/her PC with a message. To do this, open the notepad and type one of the following code:

@echo off
echo "I am hacking your PC"
shutdown -s -f -t 60 -c "Now all your data has been deleted. Your Computer will shutdown soon"

Toggle Caps Lock Button Simultaneously:

Open notepad and type the following code:

Set wshShell =wscript.CreateObject("WScript.Shell"wink
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Hack Your Friend's Keyboard:

Using this trick, you can hack your friend's keyboard to make him type "You are a fool" simultaneously. Just copy this code in Notepad:

Set wshShell = wscript.CreateObject("WScript.Shell"wink
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Open the Notepad Continuously:

This trick will make your computer to open the Notepad continually. Type this code in the Notepad:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Monday, March 31, 2014

How To Post Facebook Status Upside Down

Posted by Muji



In this tutorial i will share with you simple facebook status trick. If you want to post something creative or something cool as your facebook status then this trick will let you post any facebook status upside down.

Also Read: Five Things You Have To Do In Facebook For Security

As you can see in the above image I have flipped the text "Read this if you can. This is created in alltechcorner.com" and posted in fcebook.
You too can do this in three steps.

Step 1: Go to this link Alltechcorner Text Flip

Step 2: Type down the text you want to flip in the first box, it will automatically flips down the text in the second box, if not click on Flip Text button.

Step 3: Copy and paste in faebook status or where ever you want.



Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

How To Control Your Android From PC

Posted by Muji

Nowadays most of us are using android device and me too. So I searched for some apps and tested them in order to control my mobile from my computer, in that way I found one way. You can ask me is it possible and even simple? The Answer is YES! You can do it by an simple application which is free in the market called “Airdroid”.

There are many free applications in android market to control and connect your android phone with PC without cable. But the main problem is they uses more memory from your phone so it causes mobile hanging and slows down our phone software processing speed. In this way “AIRDROID” uses very less memory to process this so there is nothing affected by this application.

Procedure for using AirDroid:

Step 1: Download and Install “AirDroid” application on your Android Device from android market, its fully free application. Click the download button below to download

http://www.alltechcorner.com/p/download-airdroid.html 

Step 2 : Install the application, after installing Airdroid on your device simply Run it and you will see the screen like below image. In this you can see the URL(ip address) and password field.



Step 3: Now open your browser in your PC and enter the URL given in the Airdroid app (see the image above)


Step 4:  Enter the password and bam! Now your mobile is connected to the PC and now you can operate your mobile through pc (see image below)



If you want to disconnect the device you can simply press the switch button located beside the search bar on the top of the browser or you can tap on Dissconnect Device from the mobile app.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

How To Set Pattern Lock For Windows PC Like Android

Posted by Muji

Do you know that almost 75% of people who are using android are using pattern lock for their android mobiles? May be you already know about this because probably you too be one of them. Because of its high end security that cannot be hacked it has already won the lot of hearts who are using android mobiles.

What if, if I say that this pattern lock is also available for your windows pc? Amazed right? Me too. Well let me explain about its awesome features and download link.

Awesome features of Windows Pattern Lock:



• Auto-lock when computer is idle

• Lock the computer when windows startup

• Turnoff the monitor based on your choice

• You can set your own picture as background

• Lock screen transparency

• You can make your custom message as I have made “Unlock it if you can”

• Support multiple monitors

• Use the dynamic password technology to prevent key loggers.

So excited to download right? Click the download button below to download



http://www.alltechcorner.com/p/download-pattern-lock-for-windows-pc.html

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

Saturday, March 29, 2014

How To Create A WiFi Network Without Any Router In Windows 7

Posted by Muji
Part 1:  Create A WiFi Network Without Any Router In Windows XP, Vista And Mac OS X
Part 2:  Create A WiFi Network Without Any Router In Windows 7
Its not that complicated as of creating a WiFi network in windows XP, in windows you just need a software called Virtual Router or Virtual Router Plus.

Step 1: Download Virtual Router from here

Step 2: Install it.

Step 3: Now after the installation you will see a window like image below


Step 4: Enter the Network Name (Also called SSID, which is the name of the connection you are going to create, you can select any name)

Step 5: Enter password for your connection.

Step 6: Select Shared Connection, it will automatically displays the connection that is currently working.

Step 7: Click on Start Virtul Router Plus button.

That's it, it will create a virtual hotspot and the devices with WiFi connectivity and with in the range can access the internet without any physical router.


Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

How To Create A WiFi Network Without Any Router In Windows XP and Vista

Posted by Muji

Part 1:  Create A WiFi Network Without Any Router In Windows XP, Vista And Mac OS X
Part 2:  Create A WiFi Network Without Any Router In Windows 7
In order to create a wireless router in your PC which is enhanced with network adapter (which comes with most of the PC and laptops these days) follow these instructions.

Note: Make sure your device is connected with a working internet connection.

Step 1: Go to Network and Sharing Center from the Control Panel, select “Set up a connection or network” and choose “Set up a wireless ad hoc (computer-to-computer) network". (See the image below)


Step 2:  Make sure you select “Save this network” option else the ad hoc network will be removed if no other computers / devices are connecting to the network.

Step 3:  Now enter the name of your network and Key (password) for your network. Click on next (see image below)

Step 4: You will see something like below (For instance i have created a network named Test)


Step 4:  You will get an confirmation window saying that The network is ready to use. (see image below)


That's it, now you can use your internet connection via WiFi through your computer without a wireless router.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More

How to Find Someone’s Email Address

Posted by Muji


There's however a finer way. You can figure a couple of locations and after that utilize Linkedin's Rapportive add-on for Gmail to confirm if any of your guess is correct.

Go to your Gmail inbox, create a email and enter the email address that you have a guess. Presently hover(take mouse pointer on the email address) and Rapportive will present a list of different social profiles – Facebook, Twitter and Linkedin – that are connected with the email address.

Assuming that you are to distinguish a profile in the social outcomes, you could be practically certain that your guess was right. In the event that no social outcomes are found for that email address, it implies either that email address doesn't exist, or the individual doesn't have a social profile or they could have using an alternate email address with their social profiles.

Recommended for you: 5 Tips And Tricks To Boost Your Windows 7 PC Speed

Rapportive is available for Chrome, Firefox and Safari and you should have a Gmail account to utilize this add-on.

Author's Note: If you liked my article please do share with your friends. Also please subscribe to the news letter for more awesome tricks and tips.

Read More