Showing posts with label Computer tips and tricks. Show all posts
Showing posts with label Computer tips and tricks. Show all posts

Saturday, July 2, 2016

How to use Adobe photoshop CS6 after 30 days trial is finished?

Step 1;
First go to C:\program files\adobe\adobe photoshop CS6  (64bit)\ AMT

Step 2:
Find a file "application.xml".

Step 3;
Edit the file using Notepad.

Step 4:
Find a line 'trial serial number".

Step 5:
There you can get a series of number Change the last number to one step above it. (Suppose if there is 6 change it to 7).

Step 6:
Save the file after editing if it fails to save due to permission error save the file somewhere and replace in the same destination.

Then you can use your Adobe photoshop  without trial.


Saturday, June 25, 2016

Create your own custom Email address

Step 1
First purchase your own domain name.

Step 2
Visit the   Google App Site here.

Step 3
Click Start Free trail.

Step 4
Now you will have two option to set up your email "Express" or "Custom".












Step 5
Now you need to "Verify" your Domain name following the process provided there. It might take a few minutes.

Step 6
Once you are done Login to Google Apps and click "Users".

Insert gadgets into your sites

Gadgets are HTML and Javascripts applications that can be embedded in other apps and webpages.

To embed a gadget in a site:

Step 1
Go to the site page that has the new gadget.

Step 2
Open the page for editing.

Step 3
Select Insert > More Gadgets.

Step 4
Click Add gadget by URL and paste in the URL to your to your .xml file. Then click Add.

Step 5
Specify the gadget's dimensions and click OK.

Step 6
Save the page to view and test your gadget in the site.


Use Hotstar in Nepal

Hotstar is not available in all countries.It is blocked in Nepal too. We can use a fake location by using VPN server and access Hotstar in all countries.

Step 1
First Download Hotstar Android App through Internet. Note that it is not available in playstore.

Step 2
Download any one of VPN server App  just like Fast secure VPN that helps as to change IP address of a location to another.




















Step 3
Connect to the IP address location of a country where Hotstar is available.After it is connected VPN service is activated in our smartphone and our IP address location is apparently changed.

Step 4
Now open Hotstar App which you have downloaded and can enjoy as long as VPN Service is open in your smartphone.

Google Drive Use

Google Drive is probably one of the best of all the cloud storage and file synchronization services available. Using Google Drive isn’t difficult at all; it is one of the easiest online storage services to start using. Some of the basic uses and services of Google drive are:
1.  Uploading and sharing documents
2. Add lots of collaborators quickly by sharing with a Google Group
3. Share lots of files at once
4. Convert your documents created with other programs like Ms Office


What is the use of cast screen in smartphones?

Android cast screen is an application to control an android device remotely. If your phone is not rooted, you can only view your mobile activity in PC. But if your phone is rooted, you can communicate in both ways. You can also control your device remotely using keyboard and mouse.
1. You should have latest android SDK installed on your PC.
2. Turn on USB debugging feature on your phone.
3. Connect your PC with phone via data cable.
4. Make sure you have Java Run Time 5 or other version installed.
5. Download and open the androidscreencast application.

If all the processes is done and all of them works fine, you will now see your phone on your pc. Navigate through your phone and you will see your mobile working on your pc.

Friday, June 24, 2016

Charge your smartphone with Laptop-lid closed

1.Open Device Manager :My Computer, select Properties, and Click Device Manager.
2. Expand the Universal Serial Bus Controller section.
3.You will see a few devices called ‘USB Root Hub’.
3.Click on each one and go to its properties.
4. In the Properties window for each USB Root Hub, go to the Power Management tab and uncheck the ‘Allow the computer to turn off this device to save power’ option.
5.Then you are done with it and you can charge your Smartphone through USB in sleep mode while the laptop-lid is closed.



Friday, June 10, 2016

Use Wi-Fi Direct to connect your TV to your mobile device

           WiFi Direct allows nearby devices such as TVs and smartphones to connect to each other. WiFi Direct creates a network of devices that can communicate with one another. But the devices have to be WiFi-enabled. Smartphones, cameras, TVs, tablets and laptops are among the devices that can connect via WiFi Direct. 
The connection can be made at the push of a button or by typing in a short PIN. And your connections are protected by WiFi security technology WPA2. 


   Make sure your TV has WiFi Direct .You can check this online by using your TV model number.
  1. Press the HOME button on your TV remote.
  2. Select Settings > WiFi Direct settings.
  3. Press Options.
  4. Select WiFi and press the WPS button.
  5. Once the TV and smartphone are connected, press OK.You are now ready to share content.


Saturday, July 18, 2015

How to hide or unhide files and folders in computer using cmd?

      In this post I am presenting how to hide and unhide files and folders in computer using command prompt by the help of attrib command.

   Attrib is a command prompt command which helps to remove and place file attributes. Attributes in windows means hidden, read only, archived and system function.When we hide files and folders using this method, the files and folders are not seen when we use “SHOW HIDDEN FILES” option in windows.The processes used in this trick are given below with screenshots.


1)Choose the folder that you want to hide suppose I created folder "pokhara" in d drive.
























2)After that open command prompt.


























3)In command prompt type the following code  by navigating through the drive  where the
folder is located.
 atrrib  +h +s +r   foldername (pokhara)













4)After that go check your folder it is hidden.
You can hide your folder completely using this trick.



























5)To unhide replace the (+)sign by (-)sign.
 attrib -h -s -r foldername (pokhara)